diff --git a/README.md b/README.md index 25a55e38d..16ec94b98 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# CDKTF prebuilt bindings for Snowflake-Labs/snowflake provider version 0.86.0 +# CDKTF prebuilt bindings for Snowflake-Labs/snowflake provider version 0.87.0 -This repo builds and publishes the [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/0.86.0/docs) bindings for [CDK for Terraform](https://cdk.tf). +This repo builds and publishes the [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/0.87.0/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform snowflake provider version These are the upstream dependencies: - [CDK for Terraform](https://cdk.tf) -- [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/0.86.0) +- [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/0.87.0) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. diff --git a/docs/account.csharp.md b/docs/account.csharp.md index 6b2bdcfed..2e91a03c0 100644 --- a/docs/account.csharp.md +++ b/docs/account.csharp.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account snowflake_account}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1103,7 +1103,7 @@ new AccountConfig { | Comment | string | Specifies a comment for the account. | | FirstName | string | First name of the initial administrative user of the account. | | GracePeriodInDays | double | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. | | LastName | string | Last name of the initial administrative user of the account. | | MustChangePassword | object | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | Region | string | ID of the Snowflake Region where the account is created. | @@ -1193,7 +1193,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_name Account#admin_name} --- @@ -1207,7 +1207,7 @@ public string Edition { get; set; } [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#edition Account#edition} --- @@ -1223,7 +1223,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#email Account#email} --- @@ -1237,7 +1237,7 @@ public string Name { get; set; } Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#name Account#name} --- @@ -1253,7 +1253,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_password Account#admin_password} --- @@ -1267,7 +1267,7 @@ public string AdminRsaPublicKey { get; set; } Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1281,7 +1281,7 @@ public string Comment { get; set; } Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#comment Account#comment} --- @@ -1295,7 +1295,7 @@ public string FirstName { get; set; } First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#first_name Account#first_name} --- @@ -1309,7 +1309,7 @@ public double GracePeriodInDays { get; set; } Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1321,7 +1321,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1338,7 +1338,7 @@ public string LastName { get; set; } Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#last_name Account#last_name} --- @@ -1352,7 +1352,7 @@ public object MustChangePassword { get; set; } Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1368,7 +1368,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region Account#region} --- @@ -1384,7 +1384,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.go.md b/docs/account.go.md index f7f360a0b..fdf1db900 100644 --- a/docs/account.go.md +++ b/docs/account.go.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account snowflake_account}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1103,7 +1103,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/account" | Comment | *string | Specifies a comment for the account. | | FirstName | *string | First name of the initial administrative user of the account. | | GracePeriodInDays | *f64 | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. | | LastName | *string | Last name of the initial administrative user of the account. | | MustChangePassword | interface{} | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | Region | *string | ID of the Snowflake Region where the account is created. | @@ -1193,7 +1193,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_name Account#admin_name} --- @@ -1207,7 +1207,7 @@ Edition *string [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#edition Account#edition} --- @@ -1223,7 +1223,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#email Account#email} --- @@ -1237,7 +1237,7 @@ Name *string Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#name Account#name} --- @@ -1253,7 +1253,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_password Account#admin_password} --- @@ -1267,7 +1267,7 @@ AdminRsaPublicKey *string Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1281,7 +1281,7 @@ Comment *string Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#comment Account#comment} --- @@ -1295,7 +1295,7 @@ FirstName *string First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#first_name Account#first_name} --- @@ -1309,7 +1309,7 @@ GracePeriodInDays *f64 Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1321,7 +1321,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1338,7 +1338,7 @@ LastName *string Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#last_name Account#last_name} --- @@ -1352,7 +1352,7 @@ MustChangePassword interface{} Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1368,7 +1368,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region Account#region} --- @@ -1384,7 +1384,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.java.md b/docs/account.java.md index bf1aa5558..22491b01f 100644 --- a/docs/account.java.md +++ b/docs/account.java.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account snowflake_account}. #### Initializers @@ -61,7 +61,7 @@ Account.Builder.create(Construct scope, java.lang.String id) | comment | java.lang.String | Specifies a comment for the account. | | firstName | java.lang.String | First name of the initial administrative user of the account. | | gracePeriodInDays | java.lang.Number | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. | | lastName | java.lang.String | Last name of the initial administrative user of the account. | | mustChangePassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | region | java.lang.String | ID of the Snowflake Region where the account is created. | @@ -137,7 +137,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_name Account#admin_name} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#edition Account#edition} --- @@ -159,7 +159,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#email Account#email} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#name Account#name} --- @@ -181,7 +181,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_password Account#admin_password} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#comment Account#comment} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#first_name Account#first_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -242,7 +242,7 @@ If you experience problems setting this value it might not be settable. Please t Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#last_name Account#last_name} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#must_change_password Account#must_change_password} --- @@ -264,7 +264,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region Account#region} --- @@ -276,7 +276,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region_group Account#region_group} --- @@ -773,7 +773,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1344,7 +1344,7 @@ AccountConfig.builder() | comment | java.lang.String | Specifies a comment for the account. | | firstName | java.lang.String | First name of the initial administrative user of the account. | | gracePeriodInDays | java.lang.Number | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. | | lastName | java.lang.String | Last name of the initial administrative user of the account. | | mustChangePassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | region | java.lang.String | ID of the Snowflake Region where the account is created. | @@ -1434,7 +1434,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_name Account#admin_name} --- @@ -1448,7 +1448,7 @@ public java.lang.String getEdition(); [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#edition Account#edition} --- @@ -1464,7 +1464,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#email Account#email} --- @@ -1478,7 +1478,7 @@ public java.lang.String getName(); Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#name Account#name} --- @@ -1494,7 +1494,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_password Account#admin_password} --- @@ -1508,7 +1508,7 @@ public java.lang.String getAdminRsaPublicKey(); Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1522,7 +1522,7 @@ public java.lang.String getComment(); Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#comment Account#comment} --- @@ -1536,7 +1536,7 @@ public java.lang.String getFirstName(); First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#first_name Account#first_name} --- @@ -1550,7 +1550,7 @@ public java.lang.Number getGracePeriodInDays(); Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1562,7 +1562,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1579,7 +1579,7 @@ public java.lang.String getLastName(); Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#last_name Account#last_name} --- @@ -1593,7 +1593,7 @@ public java.lang.Object getMustChangePassword(); Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1609,7 +1609,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region Account#region} --- @@ -1625,7 +1625,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.python.md b/docs/account.python.md index 87f8e4b65..e55cfb63f 100644 --- a/docs/account.python.md +++ b/docs/account.python.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account snowflake_account}. #### Initializers @@ -58,7 +58,7 @@ account.Account( | comment | str | Specifies a comment for the account. | | first_name | str | First name of the initial administrative user of the account. | | grace_period_in_days | typing.Union[int, float] | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. | | last_name | str | Last name of the initial administrative user of the account. | | must_change_password | typing.Union[bool, cdktf.IResolvable] | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | region | str | ID of the Snowflake Region where the account is created. | @@ -134,7 +134,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_name Account#admin_name} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#edition Account#edition} --- @@ -156,7 +156,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#email Account#email} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#name Account#name} --- @@ -178,7 +178,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_password Account#admin_password} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#comment Account#comment} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#first_name Account#first_name} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -239,7 +239,7 @@ If you experience problems setting this value it might not be settable. Please t Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#last_name Account#last_name} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#must_change_password Account#must_change_password} --- @@ -261,7 +261,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region Account#region} --- @@ -273,7 +273,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region_group Account#region_group} --- @@ -816,7 +816,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1382,7 +1382,7 @@ account.AccountConfig( | comment | str | Specifies a comment for the account. | | first_name | str | First name of the initial administrative user of the account. | | grace_period_in_days | typing.Union[int, float] | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. | | last_name | str | Last name of the initial administrative user of the account. | | must_change_password | typing.Union[bool, cdktf.IResolvable] | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | region | str | ID of the Snowflake Region where the account is created. | @@ -1472,7 +1472,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_name Account#admin_name} --- @@ -1486,7 +1486,7 @@ edition: str [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#edition Account#edition} --- @@ -1502,7 +1502,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#email Account#email} --- @@ -1516,7 +1516,7 @@ name: str Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#name Account#name} --- @@ -1532,7 +1532,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_password Account#admin_password} --- @@ -1546,7 +1546,7 @@ admin_rsa_public_key: str Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1560,7 +1560,7 @@ comment: str Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#comment Account#comment} --- @@ -1574,7 +1574,7 @@ first_name: str First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#first_name Account#first_name} --- @@ -1588,7 +1588,7 @@ grace_period_in_days: typing.Union[int, float] Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1600,7 +1600,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1617,7 +1617,7 @@ last_name: str Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#last_name Account#last_name} --- @@ -1631,7 +1631,7 @@ must_change_password: typing.Union[bool, IResolvable] Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1647,7 +1647,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region Account#region} --- @@ -1663,7 +1663,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.typescript.md b/docs/account.typescript.md index 9aadc4d60..d893149ca 100644 --- a/docs/account.typescript.md +++ b/docs/account.typescript.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account snowflake_account}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1081,7 +1081,7 @@ const accountConfig: account.AccountConfig = { ... } | comment | string | Specifies a comment for the account. | | firstName | string | First name of the initial administrative user of the account. | | gracePeriodInDays | number | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. | | lastName | string | Last name of the initial administrative user of the account. | | mustChangePassword | boolean \| cdktf.IResolvable | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | region | string | ID of the Snowflake Region where the account is created. | @@ -1171,7 +1171,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_name Account#admin_name} --- @@ -1185,7 +1185,7 @@ public readonly edition: string; [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#edition Account#edition} --- @@ -1201,7 +1201,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#email Account#email} --- @@ -1215,7 +1215,7 @@ public readonly name: string; Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#name Account#name} --- @@ -1231,7 +1231,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_password Account#admin_password} --- @@ -1245,7 +1245,7 @@ public readonly adminRsaPublicKey: string; Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1259,7 +1259,7 @@ public readonly comment: string; Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#comment Account#comment} --- @@ -1273,7 +1273,7 @@ public readonly firstName: string; First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#first_name Account#first_name} --- @@ -1287,7 +1287,7 @@ public readonly gracePeriodInDays: number; Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1299,7 +1299,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1316,7 +1316,7 @@ public readonly lastName: string; Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#last_name Account#last_name} --- @@ -1330,7 +1330,7 @@ public readonly mustChangePassword: boolean | IResolvable; Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1346,7 +1346,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region Account#region} --- @@ -1362,7 +1362,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/accountGrant.csharp.md b/docs/accountGrant.csharp.md index 0bbcc929f..3db083f23 100644 --- a/docs/accountGrant.csharp.md +++ b/docs/accountGrant.csharp.md @@ -4,7 +4,7 @@ ### AccountGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant snowflake_account_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant snowflake_account_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AccountGrant to import. The id of the existing AccountGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ new AccountGrantConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. | | Privilege | string | The account privilege to grant. | | Roles | string[] | Grants privilege to these roles. | | WithGrantOption | object | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -931,7 +931,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -943,7 +943,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -962,7 +962,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -976,7 +976,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -990,7 +990,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- diff --git a/docs/accountGrant.go.md b/docs/accountGrant.go.md index 58f9b5518..3766ba19c 100644 --- a/docs/accountGrant.go.md +++ b/docs/accountGrant.go.md @@ -4,7 +4,7 @@ ### AccountGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant snowflake_account_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant snowflake_account_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AccountGrant to import. The id of the existing AccountGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/accountgrant" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. | | Privilege | *string | The account privilege to grant. | | Roles | *[]*string | Grants privilege to these roles. | | WithGrantOption | interface{} | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -931,7 +931,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -943,7 +943,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -962,7 +962,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -976,7 +976,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -990,7 +990,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- diff --git a/docs/accountGrant.java.md b/docs/accountGrant.java.md index 09ffe719d..cb3b3f6f5 100644 --- a/docs/accountGrant.java.md +++ b/docs/accountGrant.java.md @@ -4,7 +4,7 @@ ### AccountGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant snowflake_account_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant snowflake_account_grant}. #### Initializers @@ -45,7 +45,7 @@ AccountGrant.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. | | privilege | java.lang.String | The account privilege to grant. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -120,7 +120,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -143,7 +143,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- @@ -625,7 +625,7 @@ The construct id used in the generated config for the AccountGrant to import. The id of the existing AccountGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use --- @@ -971,7 +971,7 @@ AccountGrantConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. | | privilege | java.lang.String | The account privilege to grant. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1060,7 +1060,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -1072,7 +1072,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1091,7 +1091,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -1105,7 +1105,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -1119,7 +1119,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- diff --git a/docs/accountGrant.python.md b/docs/accountGrant.python.md index 451d6988d..fd15fd34b 100644 --- a/docs/accountGrant.python.md +++ b/docs/accountGrant.python.md @@ -4,7 +4,7 @@ ### AccountGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant snowflake_account_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant snowflake_account_grant}. #### Initializers @@ -41,7 +41,7 @@ accountGrant.AccountGrant( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. | | privilege | str | The account privilege to grant. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -116,7 +116,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -139,7 +139,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- @@ -667,7 +667,7 @@ The construct id used in the generated config for the AccountGrant to import. The id of the existing AccountGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use --- @@ -1007,7 +1007,7 @@ accountGrant.AccountGrantConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. | | privilege | str | The account privilege to grant. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1096,7 +1096,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -1108,7 +1108,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1127,7 +1127,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -1141,7 +1141,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -1155,7 +1155,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- diff --git a/docs/accountGrant.typescript.md b/docs/accountGrant.typescript.md index bce225a70..c4b430a5a 100644 --- a/docs/accountGrant.typescript.md +++ b/docs/accountGrant.typescript.md @@ -4,7 +4,7 @@ ### AccountGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant snowflake_account_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant snowflake_account_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AccountGrant to import. The id of the existing AccountGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ const accountGrantConfig: accountGrant.AccountGrantConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. | | privilege | string | The account privilege to grant. | | roles | string[] | Grants privilege to these roles. | | withGrantOption | boolean \| cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -918,7 +918,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -930,7 +930,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -949,7 +949,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -963,7 +963,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -977,7 +977,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- diff --git a/docs/accountParameter.csharp.md b/docs/accountParameter.csharp.md index d5b39c80b..3f06e3032 100644 --- a/docs/accountParameter.csharp.md +++ b/docs/accountParameter.csharp.md @@ -4,7 +4,7 @@ ### AccountParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter snowflake_account_parameter}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountParameter to import The id of the existing AccountParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new AccountParameterConfig { | Provisioners | object[] | *No description.* | | Key | string | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | Value | string | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -853,7 +853,7 @@ public string Key { get; set; } Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#key AccountParameter#key} --- @@ -867,7 +867,7 @@ public string Value { get; set; } Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#value AccountParameter#value} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountParameter.go.md b/docs/accountParameter.go.md index 608b4d78d..b8d7b3f5b 100644 --- a/docs/accountParameter.go.md +++ b/docs/accountParameter.go.md @@ -4,7 +4,7 @@ ### AccountParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter snowflake_account_parameter}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountParameter to import The id of the existing AccountParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/accountparame | Provisioners | *[]interface{} | *No description.* | | Key | *string | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | Value | *string | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -853,7 +853,7 @@ Key *string Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#key AccountParameter#key} --- @@ -867,7 +867,7 @@ Value *string Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#value AccountParameter#value} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountParameter.java.md b/docs/accountParameter.java.md index c29e2fdc9..a8d603945 100644 --- a/docs/accountParameter.java.md +++ b/docs/accountParameter.java.md @@ -4,7 +4,7 @@ ### AccountParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter snowflake_account_parameter}. #### Initializers @@ -42,7 +42,7 @@ AccountParameter.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | value | java.lang.String | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#key AccountParameter#key} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#value AccountParameter#value} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -567,7 +567,7 @@ The construct id used in the generated config for the AccountParameter to import The id of the existing AccountParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ AccountParameterConfig.builder() | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | value | java.lang.String | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getKey(); Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#key AccountParameter#key} --- @@ -964,7 +964,7 @@ public java.lang.String getValue(); Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#value AccountParameter#value} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountParameter.python.md b/docs/accountParameter.python.md index 60b80ffed..b0006230b 100644 --- a/docs/accountParameter.python.md +++ b/docs/accountParameter.python.md @@ -4,7 +4,7 @@ ### AccountParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter snowflake_account_parameter}. #### Initializers @@ -40,7 +40,7 @@ accountParameter.AccountParameter( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | value | str | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#key AccountParameter#key} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#value AccountParameter#value} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -611,7 +611,7 @@ The construct id used in the generated config for the AccountParameter to import The id of the existing AccountParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ accountParameter.AccountParameterConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | value | str | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -990,7 +990,7 @@ key: str Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#key AccountParameter#key} --- @@ -1004,7 +1004,7 @@ value: str Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#value AccountParameter#value} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountParameter.typescript.md b/docs/accountParameter.typescript.md index 83c9ef5e7..2c15d32e1 100644 --- a/docs/accountParameter.typescript.md +++ b/docs/accountParameter.typescript.md @@ -4,7 +4,7 @@ ### AccountParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter snowflake_account_parameter}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountParameter to import The id of the existing AccountParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const accountParameterConfig: accountParameter.AccountParameterConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | key | string | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | value | string | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -842,7 +842,7 @@ public readonly key: string; Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#key AccountParameter#key} --- @@ -856,7 +856,7 @@ public readonly value: string; Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#value AccountParameter#value} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountPasswordPolicyAttachment.csharp.md b/docs/accountPasswordPolicyAttachment.csharp.md index ed0f059f2..5e787523f 100644 --- a/docs/accountPasswordPolicyAttachment.csharp.md +++ b/docs/accountPasswordPolicyAttachment.csharp.md @@ -4,7 +4,7 @@ ### AccountPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac The id of the existing AccountPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ new AccountPasswordPolicyAttachmentConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | PasswordPolicy | string | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -829,7 +829,7 @@ public string PasswordPolicy { get; set; } Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -841,7 +841,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountPasswordPolicyAttachment.go.md b/docs/accountPasswordPolicyAttachment.go.md index 5b3f6fedf..e3616a436 100644 --- a/docs/accountPasswordPolicyAttachment.go.md +++ b/docs/accountPasswordPolicyAttachment.go.md @@ -4,7 +4,7 @@ ### AccountPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac The id of the existing AccountPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/accountpasswo | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | PasswordPolicy | *string | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -829,7 +829,7 @@ PasswordPolicy *string Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -841,7 +841,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountPasswordPolicyAttachment.java.md b/docs/accountPasswordPolicyAttachment.java.md index 4af6c0708..fb715d5d8 100644 --- a/docs/accountPasswordPolicyAttachment.java.md +++ b/docs/accountPasswordPolicyAttachment.java.md @@ -4,7 +4,7 @@ ### AccountPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. #### Initializers @@ -40,7 +40,7 @@ AccountPasswordPolicyAttachment.Builder.create(Construct scope, java.lang.String | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | passwordPolicy | java.lang.String | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -555,7 +555,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac The id of the existing AccountPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ AccountPasswordPolicyAttachmentConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | passwordPolicy | java.lang.String | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -914,7 +914,7 @@ public java.lang.String getPasswordPolicy(); Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -926,7 +926,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountPasswordPolicyAttachment.python.md b/docs/accountPasswordPolicyAttachment.python.md index 006cb43d2..dd6538f95 100644 --- a/docs/accountPasswordPolicyAttachment.python.md +++ b/docs/accountPasswordPolicyAttachment.python.md @@ -4,7 +4,7 @@ ### AccountPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. #### Initializers @@ -38,7 +38,7 @@ accountPasswordPolicyAttachment.AccountPasswordPolicyAttachment( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | password_policy | str | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -599,7 +599,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac The id of the existing AccountPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -870,7 +870,7 @@ accountPasswordPolicyAttachment.AccountPasswordPolicyAttachmentConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | password_policy | str | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -954,7 +954,7 @@ password_policy: str Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -966,7 +966,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountPasswordPolicyAttachment.typescript.md b/docs/accountPasswordPolicyAttachment.typescript.md index 351cec9ba..1e8b80aed 100644 --- a/docs/accountPasswordPolicyAttachment.typescript.md +++ b/docs/accountPasswordPolicyAttachment.typescript.md @@ -4,7 +4,7 @@ ### AccountPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac The id of the existing AccountPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -735,7 +735,7 @@ const accountPasswordPolicyAttachmentConfig: accountPasswordPolicyAttachment.Acc | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | passwordPolicy | string | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -819,7 +819,7 @@ public readonly passwordPolicy: string; Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -831,7 +831,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/alert.csharp.md b/docs/alert.csharp.md index 0120bce5b..f7b651679 100644 --- a/docs/alert.csharp.md +++ b/docs/alert.csharp.md @@ -4,7 +4,7 @@ ### Alert -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert snowflake_alert}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the Alert to import. The id of the existing Alert that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -955,7 +955,7 @@ public AlertAlertScheduleCron Cron { get; set; } cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#cron Alert#cron} --- @@ -971,7 +971,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#interval Alert#interval} --- @@ -1009,7 +1009,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#expression Alert#expression} --- @@ -1023,7 +1023,7 @@ public string TimeZone { get; set; } Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1075,7 +1075,7 @@ new AlertConfig { | AlertSchedule | AlertAlertSchedule | alert_schedule block. | | Comment | string | Specifies a comment for the alert. | | Enabled | object | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. | --- @@ -1159,7 +1159,7 @@ public string Action { get; set; } The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#action Alert#action} --- @@ -1173,7 +1173,7 @@ public string Condition { get; set; } The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#condition Alert#condition} --- @@ -1187,7 +1187,7 @@ public string Database { get; set; } The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#database Alert#database} --- @@ -1203,7 +1203,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#name Alert#name} --- @@ -1217,7 +1217,7 @@ public string Schema { get; set; } The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#schema Alert#schema} --- @@ -1231,7 +1231,7 @@ public string Warehouse { get; set; } The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1245,7 +1245,7 @@ public AlertAlertSchedule AlertSchedule { get; set; } alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1259,7 +1259,7 @@ public string Comment { get; set; } Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#comment Alert#comment} --- @@ -1273,7 +1273,7 @@ public object Enabled { get; set; } Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#enabled Alert#enabled} --- @@ -1285,7 +1285,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/alert.go.md b/docs/alert.go.md index e416cab8b..ed14819b3 100644 --- a/docs/alert.go.md +++ b/docs/alert.go.md @@ -4,7 +4,7 @@ ### Alert -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert snowflake_alert}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the Alert to import. The id of the existing Alert that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -955,7 +955,7 @@ Cron AlertAlertScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#cron Alert#cron} --- @@ -971,7 +971,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#interval Alert#interval} --- @@ -1009,7 +1009,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#expression Alert#expression} --- @@ -1023,7 +1023,7 @@ TimeZone *string Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1075,7 +1075,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/alert" | AlertSchedule | AlertAlertSchedule | alert_schedule block. | | Comment | *string | Specifies a comment for the alert. | | Enabled | interface{} | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. | --- @@ -1159,7 +1159,7 @@ Action *string The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#action Alert#action} --- @@ -1173,7 +1173,7 @@ Condition *string The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#condition Alert#condition} --- @@ -1187,7 +1187,7 @@ Database *string The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#database Alert#database} --- @@ -1203,7 +1203,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#name Alert#name} --- @@ -1217,7 +1217,7 @@ Schema *string The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#schema Alert#schema} --- @@ -1231,7 +1231,7 @@ Warehouse *string The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1245,7 +1245,7 @@ AlertSchedule AlertAlertSchedule alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1259,7 +1259,7 @@ Comment *string Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#comment Alert#comment} --- @@ -1273,7 +1273,7 @@ Enabled interface{} Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#enabled Alert#enabled} --- @@ -1285,7 +1285,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/alert.java.md b/docs/alert.java.md index 2ebf66582..68e9cd06d 100644 --- a/docs/alert.java.md +++ b/docs/alert.java.md @@ -4,7 +4,7 @@ ### Alert -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert snowflake_alert}. #### Initializers @@ -57,7 +57,7 @@ Alert.Builder.create(Construct scope, java.lang.String id) | alertSchedule | AlertAlertSchedule | alert_schedule block. | | comment | java.lang.String | Specifies a comment for the alert. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. | --- @@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#action Alert#action} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#condition Alert#condition} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#database Alert#database} --- @@ -159,7 +159,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#name Alert#name} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#schema Alert#schema} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#warehouse Alert#warehouse} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#comment Alert#comment} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#enabled Alert#enabled} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -688,7 +688,7 @@ The construct id used in the generated config for the Alert to import. The id of the existing Alert that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -1135,7 +1135,7 @@ public AlertAlertScheduleCron getCron(); cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#cron Alert#cron} --- @@ -1151,7 +1151,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#interval Alert#interval} --- @@ -1189,7 +1189,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#expression Alert#expression} --- @@ -1203,7 +1203,7 @@ public java.lang.String getTimeZone(); Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1260,7 +1260,7 @@ AlertConfig.builder() | alertSchedule | AlertAlertSchedule | alert_schedule block. | | comment | java.lang.String | Specifies a comment for the alert. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. | --- @@ -1344,7 +1344,7 @@ public java.lang.String getAction(); The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#action Alert#action} --- @@ -1358,7 +1358,7 @@ public java.lang.String getCondition(); The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#condition Alert#condition} --- @@ -1372,7 +1372,7 @@ public java.lang.String getDatabase(); The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#database Alert#database} --- @@ -1388,7 +1388,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#name Alert#name} --- @@ -1402,7 +1402,7 @@ public java.lang.String getSchema(); The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#schema Alert#schema} --- @@ -1416,7 +1416,7 @@ public java.lang.String getWarehouse(); The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1430,7 +1430,7 @@ public AlertAlertSchedule getAlertSchedule(); alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1444,7 +1444,7 @@ public java.lang.String getComment(); Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#comment Alert#comment} --- @@ -1458,7 +1458,7 @@ public java.lang.Object getEnabled(); Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#enabled Alert#enabled} --- @@ -1470,7 +1470,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/alert.python.md b/docs/alert.python.md index 31879d4b9..7eddfe700 100644 --- a/docs/alert.python.md +++ b/docs/alert.python.md @@ -4,7 +4,7 @@ ### Alert -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert snowflake_alert}. #### Initializers @@ -54,7 +54,7 @@ alert.Alert( | alert_schedule | AlertAlertSchedule | alert_schedule block. | | comment | str | Specifies a comment for the alert. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. | --- @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#action Alert#action} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#condition Alert#condition} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#database Alert#database} --- @@ -156,7 +156,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#name Alert#name} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#schema Alert#schema} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#warehouse Alert#warehouse} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#comment Alert#comment} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#enabled Alert#enabled} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -596,7 +596,7 @@ def put_alert_schedule( cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#cron Alert#cron} --- @@ -608,7 +608,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#interval Alert#interval} --- @@ -750,7 +750,7 @@ The construct id used in the generated config for the Alert to import. The id of the existing Alert that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -1197,7 +1197,7 @@ cron: AlertAlertScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#cron Alert#cron} --- @@ -1213,7 +1213,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#interval Alert#interval} --- @@ -1251,7 +1251,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#expression Alert#expression} --- @@ -1265,7 +1265,7 @@ time_zone: str Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1317,7 +1317,7 @@ alert.AlertConfig( | alert_schedule | AlertAlertSchedule | alert_schedule block. | | comment | str | Specifies a comment for the alert. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. | --- @@ -1401,7 +1401,7 @@ action: str The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#action Alert#action} --- @@ -1415,7 +1415,7 @@ condition: str The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#condition Alert#condition} --- @@ -1429,7 +1429,7 @@ database: str The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#database Alert#database} --- @@ -1445,7 +1445,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#name Alert#name} --- @@ -1459,7 +1459,7 @@ schema: str The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#schema Alert#schema} --- @@ -1473,7 +1473,7 @@ warehouse: str The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1487,7 +1487,7 @@ alert_schedule: AlertAlertSchedule alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1501,7 +1501,7 @@ comment: str Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#comment Alert#comment} --- @@ -1515,7 +1515,7 @@ enabled: typing.Union[bool, IResolvable] Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#enabled Alert#enabled} --- @@ -1527,7 +1527,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2102,7 +2102,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#expression Alert#expression} --- @@ -2112,7 +2112,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#time_zone Alert#time_zone} --- diff --git a/docs/alert.typescript.md b/docs/alert.typescript.md index 78a8612c2..f4cd18605 100644 --- a/docs/alert.typescript.md +++ b/docs/alert.typescript.md @@ -4,7 +4,7 @@ ### Alert -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert snowflake_alert}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the Alert to import. The id of the existing Alert that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -952,7 +952,7 @@ public readonly cron: AlertAlertScheduleCron; cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#cron Alert#cron} --- @@ -968,7 +968,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#interval Alert#interval} --- @@ -1003,7 +1003,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#expression Alert#expression} --- @@ -1017,7 +1017,7 @@ public readonly timeZone: string; Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1051,7 +1051,7 @@ const alertConfig: alert.AlertConfig = { ... } | alertSchedule | AlertAlertSchedule | alert_schedule block. | | comment | string | Specifies a comment for the alert. | | enabled | boolean \| cdktf.IResolvable | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. | --- @@ -1135,7 +1135,7 @@ public readonly action: string; The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#action Alert#action} --- @@ -1149,7 +1149,7 @@ public readonly condition: string; The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#condition Alert#condition} --- @@ -1163,7 +1163,7 @@ public readonly database: string; The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#database Alert#database} --- @@ -1179,7 +1179,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#name Alert#name} --- @@ -1193,7 +1193,7 @@ public readonly schema: string; The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#schema Alert#schema} --- @@ -1207,7 +1207,7 @@ public readonly warehouse: string; The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1221,7 +1221,7 @@ public readonly alertSchedule: AlertAlertSchedule; alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1235,7 +1235,7 @@ public readonly comment: string; Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#comment Alert#comment} --- @@ -1249,7 +1249,7 @@ public readonly enabled: boolean | IResolvable; Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#enabled Alert#enabled} --- @@ -1261,7 +1261,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/apiIntegration.csharp.md b/docs/apiIntegration.csharp.md index fac8c7c4d..540815d1a 100644 --- a/docs/apiIntegration.csharp.md +++ b/docs/apiIntegration.csharp.md @@ -4,7 +4,7 @@ ### ApiIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration snowflake_api_integration}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ApiIntegration to import. The id of the existing ApiIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1124,10 +1124,10 @@ new ApiIntegrationConfig { | ApiKey | string | The API key (also called a “subscription key”). | | AzureAdApplicationId | string | The 'Application (client) id' of the Azure AD app for your remote service. | | AzureTenantId | string | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. | | Enabled | object | Specifies whether this API integration is enabled or disabled. | | GoogleAudience | string | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1211,7 +1211,7 @@ public string[] ApiAllowedPrefixes { get; set; } Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1225,7 +1225,7 @@ public string ApiProvider { get; set; } Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1241,7 +1241,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1255,7 +1255,7 @@ public string ApiAwsRoleArn { get; set; } ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1269,7 +1269,7 @@ public string[] ApiBlockedPrefixes { get; set; } Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1283,7 +1283,7 @@ public string ApiGcpServiceAccount { get; set; } The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1297,7 +1297,7 @@ public string ApiKey { get; set; } The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1311,7 +1311,7 @@ public string AzureAdApplicationId { get; set; } The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1325,7 +1325,7 @@ public string AzureTenantId { get; set; } Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1337,7 +1337,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1353,7 +1353,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1367,7 +1367,7 @@ public string GoogleAudience { get; set; } The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1379,7 +1379,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/apiIntegration.go.md b/docs/apiIntegration.go.md index 0894b52c8..e1ab68028 100644 --- a/docs/apiIntegration.go.md +++ b/docs/apiIntegration.go.md @@ -4,7 +4,7 @@ ### ApiIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration snowflake_api_integration}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ApiIntegration to import. The id of the existing ApiIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1124,10 +1124,10 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/apiintegratio | ApiKey | *string | The API key (also called a “subscription key”). | | AzureAdApplicationId | *string | The 'Application (client) id' of the Azure AD app for your remote service. | | AzureTenantId | *string | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. | | Enabled | interface{} | Specifies whether this API integration is enabled or disabled. | | GoogleAudience | *string | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1211,7 +1211,7 @@ ApiAllowedPrefixes *[]*string Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1225,7 +1225,7 @@ ApiProvider *string Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1241,7 +1241,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1255,7 +1255,7 @@ ApiAwsRoleArn *string ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1269,7 +1269,7 @@ ApiBlockedPrefixes *[]*string Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1283,7 +1283,7 @@ ApiGcpServiceAccount *string The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1297,7 +1297,7 @@ ApiKey *string The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1311,7 +1311,7 @@ AzureAdApplicationId *string The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1325,7 +1325,7 @@ AzureTenantId *string Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1337,7 +1337,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1353,7 +1353,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1367,7 +1367,7 @@ GoogleAudience *string The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1379,7 +1379,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/apiIntegration.java.md b/docs/apiIntegration.java.md index 896106f88..7724e3df3 100644 --- a/docs/apiIntegration.java.md +++ b/docs/apiIntegration.java.md @@ -4,7 +4,7 @@ ### ApiIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration snowflake_api_integration}. #### Initializers @@ -60,10 +60,10 @@ ApiIntegration.Builder.create(Construct scope, java.lang.String id) | apiKey | java.lang.String | The API key (also called a “subscription key”). | | azureAdApplicationId | java.lang.String | The 'Application (client) id' of the Azure AD app for your remote service. | | azureTenantId | java.lang.String | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this API integration is enabled or disabled. | | googleAudience | java.lang.String | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -133,7 +133,7 @@ Must be unique amongst siblings in the same scope Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -155,7 +155,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#name ApiIntegration#name} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -235,7 +235,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -753,7 +753,7 @@ The construct id used in the generated config for the ApiIntegration to import. The id of the existing ApiIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1345,10 +1345,10 @@ ApiIntegrationConfig.builder() | apiKey | java.lang.String | The API key (also called a “subscription key”). | | azureAdApplicationId | java.lang.String | The 'Application (client) id' of the Azure AD app for your remote service. | | azureTenantId | java.lang.String | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this API integration is enabled or disabled. | | googleAudience | java.lang.String | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1432,7 +1432,7 @@ public java.util.List getApiAllowedPrefixes(); Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1446,7 +1446,7 @@ public java.lang.String getApiProvider(); Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1462,7 +1462,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1476,7 +1476,7 @@ public java.lang.String getApiAwsRoleArn(); ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1490,7 +1490,7 @@ public java.util.List getApiBlockedPrefixes(); Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1504,7 +1504,7 @@ public java.lang.String getApiGcpServiceAccount(); The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1518,7 +1518,7 @@ public java.lang.String getApiKey(); The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1532,7 +1532,7 @@ public java.lang.String getAzureAdApplicationId(); The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1546,7 +1546,7 @@ public java.lang.String getAzureTenantId(); Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1558,7 +1558,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1574,7 +1574,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1588,7 +1588,7 @@ public java.lang.String getGoogleAudience(); The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1600,7 +1600,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/apiIntegration.python.md b/docs/apiIntegration.python.md index ea94a1334..bf2c3836f 100644 --- a/docs/apiIntegration.python.md +++ b/docs/apiIntegration.python.md @@ -4,7 +4,7 @@ ### ApiIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration snowflake_api_integration}. #### Initializers @@ -57,10 +57,10 @@ apiIntegration.ApiIntegration( | api_key | str | The API key (also called a “subscription key”). | | azure_ad_application_id | str | The 'Application (client) id' of the Azure AD app for your remote service. | | azure_tenant_id | str | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this API integration is enabled or disabled. | | google_audience | str | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -152,7 +152,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#name ApiIntegration#name} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -232,7 +232,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -796,7 +796,7 @@ The construct id used in the generated config for the ApiIntegration to import. The id of the existing ApiIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1383,10 +1383,10 @@ apiIntegration.ApiIntegrationConfig( | api_key | str | The API key (also called a “subscription key”). | | azure_ad_application_id | str | The 'Application (client) id' of the Azure AD app for your remote service. | | azure_tenant_id | str | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this API integration is enabled or disabled. | | google_audience | str | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1470,7 +1470,7 @@ api_allowed_prefixes: typing.List[str] Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1484,7 +1484,7 @@ api_provider: str Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1500,7 +1500,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1514,7 +1514,7 @@ api_aws_role_arn: str ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1528,7 +1528,7 @@ api_blocked_prefixes: typing.List[str] Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1542,7 +1542,7 @@ api_gcp_service_account: str The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1556,7 +1556,7 @@ api_key: str The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1570,7 +1570,7 @@ azure_ad_application_id: str The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1584,7 +1584,7 @@ azure_tenant_id: str Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1596,7 +1596,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1612,7 +1612,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1626,7 +1626,7 @@ google_audience: str The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1638,7 +1638,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/apiIntegration.typescript.md b/docs/apiIntegration.typescript.md index 09bf3c7a7..2309788d0 100644 --- a/docs/apiIntegration.typescript.md +++ b/docs/apiIntegration.typescript.md @@ -4,7 +4,7 @@ ### ApiIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration snowflake_api_integration}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ApiIntegration to import. The id of the existing ApiIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1103,10 +1103,10 @@ const apiIntegrationConfig: apiIntegration.ApiIntegrationConfig = { ... } | apiKey | string | The API key (also called a “subscription key”). | | azureAdApplicationId | string | The 'Application (client) id' of the Azure AD app for your remote service. | | azureTenantId | string | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. | | enabled | boolean \| cdktf.IResolvable | Specifies whether this API integration is enabled or disabled. | | googleAudience | string | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1190,7 +1190,7 @@ public readonly apiAllowedPrefixes: string[]; Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1204,7 +1204,7 @@ public readonly apiProvider: string; Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1220,7 +1220,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1234,7 +1234,7 @@ public readonly apiAwsRoleArn: string; ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1248,7 +1248,7 @@ public readonly apiBlockedPrefixes: string[]; Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1262,7 +1262,7 @@ public readonly apiGcpServiceAccount: string; The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1276,7 +1276,7 @@ public readonly apiKey: string; The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1290,7 +1290,7 @@ public readonly azureAdApplicationId: string; The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1304,7 +1304,7 @@ public readonly azureTenantId: string; Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1316,7 +1316,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1332,7 +1332,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1346,7 +1346,7 @@ public readonly googleAudience: string; The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1358,7 +1358,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeAccounts.csharp.md b/docs/dataSnowflakeAccounts.csharp.md index 1656a066f..61d9e706c 100644 --- a/docs/dataSnowflakeAccounts.csharp.md +++ b/docs/dataSnowflakeAccounts.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccounts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i The id of the existing DataSnowflakeAccounts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -651,7 +651,7 @@ new DataSnowflakeAccountsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | Pattern | string | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -734,7 +734,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -751,7 +751,7 @@ public string Pattern { get; set; } Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- diff --git a/docs/dataSnowflakeAccounts.go.md b/docs/dataSnowflakeAccounts.go.md index 3d8cab94d..05d2cbd1c 100644 --- a/docs/dataSnowflakeAccounts.go.md +++ b/docs/dataSnowflakeAccounts.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccounts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i The id of the existing DataSnowflakeAccounts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -651,7 +651,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | Pattern | *string | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -734,7 +734,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -751,7 +751,7 @@ Pattern *string Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- diff --git a/docs/dataSnowflakeAccounts.java.md b/docs/dataSnowflakeAccounts.java.md index 420759baf..58c2b5c42 100644 --- a/docs/dataSnowflakeAccounts.java.md +++ b/docs/dataSnowflakeAccounts.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccounts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -39,7 +39,7 @@ DataSnowflakeAccounts.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | pattern | java.lang.String | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- @@ -458,7 +458,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i The id of the existing DataSnowflakeAccounts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -733,7 +733,7 @@ DataSnowflakeAccountsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | pattern | java.lang.String | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -816,7 +816,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -833,7 +833,7 @@ public java.lang.String getPattern(); Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- diff --git a/docs/dataSnowflakeAccounts.python.md b/docs/dataSnowflakeAccounts.python.md index 577f1051e..2e5e9a53e 100644 --- a/docs/dataSnowflakeAccounts.python.md +++ b/docs/dataSnowflakeAccounts.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccounts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -37,7 +37,7 @@ dataSnowflakeAccounts.DataSnowflakeAccounts( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | pattern | str | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- @@ -492,7 +492,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i The id of the existing DataSnowflakeAccounts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -762,7 +762,7 @@ dataSnowflakeAccounts.DataSnowflakeAccountsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | pattern | str | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -845,7 +845,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -862,7 +862,7 @@ pattern: str Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- diff --git a/docs/dataSnowflakeAccounts.typescript.md b/docs/dataSnowflakeAccounts.typescript.md index 358ff5c4a..7703ae8b5 100644 --- a/docs/dataSnowflakeAccounts.typescript.md +++ b/docs/dataSnowflakeAccounts.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccounts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i The id of the existing DataSnowflakeAccounts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -639,7 +639,7 @@ const dataSnowflakeAccountsConfig: dataSnowflakeAccounts.DataSnowflakeAccountsCo | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | pattern | string | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -722,7 +722,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -739,7 +739,7 @@ public readonly pattern: string; Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- diff --git a/docs/dataSnowflakeAlerts.csharp.md b/docs/dataSnowflakeAlerts.csharp.md index d79169e60..7e9d81235 100644 --- a/docs/dataSnowflakeAlerts.csharp.md +++ b/docs/dataSnowflakeAlerts.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeAlerts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts snowflake_alerts}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp The id of the existing DataSnowflakeAlerts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use --- @@ -712,7 +712,7 @@ new DataSnowflakeAlertsConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the alerts from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | | Pattern | string | Filters the command output by object name. | | Schema | string | The schema from which to return the alerts from. | @@ -798,7 +798,7 @@ public string Database { get; set; } The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -810,7 +810,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -827,7 +827,7 @@ public string Pattern { get; set; } Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -841,7 +841,7 @@ public string Schema { get; set; } The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.go.md b/docs/dataSnowflakeAlerts.go.md index 857f3b9b0..1903db38e 100644 --- a/docs/dataSnowflakeAlerts.go.md +++ b/docs/dataSnowflakeAlerts.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeAlerts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts snowflake_alerts}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp The id of the existing DataSnowflakeAlerts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use --- @@ -712,7 +712,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the alerts from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | | Pattern | *string | Filters the command output by object name. | | Schema | *string | The schema from which to return the alerts from. | @@ -798,7 +798,7 @@ Database *string The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -810,7 +810,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -827,7 +827,7 @@ Pattern *string Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -841,7 +841,7 @@ Schema *string The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.java.md b/docs/dataSnowflakeAlerts.java.md index 2e6b2825e..3eb97b081 100644 --- a/docs/dataSnowflakeAlerts.java.md +++ b/docs/dataSnowflakeAlerts.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeAlerts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts snowflake_alerts}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeAlerts.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the alerts from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | | pattern | java.lang.String | Filters the command output by object name. | | schema | java.lang.String | The schema from which to return the alerts from. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- @@ -496,7 +496,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp The id of the existing DataSnowflakeAlerts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use --- @@ -818,7 +818,7 @@ DataSnowflakeAlertsConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the alerts from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | | pattern | java.lang.String | Filters the command output by object name. | | schema | java.lang.String | The schema from which to return the alerts from. | @@ -904,7 +904,7 @@ public java.lang.String getDatabase(); The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -916,7 +916,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -933,7 +933,7 @@ public java.lang.String getPattern(); Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -947,7 +947,7 @@ public java.lang.String getSchema(); The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.python.md b/docs/dataSnowflakeAlerts.python.md index dced81988..bbb726771 100644 --- a/docs/dataSnowflakeAlerts.python.md +++ b/docs/dataSnowflakeAlerts.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeAlerts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts snowflake_alerts}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeAlerts.DataSnowflakeAlerts( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the alerts from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | | pattern | str | Filters the command output by object name. | | schema | str | The schema from which to return the alerts from. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- @@ -530,7 +530,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp The id of the existing DataSnowflakeAlerts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use --- @@ -847,7 +847,7 @@ dataSnowflakeAlerts.DataSnowflakeAlertsConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the alerts from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | | pattern | str | Filters the command output by object name. | | schema | str | The schema from which to return the alerts from. | @@ -933,7 +933,7 @@ database: str The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -945,7 +945,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -962,7 +962,7 @@ pattern: str Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -976,7 +976,7 @@ schema: str The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.typescript.md b/docs/dataSnowflakeAlerts.typescript.md index 8b30957ac..7a631f2e7 100644 --- a/docs/dataSnowflakeAlerts.typescript.md +++ b/docs/dataSnowflakeAlerts.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeAlerts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts snowflake_alerts}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp The id of the existing DataSnowflakeAlerts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use --- @@ -698,7 +698,7 @@ const dataSnowflakeAlertsConfig: dataSnowflakeAlerts.DataSnowflakeAlertsConfig = | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the alerts from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | | pattern | string | Filters the command output by object name. | | schema | string | The schema from which to return the alerts from. | @@ -784,7 +784,7 @@ public readonly database: string; The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -796,7 +796,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -813,7 +813,7 @@ public readonly pattern: string; Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -827,7 +827,7 @@ public readonly schema: string; The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeCurrentAccount.csharp.md b/docs/dataSnowflakeCurrentAccount.csharp.md index 09d43fd97..8aeb8df0a 100644 --- a/docs/dataSnowflakeCurrentAccount.csharp.md +++ b/docs/dataSnowflakeCurrentAccount.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account snowflake_current_account}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun The id of the existing DataSnowflakeCurrentAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use --- @@ -630,7 +630,7 @@ new DataSnowflakeCurrentAccountConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -712,7 +712,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeCurrentAccount.go.md b/docs/dataSnowflakeCurrentAccount.go.md index 6c6ce203a..71aef100a 100644 --- a/docs/dataSnowflakeCurrentAccount.go.md +++ b/docs/dataSnowflakeCurrentAccount.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account snowflake_current_account}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun The id of the existing DataSnowflakeCurrentAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use --- @@ -630,7 +630,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -712,7 +712,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeCurrentAccount.java.md b/docs/dataSnowflakeCurrentAccount.java.md index f697fa48e..18fc9fc46 100644 --- a/docs/dataSnowflakeCurrentAccount.java.md +++ b/docs/dataSnowflakeCurrentAccount.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account snowflake_current_account}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeCurrentAccount.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun The id of the existing DataSnowflakeCurrentAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use --- @@ -701,7 +701,7 @@ DataSnowflakeCurrentAccountConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -783,7 +783,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeCurrentAccount.python.md b/docs/dataSnowflakeCurrentAccount.python.md index 842f3ba2e..e2794dbcc 100644 --- a/docs/dataSnowflakeCurrentAccount.python.md +++ b/docs/dataSnowflakeCurrentAccount.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account snowflake_current_account}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeCurrentAccount.DataSnowflakeCurrentAccount( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun The id of the existing DataSnowflakeCurrentAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use --- @@ -731,7 +731,7 @@ dataSnowflakeCurrentAccount.DataSnowflakeCurrentAccountConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -813,7 +813,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeCurrentAccount.typescript.md b/docs/dataSnowflakeCurrentAccount.typescript.md index e447e07c8..760035bc5 100644 --- a/docs/dataSnowflakeCurrentAccount.typescript.md +++ b/docs/dataSnowflakeCurrentAccount.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account snowflake_current_account}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun The id of the existing DataSnowflakeCurrentAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use --- @@ -621,7 +621,7 @@ const dataSnowflakeCurrentAccountConfig: dataSnowflakeCurrentAccount.DataSnowfla | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -703,7 +703,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeCurrentRole.csharp.md b/docs/dataSnowflakeCurrentRole.csharp.md index 9cae94036..663d9752d 100644 --- a/docs/dataSnowflakeCurrentRole.csharp.md +++ b/docs/dataSnowflakeCurrentRole.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role snowflake_current_role}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t The id of the existing DataSnowflakeCurrentRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataSnowflakeCurrentRoleConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeCurrentRole.go.md b/docs/dataSnowflakeCurrentRole.go.md index e21f49fad..32e8695f0 100644 --- a/docs/dataSnowflakeCurrentRole.go.md +++ b/docs/dataSnowflakeCurrentRole.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role snowflake_current_role}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t The id of the existing DataSnowflakeCurrentRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeCurrentRole.java.md b/docs/dataSnowflakeCurrentRole.java.md index 9892bff77..9c3c284e1 100644 --- a/docs/dataSnowflakeCurrentRole.java.md +++ b/docs/dataSnowflakeCurrentRole.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role snowflake_current_role}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeCurrentRole.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t The id of the existing DataSnowflakeCurrentRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataSnowflakeCurrentRoleConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeCurrentRole.python.md b/docs/dataSnowflakeCurrentRole.python.md index 183703513..1cf3b69dd 100644 --- a/docs/dataSnowflakeCurrentRole.python.md +++ b/docs/dataSnowflakeCurrentRole.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role snowflake_current_role}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeCurrentRole.DataSnowflakeCurrentRole( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t The id of the existing DataSnowflakeCurrentRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataSnowflakeCurrentRole.DataSnowflakeCurrentRoleConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeCurrentRole.typescript.md b/docs/dataSnowflakeCurrentRole.typescript.md index a79df0102..a719dd949 100644 --- a/docs/dataSnowflakeCurrentRole.typescript.md +++ b/docs/dataSnowflakeCurrentRole.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role snowflake_current_role}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t The id of the existing DataSnowflakeCurrentRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataSnowflakeCurrentRoleConfig: dataSnowflakeCurrentRole.DataSnowflakeCurr | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabase.csharp.md b/docs/dataSnowflakeDatabase.csharp.md index 5be04716d..d081fd7e6 100644 --- a/docs/dataSnowflakeDatabase.csharp.md +++ b/docs/dataSnowflakeDatabase.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database snowflake_database}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i The id of the existing DataSnowflakeDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ new DataSnowflakeDatabaseConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | The database from which to return its metadata. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -793,7 +793,7 @@ public string Name { get; set; } The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -805,7 +805,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabase.go.md b/docs/dataSnowflakeDatabase.go.md index 76465bb14..0da05909f 100644 --- a/docs/dataSnowflakeDatabase.go.md +++ b/docs/dataSnowflakeDatabase.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database snowflake_database}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i The id of the existing DataSnowflakeDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | The database from which to return its metadata. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -793,7 +793,7 @@ Name *string The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -805,7 +805,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabase.java.md b/docs/dataSnowflakeDatabase.java.md index e1cfb1970..076de6643 100644 --- a/docs/dataSnowflakeDatabase.java.md +++ b/docs/dataSnowflakeDatabase.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database snowflake_database}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeDatabase.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The database from which to return its metadata. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -451,7 +451,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i The id of the existing DataSnowflakeDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use --- @@ -792,7 +792,7 @@ DataSnowflakeDatabaseConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The database from which to return its metadata. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -876,7 +876,7 @@ public java.lang.String getName(); The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -888,7 +888,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabase.python.md b/docs/dataSnowflakeDatabase.python.md index 9c1bd1a0b..c23763bcb 100644 --- a/docs/dataSnowflakeDatabase.python.md +++ b/docs/dataSnowflakeDatabase.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database snowflake_database}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeDatabase.DataSnowflakeDatabase( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The database from which to return its metadata. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i The id of the existing DataSnowflakeDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ dataSnowflakeDatabase.DataSnowflakeDatabaseConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The database from which to return its metadata. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -906,7 +906,7 @@ name: str The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -918,7 +918,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabase.typescript.md b/docs/dataSnowflakeDatabase.typescript.md index ca8cae5f0..ddabab10c 100644 --- a/docs/dataSnowflakeDatabase.typescript.md +++ b/docs/dataSnowflakeDatabase.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database snowflake_database}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i The id of the existing DataSnowflakeDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use --- @@ -699,7 +699,7 @@ const dataSnowflakeDatabaseConfig: dataSnowflakeDatabase.DataSnowflakeDatabaseCo | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The database from which to return its metadata. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -783,7 +783,7 @@ public readonly name: string; The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -795,7 +795,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabaseRoles.csharp.md b/docs/dataSnowflakeDatabaseRoles.csharp.md index 2732db497..76b5a154f 100644 --- a/docs/dataSnowflakeDatabaseRoles.csharp.md +++ b/docs/dataSnowflakeDatabaseRoles.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles The id of the existing DataSnowflakeDatabaseRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ new DataSnowflakeDatabaseRolesConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the database roles from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -716,7 +716,7 @@ public string Database { get; set; } The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -728,7 +728,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabaseRoles.go.md b/docs/dataSnowflakeDatabaseRoles.go.md index ae3fd2307..8e9beefbf 100644 --- a/docs/dataSnowflakeDatabaseRoles.go.md +++ b/docs/dataSnowflakeDatabaseRoles.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles The id of the existing DataSnowflakeDatabaseRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the database roles from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -716,7 +716,7 @@ Database *string The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -728,7 +728,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabaseRoles.java.md b/docs/dataSnowflakeDatabaseRoles.java.md index 1caf4b1e9..05ef9a48c 100644 --- a/docs/dataSnowflakeDatabaseRoles.java.md +++ b/docs/dataSnowflakeDatabaseRoles.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeDatabaseRoles.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the database roles from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -451,7 +451,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles The id of the existing DataSnowflakeDatabaseRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -715,7 +715,7 @@ DataSnowflakeDatabaseRolesConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the database roles from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -799,7 +799,7 @@ public java.lang.String getDatabase(); The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -811,7 +811,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabaseRoles.python.md b/docs/dataSnowflakeDatabaseRoles.python.md index 557dbe6fe..ab50435e3 100644 --- a/docs/dataSnowflakeDatabaseRoles.python.md +++ b/docs/dataSnowflakeDatabaseRoles.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeDatabaseRoles.DataSnowflakeDatabaseRoles( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the database roles from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles The id of the existing DataSnowflakeDatabaseRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ dataSnowflakeDatabaseRoles.DataSnowflakeDatabaseRolesConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the database roles from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -829,7 +829,7 @@ database: str The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -841,7 +841,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabaseRoles.typescript.md b/docs/dataSnowflakeDatabaseRoles.typescript.md index 15790b841..8fcb1f997 100644 --- a/docs/dataSnowflakeDatabaseRoles.typescript.md +++ b/docs/dataSnowflakeDatabaseRoles.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles The id of the existing DataSnowflakeDatabaseRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -622,7 +622,7 @@ const dataSnowflakeDatabaseRolesConfig: dataSnowflakeDatabaseRoles.DataSnowflake | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the database roles from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -706,7 +706,7 @@ public readonly database: string; The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -718,7 +718,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabases.csharp.md b/docs/dataSnowflakeDatabases.csharp.md index 457358512..2d569eef9 100644 --- a/docs/dataSnowflakeDatabases.csharp.md +++ b/docs/dataSnowflakeDatabases.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabases -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -400,7 +400,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to The id of the existing DataSnowflakeDatabases that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -729,7 +729,7 @@ new DataSnowflakeDatabasesConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | History | object | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | Pattern | string | Optionally filters the databases by a pattern. | | StartsWith | string | Optionally filters the databases by a pattern. | | Terse | object | Optionally returns only the columns `created_on` and `name` in the results. | @@ -816,7 +816,7 @@ public object History { get; set; } Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -828,7 +828,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -845,7 +845,7 @@ public string Pattern { get; set; } Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -859,7 +859,7 @@ public string StartsWith { get; set; } Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -873,7 +873,7 @@ public object Terse { get; set; } Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- diff --git a/docs/dataSnowflakeDatabases.go.md b/docs/dataSnowflakeDatabases.go.md index 5d00686e9..368a4e352 100644 --- a/docs/dataSnowflakeDatabases.go.md +++ b/docs/dataSnowflakeDatabases.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabases -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -400,7 +400,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to The id of the existing DataSnowflakeDatabases that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -729,7 +729,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | History | interface{} | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | Pattern | *string | Optionally filters the databases by a pattern. | | StartsWith | *string | Optionally filters the databases by a pattern. | | Terse | interface{} | Optionally returns only the columns `created_on` and `name` in the results. | @@ -816,7 +816,7 @@ History interface{} Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -828,7 +828,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -845,7 +845,7 @@ Pattern *string Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -859,7 +859,7 @@ StartsWith *string Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -873,7 +873,7 @@ Terse interface{} Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- diff --git a/docs/dataSnowflakeDatabases.java.md b/docs/dataSnowflakeDatabases.java.md index d04e2913e..d4737db3f 100644 --- a/docs/dataSnowflakeDatabases.java.md +++ b/docs/dataSnowflakeDatabases.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabases -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -45,7 +45,7 @@ DataSnowflakeDatabases.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | history | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | pattern | java.lang.String | Optionally filters the databases by a pattern. | | startsWith | java.lang.String | Optionally filters the databases by a pattern. | | terse | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Optionally returns only the columns `created_on` and `name` in the results. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -139,7 +139,7 @@ If you experience problems setting this value it might not be settable. Please t Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- @@ -517,7 +517,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to The id of the existing DataSnowflakeDatabases that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ DataSnowflakeDatabasesConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | history | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | pattern | java.lang.String | Optionally filters the databases by a pattern. | | startsWith | java.lang.String | Optionally filters the databases by a pattern. | | terse | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Optionally returns only the columns `created_on` and `name` in the results. | @@ -939,7 +939,7 @@ public java.lang.Object getHistory(); Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -951,7 +951,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -968,7 +968,7 @@ public java.lang.String getPattern(); Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -982,7 +982,7 @@ public java.lang.String getStartsWith(); Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -996,7 +996,7 @@ public java.lang.Object getTerse(); Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- diff --git a/docs/dataSnowflakeDatabases.python.md b/docs/dataSnowflakeDatabases.python.md index 3d50edd03..0282b8339 100644 --- a/docs/dataSnowflakeDatabases.python.md +++ b/docs/dataSnowflakeDatabases.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabases -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -41,7 +41,7 @@ dataSnowflakeDatabases.DataSnowflakeDatabases( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | history | typing.Union[bool, cdktf.IResolvable] | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | pattern | str | Optionally filters the databases by a pattern. | | starts_with | str | Optionally filters the databases by a pattern. | | terse | typing.Union[bool, cdktf.IResolvable] | Optionally returns only the columns `created_on` and `name` in the results. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- @@ -549,7 +549,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to The id of the existing DataSnowflakeDatabases that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -878,7 +878,7 @@ dataSnowflakeDatabases.DataSnowflakeDatabasesConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | history | typing.Union[bool, cdktf.IResolvable] | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | pattern | str | Optionally filters the databases by a pattern. | | starts_with | str | Optionally filters the databases by a pattern. | | terse | typing.Union[bool, cdktf.IResolvable] | Optionally returns only the columns `created_on` and `name` in the results. | @@ -965,7 +965,7 @@ history: typing.Union[bool, IResolvable] Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -977,7 +977,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -994,7 +994,7 @@ pattern: str Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -1008,7 +1008,7 @@ starts_with: str Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -1022,7 +1022,7 @@ terse: typing.Union[bool, IResolvable] Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- diff --git a/docs/dataSnowflakeDatabases.typescript.md b/docs/dataSnowflakeDatabases.typescript.md index 2a6a37f55..7c482c1b0 100644 --- a/docs/dataSnowflakeDatabases.typescript.md +++ b/docs/dataSnowflakeDatabases.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabases -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -400,7 +400,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to The id of the existing DataSnowflakeDatabases that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -716,7 +716,7 @@ const dataSnowflakeDatabasesConfig: dataSnowflakeDatabases.DataSnowflakeDatabase | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | history | boolean \| cdktf.IResolvable | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | pattern | string | Optionally filters the databases by a pattern. | | startsWith | string | Optionally filters the databases by a pattern. | | terse | boolean \| cdktf.IResolvable | Optionally returns only the columns `created_on` and `name` in the results. | @@ -803,7 +803,7 @@ public readonly history: boolean | IResolvable; Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -815,7 +815,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -832,7 +832,7 @@ public readonly pattern: string; Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -846,7 +846,7 @@ public readonly startsWith: string; Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -860,7 +860,7 @@ public readonly terse: boolean | IResolvable; Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- diff --git a/docs/dataSnowflakeDynamicTables.csharp.md b/docs/dataSnowflakeDynamicTables.csharp.md index d5e6b50d8..b556dd67c 100644 --- a/docs/dataSnowflakeDynamicTables.csharp.md +++ b/docs/dataSnowflakeDynamicTables.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeDynamicTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. #### Initializers @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables The id of the existing DataSnowflakeDynamicTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use --- @@ -767,7 +767,7 @@ new DataSnowflakeDynamicTablesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | In | DataSnowflakeDynamicTablesIn | in block. | | Like | DataSnowflakeDynamicTablesLike | like block. | | Limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -853,7 +853,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -870,7 +870,7 @@ public DataSnowflakeDynamicTablesIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -884,7 +884,7 @@ public DataSnowflakeDynamicTablesLike Like { get; set; } like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -898,7 +898,7 @@ public DataSnowflakeDynamicTablesLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -914,7 +914,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -952,7 +952,7 @@ public object Account { get; set; } Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -966,7 +966,7 @@ public string Database { get; set; } Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -980,7 +980,7 @@ public string Schema { get; set; } Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -1016,7 +1016,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -1054,7 +1054,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -1068,7 +1068,7 @@ public double Rows { get; set; } Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.go.md b/docs/dataSnowflakeDynamicTables.go.md index c6e4f55da..f218e6615 100644 --- a/docs/dataSnowflakeDynamicTables.go.md +++ b/docs/dataSnowflakeDynamicTables.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeDynamicTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. #### Initializers @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables The id of the existing DataSnowflakeDynamicTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use --- @@ -767,7 +767,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | In | DataSnowflakeDynamicTablesIn | in block. | | Like | DataSnowflakeDynamicTablesLike | like block. | | Limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -853,7 +853,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -870,7 +870,7 @@ In DataSnowflakeDynamicTablesIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -884,7 +884,7 @@ Like DataSnowflakeDynamicTablesLike like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -898,7 +898,7 @@ Limit DataSnowflakeDynamicTablesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -914,7 +914,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -952,7 +952,7 @@ Account interface{} Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -966,7 +966,7 @@ Database *string Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -980,7 +980,7 @@ Schema *string Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -1016,7 +1016,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -1054,7 +1054,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -1068,7 +1068,7 @@ Rows *f64 Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.java.md b/docs/dataSnowflakeDynamicTables.java.md index a16861e19..c390c337b 100644 --- a/docs/dataSnowflakeDynamicTables.java.md +++ b/docs/dataSnowflakeDynamicTables.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeDynamicTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeDynamicTables.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | in | DataSnowflakeDynamicTablesIn | in block. | | like | DataSnowflakeDynamicTablesLike | like block. | | limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -159,7 +159,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -556,7 +556,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables The id of the existing DataSnowflakeDynamicTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use --- @@ -888,7 +888,7 @@ DataSnowflakeDynamicTablesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | in | DataSnowflakeDynamicTablesIn | in block. | | like | DataSnowflakeDynamicTablesLike | like block. | | limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -974,7 +974,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -991,7 +991,7 @@ public DataSnowflakeDynamicTablesIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -1005,7 +1005,7 @@ public DataSnowflakeDynamicTablesLike getLike(); like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -1019,7 +1019,7 @@ public DataSnowflakeDynamicTablesLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -1035,7 +1035,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -1074,7 +1074,7 @@ public java.lang.Object getAccount(); Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -1088,7 +1088,7 @@ public java.lang.String getDatabase(); Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -1102,7 +1102,7 @@ public java.lang.String getSchema(); Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -1138,7 +1138,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -1176,7 +1176,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -1190,7 +1190,7 @@ public java.lang.Number getRows(); Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.python.md b/docs/dataSnowflakeDynamicTables.python.md index d49bec410..6762c181b 100644 --- a/docs/dataSnowflakeDynamicTables.python.md +++ b/docs/dataSnowflakeDynamicTables.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeDynamicTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeDynamicTables.DataSnowflakeDynamicTables( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | in | DataSnowflakeDynamicTablesIn | in block. | | like | DataSnowflakeDynamicTablesLike | like block. | | limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -157,7 +157,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -426,7 +426,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -436,7 +436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -446,7 +446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -466,7 +466,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -487,7 +487,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -497,7 +497,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- @@ -645,7 +645,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables The id of the existing DataSnowflakeDynamicTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use --- @@ -973,7 +973,7 @@ dataSnowflakeDynamicTables.DataSnowflakeDynamicTablesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | in | DataSnowflakeDynamicTablesIn | in block. | | like | DataSnowflakeDynamicTablesLike | like block. | | limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -1059,7 +1059,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1076,7 +1076,7 @@ in: DataSnowflakeDynamicTablesIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -1090,7 +1090,7 @@ like: DataSnowflakeDynamicTablesLike like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -1104,7 +1104,7 @@ limit: DataSnowflakeDynamicTablesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -1120,7 +1120,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -1158,7 +1158,7 @@ account: typing.Union[bool, IResolvable] Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -1172,7 +1172,7 @@ database: str Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -1186,7 +1186,7 @@ schema: str Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -1222,7 +1222,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -1260,7 +1260,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -1274,7 +1274,7 @@ rows: typing.Union[int, float] Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.typescript.md b/docs/dataSnowflakeDynamicTables.typescript.md index 05ed3cfd4..bc0f994c1 100644 --- a/docs/dataSnowflakeDynamicTables.typescript.md +++ b/docs/dataSnowflakeDynamicTables.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeDynamicTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. #### Initializers @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables The id of the existing DataSnowflakeDynamicTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use --- @@ -754,7 +754,7 @@ const dataSnowflakeDynamicTablesConfig: dataSnowflakeDynamicTables.DataSnowflake | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | in | DataSnowflakeDynamicTablesIn | in block. | | like | DataSnowflakeDynamicTablesLike | like block. | | limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -840,7 +840,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -857,7 +857,7 @@ public readonly in: DataSnowflakeDynamicTablesIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -871,7 +871,7 @@ public readonly like: DataSnowflakeDynamicTablesLike; like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -885,7 +885,7 @@ public readonly limit: DataSnowflakeDynamicTablesLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -901,7 +901,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -935,7 +935,7 @@ public readonly account: boolean | IResolvable; Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -949,7 +949,7 @@ public readonly database: string; Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -963,7 +963,7 @@ public readonly schema: string; Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -997,7 +997,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -1032,7 +1032,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -1046,7 +1046,7 @@ public readonly rows: number; Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeExternalFunctions.csharp.md b/docs/dataSnowflakeExternalFunctions.csharp.md index b0b0a3ee9..06cba8d3e 100644 --- a/docs/dataSnowflakeExternalFunctions.csharp.md +++ b/docs/dataSnowflakeExternalFunctions.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions snowflake_external_functions}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct The id of the existing DataSnowflakeExternalFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use --- @@ -669,7 +669,7 @@ new DataSnowflakeExternalFunctionsConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | | Schema | string | The schema from which to return the external functions from. | --- @@ -754,7 +754,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -783,7 +783,7 @@ public string Schema { get; set; } The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- diff --git a/docs/dataSnowflakeExternalFunctions.go.md b/docs/dataSnowflakeExternalFunctions.go.md index 8271b6857..a96f91514 100644 --- a/docs/dataSnowflakeExternalFunctions.go.md +++ b/docs/dataSnowflakeExternalFunctions.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions snowflake_external_functions}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct The id of the existing DataSnowflakeExternalFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use --- @@ -669,7 +669,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | | Schema | *string | The schema from which to return the external functions from. | --- @@ -754,7 +754,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -783,7 +783,7 @@ Schema *string The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- diff --git a/docs/dataSnowflakeExternalFunctions.java.md b/docs/dataSnowflakeExternalFunctions.java.md index 940343786..4a460aa30 100644 --- a/docs/dataSnowflakeExternalFunctions.java.md +++ b/docs/dataSnowflakeExternalFunctions.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions snowflake_external_functions}. #### Initializers @@ -41,7 +41,7 @@ DataSnowflakeExternalFunctions.Builder.create(Construct scope, java.lang.String | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | | schema | java.lang.String | The schema from which to return the external functions from. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- @@ -477,7 +477,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct The id of the existing DataSnowflakeExternalFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use --- @@ -764,7 +764,7 @@ DataSnowflakeExternalFunctionsConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | | schema | java.lang.String | The schema from which to return the external functions from. | --- @@ -849,7 +849,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -878,7 +878,7 @@ public java.lang.String getSchema(); The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- diff --git a/docs/dataSnowflakeExternalFunctions.python.md b/docs/dataSnowflakeExternalFunctions.python.md index 17974e808..4e7420019 100644 --- a/docs/dataSnowflakeExternalFunctions.python.md +++ b/docs/dataSnowflakeExternalFunctions.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions snowflake_external_functions}. #### Initializers @@ -39,7 +39,7 @@ dataSnowflakeExternalFunctions.DataSnowflakeExternalFunctions( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | | schema | str | The schema from which to return the external functions from. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- @@ -511,7 +511,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct The id of the existing DataSnowflakeExternalFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use --- @@ -794,7 +794,7 @@ dataSnowflakeExternalFunctions.DataSnowflakeExternalFunctionsConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | | schema | str | The schema from which to return the external functions from. | --- @@ -879,7 +879,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -908,7 +908,7 @@ schema: str The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- diff --git a/docs/dataSnowflakeExternalFunctions.typescript.md b/docs/dataSnowflakeExternalFunctions.typescript.md index 2ec4fef16..fd2998131 100644 --- a/docs/dataSnowflakeExternalFunctions.typescript.md +++ b/docs/dataSnowflakeExternalFunctions.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions snowflake_external_functions}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct The id of the existing DataSnowflakeExternalFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use --- @@ -658,7 +658,7 @@ const dataSnowflakeExternalFunctionsConfig: dataSnowflakeExternalFunctions.DataS | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | | schema | string | The schema from which to return the external functions from. | --- @@ -743,7 +743,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -772,7 +772,7 @@ public readonly schema: string; The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- diff --git a/docs/dataSnowflakeExternalTables.csharp.md b/docs/dataSnowflakeExternalTables.csharp.md index 9069e9101..b43034c87 100644 --- a/docs/dataSnowflakeExternalTables.csharp.md +++ b/docs/dataSnowflakeExternalTables.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables snowflake_external_tables}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable The id of the existing DataSnowflakeExternalTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeExternalTablesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the external tables from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeExternalTables.go.md b/docs/dataSnowflakeExternalTables.go.md index 925b7d398..fb034285d 100644 --- a/docs/dataSnowflakeExternalTables.go.md +++ b/docs/dataSnowflakeExternalTables.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables snowflake_external_tables}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable The id of the existing DataSnowflakeExternalTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the external tables from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeExternalTables.java.md b/docs/dataSnowflakeExternalTables.java.md index affef9bd2..cd8021714 100644 --- a/docs/dataSnowflakeExternalTables.java.md +++ b/docs/dataSnowflakeExternalTables.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables snowflake_external_tables}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeExternalTables.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the external tables from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable The id of the existing DataSnowflakeExternalTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeExternalTablesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the external tables from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeExternalTables.python.md b/docs/dataSnowflakeExternalTables.python.md index f8add9ab8..d625cd8d8 100644 --- a/docs/dataSnowflakeExternalTables.python.md +++ b/docs/dataSnowflakeExternalTables.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables snowflake_external_tables}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeExternalTables.DataSnowflakeExternalTables( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the external tables from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable The id of the existing DataSnowflakeExternalTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeExternalTables.DataSnowflakeExternalTablesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the external tables from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeExternalTables.typescript.md b/docs/dataSnowflakeExternalTables.typescript.md index 1db8356ad..a07c5890e 100644 --- a/docs/dataSnowflakeExternalTables.typescript.md +++ b/docs/dataSnowflakeExternalTables.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables snowflake_external_tables}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable The id of the existing DataSnowflakeExternalTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeExternalTablesConfig: dataSnowflakeExternalTables.DataSnowfla | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the external tables from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeFailoverGroups.csharp.md b/docs/dataSnowflakeFailoverGroups.csharp.md index fe1d4984c..bfac80ad3 100644 --- a/docs/dataSnowflakeFailoverGroups.csharp.md +++ b/docs/dataSnowflakeFailoverGroups.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeFailoverGroups -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups snowflake_failover_groups}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup The id of the existing DataSnowflakeFailoverGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use --- @@ -638,7 +638,7 @@ new DataSnowflakeFailoverGroupsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | InAccount | string | Specifies the identifier for the account. | --- @@ -721,7 +721,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -738,7 +738,7 @@ public string InAccount { get; set; } Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.go.md b/docs/dataSnowflakeFailoverGroups.go.md index cf4bed714..5d7abe005 100644 --- a/docs/dataSnowflakeFailoverGroups.go.md +++ b/docs/dataSnowflakeFailoverGroups.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeFailoverGroups -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups snowflake_failover_groups}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup The id of the existing DataSnowflakeFailoverGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use --- @@ -638,7 +638,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | InAccount | *string | Specifies the identifier for the account. | --- @@ -721,7 +721,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -738,7 +738,7 @@ InAccount *string Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.java.md b/docs/dataSnowflakeFailoverGroups.java.md index c1ad79d01..232f909e2 100644 --- a/docs/dataSnowflakeFailoverGroups.java.md +++ b/docs/dataSnowflakeFailoverGroups.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeFailoverGroups -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups snowflake_failover_groups}. #### Initializers @@ -39,7 +39,7 @@ DataSnowflakeFailoverGroups.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | inAccount | java.lang.String | Specifies the identifier for the account. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- @@ -458,7 +458,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup The id of the existing DataSnowflakeFailoverGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use --- @@ -721,7 +721,7 @@ DataSnowflakeFailoverGroupsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | inAccount | java.lang.String | Specifies the identifier for the account. | --- @@ -804,7 +804,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -821,7 +821,7 @@ public java.lang.String getInAccount(); Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.python.md b/docs/dataSnowflakeFailoverGroups.python.md index 8d0037a0d..273e5a50a 100644 --- a/docs/dataSnowflakeFailoverGroups.python.md +++ b/docs/dataSnowflakeFailoverGroups.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeFailoverGroups -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups snowflake_failover_groups}. #### Initializers @@ -37,7 +37,7 @@ dataSnowflakeFailoverGroups.DataSnowflakeFailoverGroups( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | in_account | str | Specifies the identifier for the account. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- @@ -492,7 +492,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup The id of the existing DataSnowflakeFailoverGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ dataSnowflakeFailoverGroups.DataSnowflakeFailoverGroupsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | in_account | str | Specifies the identifier for the account. | --- @@ -834,7 +834,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -851,7 +851,7 @@ in_account: str Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.typescript.md b/docs/dataSnowflakeFailoverGroups.typescript.md index a17c994d7..df4302422 100644 --- a/docs/dataSnowflakeFailoverGroups.typescript.md +++ b/docs/dataSnowflakeFailoverGroups.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeFailoverGroups -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups snowflake_failover_groups}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup The id of the existing DataSnowflakeFailoverGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use --- @@ -628,7 +628,7 @@ const dataSnowflakeFailoverGroupsConfig: dataSnowflakeFailoverGroups.DataSnowfla | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | inAccount | string | Specifies the identifier for the account. | --- @@ -711,7 +711,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -728,7 +728,7 @@ public readonly inAccount: string; Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFileFormats.csharp.md b/docs/dataSnowflakeFileFormats.csharp.md index 7bf5f7957..989ff19fe 100644 --- a/docs/dataSnowflakeFileFormats.csharp.md +++ b/docs/dataSnowflakeFileFormats.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeFileFormats -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats snowflake_file_formats}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t The id of the existing DataSnowflakeFileFormats that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeFileFormatsConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the file formats from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeFileFormats.go.md b/docs/dataSnowflakeFileFormats.go.md index 96bdeaea9..7558d5f5a 100644 --- a/docs/dataSnowflakeFileFormats.go.md +++ b/docs/dataSnowflakeFileFormats.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeFileFormats -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats snowflake_file_formats}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t The id of the existing DataSnowflakeFileFormats that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the file formats from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeFileFormats.java.md b/docs/dataSnowflakeFileFormats.java.md index 04dcd2fb9..47b884f07 100644 --- a/docs/dataSnowflakeFileFormats.java.md +++ b/docs/dataSnowflakeFileFormats.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeFileFormats -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats snowflake_file_formats}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeFileFormats.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the file formats from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t The id of the existing DataSnowflakeFileFormats that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeFileFormatsConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the file formats from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeFileFormats.python.md b/docs/dataSnowflakeFileFormats.python.md index 3099b1cb6..70a22e8a7 100644 --- a/docs/dataSnowflakeFileFormats.python.md +++ b/docs/dataSnowflakeFileFormats.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeFileFormats -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats snowflake_file_formats}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeFileFormats.DataSnowflakeFileFormats( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the file formats from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t The id of the existing DataSnowflakeFileFormats that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeFileFormats.DataSnowflakeFileFormatsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the file formats from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeFileFormats.typescript.md b/docs/dataSnowflakeFileFormats.typescript.md index 83490bb62..7d343d6bb 100644 --- a/docs/dataSnowflakeFileFormats.typescript.md +++ b/docs/dataSnowflakeFileFormats.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeFileFormats -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats snowflake_file_formats}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t The id of the existing DataSnowflakeFileFormats that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeFileFormatsConfig: dataSnowflakeFileFormats.DataSnowflakeFile | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the file formats from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeFunctions.csharp.md b/docs/dataSnowflakeFunctions.csharp.md index 2f6ff03c9..73fd3cf73 100644 --- a/docs/dataSnowflakeFunctions.csharp.md +++ b/docs/dataSnowflakeFunctions.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions snowflake_functions}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to The id of the existing DataSnowflakeFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeFunctionsConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the functions from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeFunctions.go.md b/docs/dataSnowflakeFunctions.go.md index 7497da557..40dc25a30 100644 --- a/docs/dataSnowflakeFunctions.go.md +++ b/docs/dataSnowflakeFunctions.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions snowflake_functions}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to The id of the existing DataSnowflakeFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the functions from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeFunctions.java.md b/docs/dataSnowflakeFunctions.java.md index 23511941c..b2c42f2bb 100644 --- a/docs/dataSnowflakeFunctions.java.md +++ b/docs/dataSnowflakeFunctions.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions snowflake_functions}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeFunctions.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the functions from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to The id of the existing DataSnowflakeFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeFunctionsConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the functions from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeFunctions.python.md b/docs/dataSnowflakeFunctions.python.md index d449b48fc..dbf966206 100644 --- a/docs/dataSnowflakeFunctions.python.md +++ b/docs/dataSnowflakeFunctions.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions snowflake_functions}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeFunctions.DataSnowflakeFunctions( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the functions from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to The id of the existing DataSnowflakeFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeFunctions.DataSnowflakeFunctionsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the functions from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeFunctions.typescript.md b/docs/dataSnowflakeFunctions.typescript.md index 865a928d4..5774e590b 100644 --- a/docs/dataSnowflakeFunctions.typescript.md +++ b/docs/dataSnowflakeFunctions.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions snowflake_functions}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to The id of the existing DataSnowflakeFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeFunctionsConfig: dataSnowflakeFunctions.DataSnowflakeFunction | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the functions from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeGrants.csharp.md b/docs/dataSnowflakeGrants.csharp.md index 18f9620dc..836427812 100644 --- a/docs/dataSnowflakeGrants.csharp.md +++ b/docs/dataSnowflakeGrants.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants snowflake_grants}. #### Initializers @@ -472,7 +472,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp The id of the existing DataSnowflakeGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use --- @@ -828,7 +828,7 @@ new DataSnowflakeGrantsConfig { | GrantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. | | GrantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. | | GrantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -912,7 +912,7 @@ public DataSnowflakeGrantsFutureGrantsIn FutureGrantsIn { get; set; } future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -926,7 +926,7 @@ public DataSnowflakeGrantsFutureGrantsTo FutureGrantsTo { get; set; } future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -940,7 +940,7 @@ public DataSnowflakeGrantsGrantsOf GrantsOf { get; set; } grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -954,7 +954,7 @@ public DataSnowflakeGrantsGrantsOn GrantsOn { get; set; } grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -968,7 +968,7 @@ public DataSnowflakeGrantsGrantsTo GrantsTo { get; set; } grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -980,7 +980,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1019,7 +1019,7 @@ public string Database { get; set; } Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1033,7 +1033,7 @@ public DataSnowflakeGrantsFutureGrantsInSchema Schema { get; set; } schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1069,7 +1069,7 @@ public string SchemaName { get; set; } The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1083,7 +1083,7 @@ public string DatabaseName { get; set; } The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- @@ -1117,7 +1117,7 @@ public string Role { get; set; } Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1166,7 +1166,7 @@ public string Role { get; set; } Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1180,7 +1180,7 @@ public string Share { get; set; } Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1220,7 +1220,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1234,7 +1234,7 @@ public string ObjectName { get; set; } Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1248,7 +1248,7 @@ public string ObjectType { get; set; } Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1286,7 +1286,7 @@ public string Role { get; set; } Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1300,7 +1300,7 @@ public string Share { get; set; } Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1316,7 +1316,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#user DataSnowflakeGrants#user} --- diff --git a/docs/dataSnowflakeGrants.go.md b/docs/dataSnowflakeGrants.go.md index 7e31f2bbf..7c630f9d1 100644 --- a/docs/dataSnowflakeGrants.go.md +++ b/docs/dataSnowflakeGrants.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants snowflake_grants}. #### Initializers @@ -472,7 +472,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp The id of the existing DataSnowflakeGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use --- @@ -828,7 +828,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | GrantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. | | GrantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. | | GrantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -912,7 +912,7 @@ FutureGrantsIn DataSnowflakeGrantsFutureGrantsIn future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -926,7 +926,7 @@ FutureGrantsTo DataSnowflakeGrantsFutureGrantsTo future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -940,7 +940,7 @@ GrantsOf DataSnowflakeGrantsGrantsOf grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -954,7 +954,7 @@ GrantsOn DataSnowflakeGrantsGrantsOn grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -968,7 +968,7 @@ GrantsTo DataSnowflakeGrantsGrantsTo grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -980,7 +980,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1019,7 +1019,7 @@ Database *string Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1033,7 +1033,7 @@ Schema DataSnowflakeGrantsFutureGrantsInSchema schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1069,7 +1069,7 @@ SchemaName *string The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1083,7 +1083,7 @@ DatabaseName *string The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- @@ -1117,7 +1117,7 @@ Role *string Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1166,7 +1166,7 @@ Role *string Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1180,7 +1180,7 @@ Share *string Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1220,7 +1220,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1234,7 +1234,7 @@ ObjectName *string Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1248,7 +1248,7 @@ ObjectType *string Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1286,7 +1286,7 @@ Role *string Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1300,7 +1300,7 @@ Share *string Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1316,7 +1316,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#user DataSnowflakeGrants#user} --- diff --git a/docs/dataSnowflakeGrants.java.md b/docs/dataSnowflakeGrants.java.md index 682818eed..e62e95ac8 100644 --- a/docs/dataSnowflakeGrants.java.md +++ b/docs/dataSnowflakeGrants.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants snowflake_grants}. #### Initializers @@ -48,7 +48,7 @@ DataSnowflakeGrants.Builder.create(Construct scope, java.lang.String id) | grantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. | | grantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. | | grantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -599,7 +599,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp The id of the existing DataSnowflakeGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use --- @@ -959,7 +959,7 @@ DataSnowflakeGrantsConfig.builder() | grantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. | | grantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. | | grantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -1043,7 +1043,7 @@ public DataSnowflakeGrantsFutureGrantsIn getFutureGrantsIn(); future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -1057,7 +1057,7 @@ public DataSnowflakeGrantsFutureGrantsTo getFutureGrantsTo(); future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -1071,7 +1071,7 @@ public DataSnowflakeGrantsGrantsOf getGrantsOf(); grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -1085,7 +1085,7 @@ public DataSnowflakeGrantsGrantsOn getGrantsOn(); grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -1099,7 +1099,7 @@ public DataSnowflakeGrantsGrantsTo getGrantsTo(); grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -1111,7 +1111,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1150,7 +1150,7 @@ public java.lang.String getDatabase(); Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1164,7 +1164,7 @@ public DataSnowflakeGrantsFutureGrantsInSchema getSchema(); schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1200,7 +1200,7 @@ public java.lang.String getSchemaName(); The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1214,7 +1214,7 @@ public java.lang.String getDatabaseName(); The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- @@ -1248,7 +1248,7 @@ public java.lang.String getRole(); Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1296,7 +1296,7 @@ public java.lang.String getRole(); Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1310,7 +1310,7 @@ public java.lang.String getShare(); Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1351,7 +1351,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1365,7 +1365,7 @@ public java.lang.String getObjectName(); Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1379,7 +1379,7 @@ public java.lang.String getObjectType(); Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1417,7 +1417,7 @@ public java.lang.String getRole(); Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1431,7 +1431,7 @@ public java.lang.String getShare(); Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1447,7 +1447,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#user DataSnowflakeGrants#user} --- diff --git a/docs/dataSnowflakeGrants.python.md b/docs/dataSnowflakeGrants.python.md index de650001c..b855b8593 100644 --- a/docs/dataSnowflakeGrants.python.md +++ b/docs/dataSnowflakeGrants.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants snowflake_grants}. #### Initializers @@ -46,7 +46,7 @@ dataSnowflakeGrants.DataSnowflakeGrants( | grants_of | DataSnowflakeGrantsGrantsOf | grants_of block. | | grants_on | DataSnowflakeGrantsGrantsOn | grants_on block. | | grants_to | DataSnowflakeGrantsGrantsTo | grants_to block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -438,7 +438,7 @@ def put_future_grants_in( Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -448,7 +448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -466,7 +466,7 @@ def put_future_grants_to( Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -485,7 +485,7 @@ def put_grants_of( Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -495,7 +495,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -517,7 +517,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -527,7 +527,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -537,7 +537,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -557,7 +557,7 @@ def put_grants_to( Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -567,7 +567,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -579,7 +579,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#user DataSnowflakeGrants#user} --- @@ -733,7 +733,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp The id of the existing DataSnowflakeGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use --- @@ -1089,7 +1089,7 @@ dataSnowflakeGrants.DataSnowflakeGrantsConfig( | grants_of | DataSnowflakeGrantsGrantsOf | grants_of block. | | grants_on | DataSnowflakeGrantsGrantsOn | grants_on block. | | grants_to | DataSnowflakeGrantsGrantsTo | grants_to block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -1173,7 +1173,7 @@ future_grants_in: DataSnowflakeGrantsFutureGrantsIn future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -1187,7 +1187,7 @@ future_grants_to: DataSnowflakeGrantsFutureGrantsTo future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -1201,7 +1201,7 @@ grants_of: DataSnowflakeGrantsGrantsOf grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -1215,7 +1215,7 @@ grants_on: DataSnowflakeGrantsGrantsOn grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -1229,7 +1229,7 @@ grants_to: DataSnowflakeGrantsGrantsTo grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -1241,7 +1241,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1280,7 +1280,7 @@ database: str Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1294,7 +1294,7 @@ schema: DataSnowflakeGrantsFutureGrantsInSchema schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1330,7 +1330,7 @@ schema_name: str The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1344,7 +1344,7 @@ database_name: str The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- @@ -1378,7 +1378,7 @@ role: str Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1425,7 +1425,7 @@ role: str Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1439,7 +1439,7 @@ share: str Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1479,7 +1479,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1493,7 +1493,7 @@ object_name: str Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1507,7 +1507,7 @@ object_type: str Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1545,7 +1545,7 @@ role: str Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1559,7 +1559,7 @@ share: str Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1575,7 +1575,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#user DataSnowflakeGrants#user} --- @@ -1827,7 +1827,7 @@ def put_schema( The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1837,7 +1837,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- diff --git a/docs/dataSnowflakeGrants.typescript.md b/docs/dataSnowflakeGrants.typescript.md index 0dc5889d2..96a5a2291 100644 --- a/docs/dataSnowflakeGrants.typescript.md +++ b/docs/dataSnowflakeGrants.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants snowflake_grants}. #### Initializers @@ -472,7 +472,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp The id of the existing DataSnowflakeGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use --- @@ -814,7 +814,7 @@ const dataSnowflakeGrantsConfig: dataSnowflakeGrants.DataSnowflakeGrantsConfig = | grantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. | | grantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. | | grantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -898,7 +898,7 @@ public readonly futureGrantsIn: DataSnowflakeGrantsFutureGrantsIn; future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -912,7 +912,7 @@ public readonly futureGrantsTo: DataSnowflakeGrantsFutureGrantsTo; future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -926,7 +926,7 @@ public readonly grantsOf: DataSnowflakeGrantsGrantsOf; grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -940,7 +940,7 @@ public readonly grantsOn: DataSnowflakeGrantsGrantsOn; grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -954,7 +954,7 @@ public readonly grantsTo: DataSnowflakeGrantsGrantsTo; grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -966,7 +966,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1002,7 +1002,7 @@ public readonly database: string; Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1016,7 +1016,7 @@ public readonly schema: DataSnowflakeGrantsFutureGrantsInSchema; schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1049,7 +1049,7 @@ public readonly schemaName: string; The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1063,7 +1063,7 @@ public readonly databaseName: string; The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- @@ -1095,7 +1095,7 @@ public readonly role: string; Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1139,7 +1139,7 @@ public readonly role: string; Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1153,7 +1153,7 @@ public readonly share: string; Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1189,7 +1189,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1203,7 +1203,7 @@ public readonly objectName: string; Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1217,7 +1217,7 @@ public readonly objectType: string; Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1251,7 +1251,7 @@ public readonly role: string; Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1265,7 +1265,7 @@ public readonly share: string; Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1281,7 +1281,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#user DataSnowflakeGrants#user} --- diff --git a/docs/dataSnowflakeMaskingPolicies.csharp.md b/docs/dataSnowflakeMaskingPolicies.csharp.md index 3213b9649..557cbfa47 100644 --- a/docs/dataSnowflakeMaskingPolicies.csharp.md +++ b/docs/dataSnowflakeMaskingPolicies.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaskingPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici The id of the existing DataSnowflakeMaskingPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeMaskingPoliciesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the maskingPolicies from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaskingPolicies.go.md b/docs/dataSnowflakeMaskingPolicies.go.md index 16b7a1ad4..c46417d9e 100644 --- a/docs/dataSnowflakeMaskingPolicies.go.md +++ b/docs/dataSnowflakeMaskingPolicies.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaskingPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici The id of the existing DataSnowflakeMaskingPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the maskingPolicies from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaskingPolicies.java.md b/docs/dataSnowflakeMaskingPolicies.java.md index 579e65822..f55c0c9ed 100644 --- a/docs/dataSnowflakeMaskingPolicies.java.md +++ b/docs/dataSnowflakeMaskingPolicies.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaskingPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeMaskingPolicies.Builder.create(Construct scope, java.lang.String id | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the maskingPolicies from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici The id of the existing DataSnowflakeMaskingPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeMaskingPoliciesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the maskingPolicies from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaskingPolicies.python.md b/docs/dataSnowflakeMaskingPolicies.python.md index ca43aea34..cd5ef7ec6 100644 --- a/docs/dataSnowflakeMaskingPolicies.python.md +++ b/docs/dataSnowflakeMaskingPolicies.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaskingPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeMaskingPolicies.DataSnowflakeMaskingPolicies( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the maskingPolicies from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici The id of the existing DataSnowflakeMaskingPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeMaskingPolicies.DataSnowflakeMaskingPoliciesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the maskingPolicies from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaskingPolicies.typescript.md b/docs/dataSnowflakeMaskingPolicies.typescript.md index 83604f45f..e4688def5 100644 --- a/docs/dataSnowflakeMaskingPolicies.typescript.md +++ b/docs/dataSnowflakeMaskingPolicies.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaskingPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici The id of the existing DataSnowflakeMaskingPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeMaskingPoliciesConfig: dataSnowflakeMaskingPolicies.DataSnowf | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the maskingPolicies from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaterializedViews.csharp.md b/docs/dataSnowflakeMaterializedViews.csharp.md index 623ab920b..499043a5b 100644 --- a/docs/dataSnowflakeMaterializedViews.csharp.md +++ b/docs/dataSnowflakeMaterializedViews.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaterializedViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views snowflake_materialized_views}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV The id of the existing DataSnowflakeMaterializedViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeMaterializedViewsConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the views from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaterializedViews.go.md b/docs/dataSnowflakeMaterializedViews.go.md index 25f7b2c95..2ad20bac4 100644 --- a/docs/dataSnowflakeMaterializedViews.go.md +++ b/docs/dataSnowflakeMaterializedViews.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaterializedViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views snowflake_materialized_views}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV The id of the existing DataSnowflakeMaterializedViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the views from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaterializedViews.java.md b/docs/dataSnowflakeMaterializedViews.java.md index 5b481928c..e0161541b 100644 --- a/docs/dataSnowflakeMaterializedViews.java.md +++ b/docs/dataSnowflakeMaterializedViews.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaterializedViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views snowflake_materialized_views}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeMaterializedViews.Builder.create(Construct scope, java.lang.String | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the views from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV The id of the existing DataSnowflakeMaterializedViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeMaterializedViewsConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the views from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaterializedViews.python.md b/docs/dataSnowflakeMaterializedViews.python.md index 4d1907c94..d9cc4d97b 100644 --- a/docs/dataSnowflakeMaterializedViews.python.md +++ b/docs/dataSnowflakeMaterializedViews.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaterializedViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views snowflake_materialized_views}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeMaterializedViews.DataSnowflakeMaterializedViews( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the views from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV The id of the existing DataSnowflakeMaterializedViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeMaterializedViews.DataSnowflakeMaterializedViewsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the views from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaterializedViews.typescript.md b/docs/dataSnowflakeMaterializedViews.typescript.md index 0df9c9042..e7f91cb4e 100644 --- a/docs/dataSnowflakeMaterializedViews.typescript.md +++ b/docs/dataSnowflakeMaterializedViews.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaterializedViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views snowflake_materialized_views}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV The id of the existing DataSnowflakeMaterializedViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeMaterializedViewsConfig: dataSnowflakeMaterializedViews.DataS | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the views from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeParameters.csharp.md b/docs/dataSnowflakeParameters.csharp.md index 637c5e1ea..b4332bba7 100644 --- a/docs/dataSnowflakeParameters.csharp.md +++ b/docs/dataSnowflakeParameters.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeParameters -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters snowflake_parameters}. #### Initializers @@ -407,7 +407,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to The id of the existing DataSnowflakeParameters that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ new DataSnowflakeParametersConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | | ObjectName | string | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. | | ObjectType | string | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. | | ParameterType | string | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". | @@ -845,7 +845,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -862,7 +862,7 @@ public string ObjectName { get; set; } If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -878,7 +878,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -892,7 +892,7 @@ public string ParameterType { get; set; } The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -908,7 +908,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -922,7 +922,7 @@ public string User { get; set; } If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.go.md b/docs/dataSnowflakeParameters.go.md index 1726960d8..8b0ff532a 100644 --- a/docs/dataSnowflakeParameters.go.md +++ b/docs/dataSnowflakeParameters.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeParameters -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters snowflake_parameters}. #### Initializers @@ -407,7 +407,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to The id of the existing DataSnowflakeParameters that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | | ObjectName | *string | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. | | ObjectType | *string | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. | | ParameterType | *string | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". | @@ -845,7 +845,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -862,7 +862,7 @@ ObjectName *string If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -878,7 +878,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -892,7 +892,7 @@ ParameterType *string The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -908,7 +908,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -922,7 +922,7 @@ User *string If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.java.md b/docs/dataSnowflakeParameters.java.md index 5e26747f3..8eae482b8 100644 --- a/docs/dataSnowflakeParameters.java.md +++ b/docs/dataSnowflakeParameters.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeParameters -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters snowflake_parameters}. #### Initializers @@ -43,7 +43,7 @@ DataSnowflakeParameters.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | | objectName | java.lang.String | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. | | objectType | java.lang.String | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. | | parameterType | java.lang.String | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -141,7 +141,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -163,7 +163,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- @@ -538,7 +538,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to The id of the existing DataSnowflakeParameters that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use --- @@ -893,7 +893,7 @@ DataSnowflakeParametersConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | | objectName | java.lang.String | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. | | objectType | java.lang.String | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. | | parameterType | java.lang.String | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". | @@ -980,7 +980,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -997,7 +997,7 @@ public java.lang.String getObjectName(); If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -1013,7 +1013,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -1027,7 +1027,7 @@ public java.lang.String getParameterType(); The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -1043,7 +1043,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -1057,7 +1057,7 @@ public java.lang.String getUser(); If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.python.md b/docs/dataSnowflakeParameters.python.md index fd33bfc22..7997d24e1 100644 --- a/docs/dataSnowflakeParameters.python.md +++ b/docs/dataSnowflakeParameters.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeParameters -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters snowflake_parameters}. #### Initializers @@ -41,7 +41,7 @@ dataSnowflakeParameters.DataSnowflakeParameters( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | | object_name | str | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. | | object_type | str | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. | | parameter_type | str | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -139,7 +139,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -161,7 +161,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- @@ -572,7 +572,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to The id of the existing DataSnowflakeParameters that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use --- @@ -923,7 +923,7 @@ dataSnowflakeParameters.DataSnowflakeParametersConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | | object_name | str | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. | | object_type | str | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. | | parameter_type | str | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". | @@ -1010,7 +1010,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1027,7 +1027,7 @@ object_name: str If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -1043,7 +1043,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -1057,7 +1057,7 @@ parameter_type: str The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -1073,7 +1073,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -1087,7 +1087,7 @@ user: str If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.typescript.md b/docs/dataSnowflakeParameters.typescript.md index adfb0e3bd..c2aeff59e 100644 --- a/docs/dataSnowflakeParameters.typescript.md +++ b/docs/dataSnowflakeParameters.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeParameters -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters snowflake_parameters}. #### Initializers @@ -407,7 +407,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to The id of the existing DataSnowflakeParameters that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use --- @@ -744,7 +744,7 @@ const dataSnowflakeParametersConfig: dataSnowflakeParameters.DataSnowflakeParame | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | | objectName | string | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. | | objectType | string | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. | | parameterType | string | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". | @@ -831,7 +831,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -848,7 +848,7 @@ public readonly objectName: string; If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -864,7 +864,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -878,7 +878,7 @@ public readonly parameterType: string; The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -894,7 +894,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -908,7 +908,7 @@ public readonly user: string; If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakePipes.csharp.md b/docs/dataSnowflakePipes.csharp.md index 49caf47c9..b42ad0e8b 100644 --- a/docs/dataSnowflakePipes.csharp.md +++ b/docs/dataSnowflakePipes.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakePipes -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes snowflake_pipes}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo The id of the existing DataSnowflakePipes that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakePipesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the pipes from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakePipes.go.md b/docs/dataSnowflakePipes.go.md index f4657dace..df8c0cc62 100644 --- a/docs/dataSnowflakePipes.go.md +++ b/docs/dataSnowflakePipes.go.md @@ -4,7 +4,7 @@ ### DataSnowflakePipes -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes snowflake_pipes}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo The id of the existing DataSnowflakePipes that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the pipes from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakePipes.java.md b/docs/dataSnowflakePipes.java.md index e2feeed63..72e04bb4a 100644 --- a/docs/dataSnowflakePipes.java.md +++ b/docs/dataSnowflakePipes.java.md @@ -4,7 +4,7 @@ ### DataSnowflakePipes -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes snowflake_pipes}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakePipes.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the pipes from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo The id of the existing DataSnowflakePipes that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakePipesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the pipes from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakePipes.python.md b/docs/dataSnowflakePipes.python.md index b5e68ae9b..88fa32018 100644 --- a/docs/dataSnowflakePipes.python.md +++ b/docs/dataSnowflakePipes.python.md @@ -4,7 +4,7 @@ ### DataSnowflakePipes -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes snowflake_pipes}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakePipes.DataSnowflakePipes( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the pipes from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo The id of the existing DataSnowflakePipes that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakePipes.DataSnowflakePipesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the pipes from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakePipes.typescript.md b/docs/dataSnowflakePipes.typescript.md index 39df7bb4c..b2d02e108 100644 --- a/docs/dataSnowflakePipes.typescript.md +++ b/docs/dataSnowflakePipes.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakePipes -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes snowflake_pipes}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo The id of the existing DataSnowflakePipes that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakePipesConfig: dataSnowflakePipes.DataSnowflakePipesConfig = { | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the pipes from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeProcedures.csharp.md b/docs/dataSnowflakeProcedures.csharp.md index dac8be811..78e282a16 100644 --- a/docs/dataSnowflakeProcedures.csharp.md +++ b/docs/dataSnowflakeProcedures.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeProcedures -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures snowflake_procedures}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to The id of the existing DataSnowflakeProcedures that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeProceduresConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the procedures from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeProcedures.go.md b/docs/dataSnowflakeProcedures.go.md index 7e6b07e1f..4b23a21d2 100644 --- a/docs/dataSnowflakeProcedures.go.md +++ b/docs/dataSnowflakeProcedures.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeProcedures -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures snowflake_procedures}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to The id of the existing DataSnowflakeProcedures that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the procedures from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeProcedures.java.md b/docs/dataSnowflakeProcedures.java.md index f37e8b282..2baf75dd9 100644 --- a/docs/dataSnowflakeProcedures.java.md +++ b/docs/dataSnowflakeProcedures.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeProcedures -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures snowflake_procedures}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeProcedures.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the procedures from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to The id of the existing DataSnowflakeProcedures that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeProceduresConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the procedures from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeProcedures.python.md b/docs/dataSnowflakeProcedures.python.md index 7ad4da857..e57740449 100644 --- a/docs/dataSnowflakeProcedures.python.md +++ b/docs/dataSnowflakeProcedures.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeProcedures -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures snowflake_procedures}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeProcedures.DataSnowflakeProcedures( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the procedures from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to The id of the existing DataSnowflakeProcedures that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeProcedures.DataSnowflakeProceduresConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the procedures from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeProcedures.typescript.md b/docs/dataSnowflakeProcedures.typescript.md index 2c1e542c3..a403dc0a1 100644 --- a/docs/dataSnowflakeProcedures.typescript.md +++ b/docs/dataSnowflakeProcedures.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeProcedures -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures snowflake_procedures}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to The id of the existing DataSnowflakeProcedures that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeProceduresConfig: dataSnowflakeProcedures.DataSnowflakeProced | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the procedures from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeResourceMonitors.csharp.md b/docs/dataSnowflakeResourceMonitors.csharp.md index 13cea7404..8c740acc0 100644 --- a/docs/dataSnowflakeResourceMonitors.csharp.md +++ b/docs/dataSnowflakeResourceMonitors.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeResourceMonitors -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit The id of the existing DataSnowflakeResourceMonitors that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataSnowflakeResourceMonitorsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeResourceMonitors.go.md b/docs/dataSnowflakeResourceMonitors.go.md index 55eccb117..2f3711e34 100644 --- a/docs/dataSnowflakeResourceMonitors.go.md +++ b/docs/dataSnowflakeResourceMonitors.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeResourceMonitors -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit The id of the existing DataSnowflakeResourceMonitors that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeResourceMonitors.java.md b/docs/dataSnowflakeResourceMonitors.java.md index fced54c3d..ba909a6b4 100644 --- a/docs/dataSnowflakeResourceMonitors.java.md +++ b/docs/dataSnowflakeResourceMonitors.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeResourceMonitors -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeResourceMonitors.Builder.create(Construct scope, java.lang.String i | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit The id of the existing DataSnowflakeResourceMonitors that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataSnowflakeResourceMonitorsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeResourceMonitors.python.md b/docs/dataSnowflakeResourceMonitors.python.md index 8e12fbdde..f22fd6847 100644 --- a/docs/dataSnowflakeResourceMonitors.python.md +++ b/docs/dataSnowflakeResourceMonitors.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeResourceMonitors -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeResourceMonitors.DataSnowflakeResourceMonitors( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit The id of the existing DataSnowflakeResourceMonitors that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataSnowflakeResourceMonitors.DataSnowflakeResourceMonitorsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeResourceMonitors.typescript.md b/docs/dataSnowflakeResourceMonitors.typescript.md index b22051c9e..ff5e1abc2 100644 --- a/docs/dataSnowflakeResourceMonitors.typescript.md +++ b/docs/dataSnowflakeResourceMonitors.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeResourceMonitors -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit The id of the existing DataSnowflakeResourceMonitors that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataSnowflakeResourceMonitorsConfig: dataSnowflakeResourceMonitors.DataSno | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRole.csharp.md b/docs/dataSnowflakeRole.csharp.md index 3aea5e168..fe141eb54 100644 --- a/docs/dataSnowflakeRole.csharp.md +++ b/docs/dataSnowflakeRole.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role snowflake_role}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeRole to impor The id of the existing DataSnowflakeRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ new DataSnowflakeRoleConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | The role for which to return metadata. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -716,7 +716,7 @@ public string Name { get; set; } The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -728,7 +728,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRole.go.md b/docs/dataSnowflakeRole.go.md index cf394369c..b863d1da7 100644 --- a/docs/dataSnowflakeRole.go.md +++ b/docs/dataSnowflakeRole.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role snowflake_role}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeRole to impor The id of the existing DataSnowflakeRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | The role for which to return metadata. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -716,7 +716,7 @@ Name *string The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -728,7 +728,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRole.java.md b/docs/dataSnowflakeRole.java.md index eae576f1e..e83eace0e 100644 --- a/docs/dataSnowflakeRole.java.md +++ b/docs/dataSnowflakeRole.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role snowflake_role}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeRole.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The role for which to return metadata. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -451,7 +451,7 @@ The construct id used in the generated config for the DataSnowflakeRole to impor The id of the existing DataSnowflakeRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use --- @@ -715,7 +715,7 @@ DataSnowflakeRoleConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The role for which to return metadata. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -799,7 +799,7 @@ public java.lang.String getName(); The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -811,7 +811,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRole.python.md b/docs/dataSnowflakeRole.python.md index 0fe9732f4..8faaf255c 100644 --- a/docs/dataSnowflakeRole.python.md +++ b/docs/dataSnowflakeRole.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role snowflake_role}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeRole.DataSnowflakeRole( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The role for which to return metadata. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataSnowflakeRole to impor The id of the existing DataSnowflakeRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ dataSnowflakeRole.DataSnowflakeRoleConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The role for which to return metadata. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -829,7 +829,7 @@ name: str The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -841,7 +841,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRole.typescript.md b/docs/dataSnowflakeRole.typescript.md index c55e3d254..d1155c2ab 100644 --- a/docs/dataSnowflakeRole.typescript.md +++ b/docs/dataSnowflakeRole.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role snowflake_role}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeRole to impor The id of the existing DataSnowflakeRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use --- @@ -622,7 +622,7 @@ const dataSnowflakeRoleConfig: dataSnowflakeRole.DataSnowflakeRoleConfig = { ... | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The role for which to return metadata. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -706,7 +706,7 @@ public readonly name: string; The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -718,7 +718,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRoles.csharp.md b/docs/dataSnowflakeRoles.csharp.md index d5641b2f8..57070b753 100644 --- a/docs/dataSnowflakeRoles.csharp.md +++ b/docs/dataSnowflakeRoles.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles snowflake_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles snowflake_roles}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeRoles to impo The id of the existing DataSnowflakeRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use --- @@ -638,7 +638,7 @@ new DataSnowflakeRolesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | Pattern | string | Filters the command output by object name. | --- @@ -721,7 +721,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -738,7 +738,7 @@ public string Pattern { get; set; } Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- diff --git a/docs/dataSnowflakeRoles.go.md b/docs/dataSnowflakeRoles.go.md index e66707e6d..a831b61be 100644 --- a/docs/dataSnowflakeRoles.go.md +++ b/docs/dataSnowflakeRoles.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles snowflake_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles snowflake_roles}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeRoles to impo The id of the existing DataSnowflakeRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use --- @@ -638,7 +638,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | Pattern | *string | Filters the command output by object name. | --- @@ -721,7 +721,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -738,7 +738,7 @@ Pattern *string Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- diff --git a/docs/dataSnowflakeRoles.java.md b/docs/dataSnowflakeRoles.java.md index 85d2ce5b9..8cf0d27ab 100644 --- a/docs/dataSnowflakeRoles.java.md +++ b/docs/dataSnowflakeRoles.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles snowflake_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles snowflake_roles}. #### Initializers @@ -39,7 +39,7 @@ DataSnowflakeRoles.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | pattern | java.lang.String | Filters the command output by object name. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- @@ -458,7 +458,7 @@ The construct id used in the generated config for the DataSnowflakeRoles to impo The id of the existing DataSnowflakeRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use --- @@ -721,7 +721,7 @@ DataSnowflakeRolesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | pattern | java.lang.String | Filters the command output by object name. | --- @@ -804,7 +804,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -821,7 +821,7 @@ public java.lang.String getPattern(); Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- diff --git a/docs/dataSnowflakeRoles.python.md b/docs/dataSnowflakeRoles.python.md index f744f7f45..d4884d3eb 100644 --- a/docs/dataSnowflakeRoles.python.md +++ b/docs/dataSnowflakeRoles.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles snowflake_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles snowflake_roles}. #### Initializers @@ -37,7 +37,7 @@ dataSnowflakeRoles.DataSnowflakeRoles( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | pattern | str | Filters the command output by object name. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- @@ -492,7 +492,7 @@ The construct id used in the generated config for the DataSnowflakeRoles to impo The id of the existing DataSnowflakeRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ dataSnowflakeRoles.DataSnowflakeRolesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | pattern | str | Filters the command output by object name. | --- @@ -834,7 +834,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -851,7 +851,7 @@ pattern: str Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- diff --git a/docs/dataSnowflakeRoles.typescript.md b/docs/dataSnowflakeRoles.typescript.md index 2004a2cf1..06d44f0b4 100644 --- a/docs/dataSnowflakeRoles.typescript.md +++ b/docs/dataSnowflakeRoles.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles snowflake_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles snowflake_roles}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeRoles to impo The id of the existing DataSnowflakeRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use --- @@ -628,7 +628,7 @@ const dataSnowflakeRolesConfig: dataSnowflakeRoles.DataSnowflakeRolesConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | pattern | string | Filters the command output by object name. | --- @@ -711,7 +711,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -728,7 +728,7 @@ public readonly pattern: string; Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- diff --git a/docs/dataSnowflakeRowAccessPolicies.csharp.md b/docs/dataSnowflakeRowAccessPolicies.csharp.md index c5492bb3e..603096211 100644 --- a/docs/dataSnowflakeRowAccessPolicies.csharp.md +++ b/docs/dataSnowflakeRowAccessPolicies.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeRowAccessPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli The id of the existing DataSnowflakeRowAccessPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeRowAccessPoliciesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the row access policy from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the row access policy from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRowAccessPolicies.go.md b/docs/dataSnowflakeRowAccessPolicies.go.md index aab777398..8b54ea025 100644 --- a/docs/dataSnowflakeRowAccessPolicies.go.md +++ b/docs/dataSnowflakeRowAccessPolicies.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeRowAccessPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli The id of the existing DataSnowflakeRowAccessPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the row access policy from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the row access policy from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRowAccessPolicies.java.md b/docs/dataSnowflakeRowAccessPolicies.java.md index 34cd9102c..352478947 100644 --- a/docs/dataSnowflakeRowAccessPolicies.java.md +++ b/docs/dataSnowflakeRowAccessPolicies.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeRowAccessPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeRowAccessPolicies.Builder.create(Construct scope, java.lang.String | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the row access policy from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the row access policy from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli The id of the existing DataSnowflakeRowAccessPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeRowAccessPoliciesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the row access policy from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the row access policy from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRowAccessPolicies.python.md b/docs/dataSnowflakeRowAccessPolicies.python.md index fbec82672..d7ae7c217 100644 --- a/docs/dataSnowflakeRowAccessPolicies.python.md +++ b/docs/dataSnowflakeRowAccessPolicies.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeRowAccessPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeRowAccessPolicies.DataSnowflakeRowAccessPolicies( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the row access policy from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the row access policy from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli The id of the existing DataSnowflakeRowAccessPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeRowAccessPolicies.DataSnowflakeRowAccessPoliciesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the row access policy from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the row access policy from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRowAccessPolicies.typescript.md b/docs/dataSnowflakeRowAccessPolicies.typescript.md index 554740260..cb7a09b1e 100644 --- a/docs/dataSnowflakeRowAccessPolicies.typescript.md +++ b/docs/dataSnowflakeRowAccessPolicies.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeRowAccessPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli The id of the existing DataSnowflakeRowAccessPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeRowAccessPoliciesConfig: dataSnowflakeRowAccessPolicies.DataS | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the row access policy from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the row access policy from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSchemas.csharp.md b/docs/dataSnowflakeSchemas.csharp.md index e0c8b69ce..c606cf846 100644 --- a/docs/dataSnowflakeSchemas.csharp.md +++ b/docs/dataSnowflakeSchemas.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSchemas -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im The id of the existing DataSnowflakeSchemas that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ new DataSnowflakeSchemasConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -716,7 +716,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -728,7 +728,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSchemas.go.md b/docs/dataSnowflakeSchemas.go.md index 191e66b50..4ad8c7136 100644 --- a/docs/dataSnowflakeSchemas.go.md +++ b/docs/dataSnowflakeSchemas.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSchemas -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im The id of the existing DataSnowflakeSchemas that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -716,7 +716,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -728,7 +728,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSchemas.java.md b/docs/dataSnowflakeSchemas.java.md index 752f5ef9e..80d9c4ea5 100644 --- a/docs/dataSnowflakeSchemas.java.md +++ b/docs/dataSnowflakeSchemas.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSchemas -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeSchemas.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -451,7 +451,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im The id of the existing DataSnowflakeSchemas that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -715,7 +715,7 @@ DataSnowflakeSchemasConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -799,7 +799,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -811,7 +811,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSchemas.python.md b/docs/dataSnowflakeSchemas.python.md index 302be9426..d21e18c4e 100644 --- a/docs/dataSnowflakeSchemas.python.md +++ b/docs/dataSnowflakeSchemas.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSchemas -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeSchemas.DataSnowflakeSchemas( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im The id of the existing DataSnowflakeSchemas that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ dataSnowflakeSchemas.DataSnowflakeSchemasConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -829,7 +829,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -841,7 +841,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSchemas.typescript.md b/docs/dataSnowflakeSchemas.typescript.md index 4ee5a7d3c..087cf08cd 100644 --- a/docs/dataSnowflakeSchemas.typescript.md +++ b/docs/dataSnowflakeSchemas.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSchemas -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im The id of the existing DataSnowflakeSchemas that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -622,7 +622,7 @@ const dataSnowflakeSchemasConfig: dataSnowflakeSchemas.DataSnowflakeSchemasConfi | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -706,7 +706,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -718,7 +718,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSequences.csharp.md b/docs/dataSnowflakeSequences.csharp.md index c25a97a1b..a620aec80 100644 --- a/docs/dataSnowflakeSequences.csharp.md +++ b/docs/dataSnowflakeSequences.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSequences -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences snowflake_sequences}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to The id of the existing DataSnowflakeSequences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeSequencesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the sequences from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSequences.go.md b/docs/dataSnowflakeSequences.go.md index d071e2ca0..ef87f1e67 100644 --- a/docs/dataSnowflakeSequences.go.md +++ b/docs/dataSnowflakeSequences.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSequences -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences snowflake_sequences}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to The id of the existing DataSnowflakeSequences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the sequences from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSequences.java.md b/docs/dataSnowflakeSequences.java.md index 6d66af942..0264a2f76 100644 --- a/docs/dataSnowflakeSequences.java.md +++ b/docs/dataSnowflakeSequences.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSequences -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences snowflake_sequences}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeSequences.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the sequences from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to The id of the existing DataSnowflakeSequences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeSequencesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the sequences from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSequences.python.md b/docs/dataSnowflakeSequences.python.md index d2fd22737..ad8edd29b 100644 --- a/docs/dataSnowflakeSequences.python.md +++ b/docs/dataSnowflakeSequences.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSequences -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences snowflake_sequences}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeSequences.DataSnowflakeSequences( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the sequences from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to The id of the existing DataSnowflakeSequences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeSequences.DataSnowflakeSequencesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the sequences from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSequences.typescript.md b/docs/dataSnowflakeSequences.typescript.md index e44ef268b..76ec019aa 100644 --- a/docs/dataSnowflakeSequences.typescript.md +++ b/docs/dataSnowflakeSequences.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSequences -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences snowflake_sequences}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to The id of the existing DataSnowflakeSequences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeSequencesConfig: dataSnowflakeSequences.DataSnowflakeSequence | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the sequences from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeShares.csharp.md b/docs/dataSnowflakeShares.csharp.md index e1f2070f2..803688129 100644 --- a/docs/dataSnowflakeShares.csharp.md +++ b/docs/dataSnowflakeShares.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeShares -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares snowflake_shares}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp The id of the existing DataSnowflakeShares that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use --- @@ -638,7 +638,7 @@ new DataSnowflakeSharesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | | Pattern | string | Filters the command output by object name. | --- @@ -721,7 +721,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -738,7 +738,7 @@ public string Pattern { get; set; } Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.go.md b/docs/dataSnowflakeShares.go.md index 5e746d62e..520c70436 100644 --- a/docs/dataSnowflakeShares.go.md +++ b/docs/dataSnowflakeShares.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeShares -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares snowflake_shares}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp The id of the existing DataSnowflakeShares that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use --- @@ -638,7 +638,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | | Pattern | *string | Filters the command output by object name. | --- @@ -721,7 +721,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -738,7 +738,7 @@ Pattern *string Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.java.md b/docs/dataSnowflakeShares.java.md index c671155ef..9e41da9ae 100644 --- a/docs/dataSnowflakeShares.java.md +++ b/docs/dataSnowflakeShares.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeShares -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares snowflake_shares}. #### Initializers @@ -39,7 +39,7 @@ DataSnowflakeShares.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | | pattern | java.lang.String | Filters the command output by object name. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- @@ -458,7 +458,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp The id of the existing DataSnowflakeShares that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use --- @@ -721,7 +721,7 @@ DataSnowflakeSharesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | | pattern | java.lang.String | Filters the command output by object name. | --- @@ -804,7 +804,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -821,7 +821,7 @@ public java.lang.String getPattern(); Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.python.md b/docs/dataSnowflakeShares.python.md index 9b8f24d7e..6f0f9612e 100644 --- a/docs/dataSnowflakeShares.python.md +++ b/docs/dataSnowflakeShares.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeShares -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares snowflake_shares}. #### Initializers @@ -37,7 +37,7 @@ dataSnowflakeShares.DataSnowflakeShares( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | | pattern | str | Filters the command output by object name. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- @@ -492,7 +492,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp The id of the existing DataSnowflakeShares that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ dataSnowflakeShares.DataSnowflakeSharesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | | pattern | str | Filters the command output by object name. | --- @@ -834,7 +834,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -851,7 +851,7 @@ pattern: str Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.typescript.md b/docs/dataSnowflakeShares.typescript.md index 948c8618f..fb1d1fbe1 100644 --- a/docs/dataSnowflakeShares.typescript.md +++ b/docs/dataSnowflakeShares.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeShares -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares snowflake_shares}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp The id of the existing DataSnowflakeShares that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use --- @@ -628,7 +628,7 @@ const dataSnowflakeSharesConfig: dataSnowflakeShares.DataSnowflakeSharesConfig = | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | | pattern | string | Filters the command output by object name. | --- @@ -711,7 +711,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -728,7 +728,7 @@ public readonly pattern: string; Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeStages.csharp.md b/docs/dataSnowflakeStages.csharp.md index 74395a83b..58ebb662b 100644 --- a/docs/dataSnowflakeStages.csharp.md +++ b/docs/dataSnowflakeStages.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeStages -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages snowflake_stages}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp The id of the existing DataSnowflakeStages that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeStagesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the stages from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStages.go.md b/docs/dataSnowflakeStages.go.md index a16d3d838..3872375da 100644 --- a/docs/dataSnowflakeStages.go.md +++ b/docs/dataSnowflakeStages.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeStages -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages snowflake_stages}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp The id of the existing DataSnowflakeStages that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the stages from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStages.java.md b/docs/dataSnowflakeStages.java.md index e96231b9a..82c2bcf81 100644 --- a/docs/dataSnowflakeStages.java.md +++ b/docs/dataSnowflakeStages.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeStages -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages snowflake_stages}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeStages.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the stages from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp The id of the existing DataSnowflakeStages that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeStagesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the stages from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStages.python.md b/docs/dataSnowflakeStages.python.md index f7374c4be..d474901f1 100644 --- a/docs/dataSnowflakeStages.python.md +++ b/docs/dataSnowflakeStages.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeStages -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages snowflake_stages}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeStages.DataSnowflakeStages( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the stages from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp The id of the existing DataSnowflakeStages that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeStages.DataSnowflakeStagesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the stages from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStages.typescript.md b/docs/dataSnowflakeStages.typescript.md index c6a00d2b5..98690a468 100644 --- a/docs/dataSnowflakeStages.typescript.md +++ b/docs/dataSnowflakeStages.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeStages -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages snowflake_stages}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp The id of the existing DataSnowflakeStages that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeStagesConfig: dataSnowflakeStages.DataSnowflakeStagesConfig = | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the stages from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStorageIntegrations.csharp.md b/docs/dataSnowflakeStorageIntegrations.csharp.md index c1acad6e4..dcca1657a 100644 --- a/docs/dataSnowflakeStorageIntegrations.csharp.md +++ b/docs/dataSnowflakeStorageIntegrations.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeStorageIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr The id of the existing DataSnowflakeStorageIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataSnowflakeStorageIntegrationsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStorageIntegrations.go.md b/docs/dataSnowflakeStorageIntegrations.go.md index e56f94a78..596c73cd7 100644 --- a/docs/dataSnowflakeStorageIntegrations.go.md +++ b/docs/dataSnowflakeStorageIntegrations.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeStorageIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr The id of the existing DataSnowflakeStorageIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStorageIntegrations.java.md b/docs/dataSnowflakeStorageIntegrations.java.md index be828ac94..662de648b 100644 --- a/docs/dataSnowflakeStorageIntegrations.java.md +++ b/docs/dataSnowflakeStorageIntegrations.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeStorageIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeStorageIntegrations.Builder.create(Construct scope, java.lang.Strin | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr The id of the existing DataSnowflakeStorageIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataSnowflakeStorageIntegrationsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStorageIntegrations.python.md b/docs/dataSnowflakeStorageIntegrations.python.md index 13258c47c..6fa093e49 100644 --- a/docs/dataSnowflakeStorageIntegrations.python.md +++ b/docs/dataSnowflakeStorageIntegrations.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeStorageIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeStorageIntegrations.DataSnowflakeStorageIntegrations( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr The id of the existing DataSnowflakeStorageIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataSnowflakeStorageIntegrations.DataSnowflakeStorageIntegrationsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStorageIntegrations.typescript.md b/docs/dataSnowflakeStorageIntegrations.typescript.md index 006413223..7be37c331 100644 --- a/docs/dataSnowflakeStorageIntegrations.typescript.md +++ b/docs/dataSnowflakeStorageIntegrations.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeStorageIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr The id of the existing DataSnowflakeStorageIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataSnowflakeStorageIntegrationsConfig: dataSnowflakeStorageIntegrations.D | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStreams.csharp.md b/docs/dataSnowflakeStreams.csharp.md index f4723f07c..c42442f8c 100644 --- a/docs/dataSnowflakeStreams.csharp.md +++ b/docs/dataSnowflakeStreams.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreams -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im The id of the existing DataSnowflakeStreams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeStreamsConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the streams from. | | Schema | string | The schema from which to return the streams from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStreams.go.md b/docs/dataSnowflakeStreams.go.md index 3fe9c06a6..d8251227c 100644 --- a/docs/dataSnowflakeStreams.go.md +++ b/docs/dataSnowflakeStreams.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreams -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im The id of the existing DataSnowflakeStreams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the streams from. | | Schema | *string | The schema from which to return the streams from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStreams.java.md b/docs/dataSnowflakeStreams.java.md index c8aafb189..0c88b5999 100644 --- a/docs/dataSnowflakeStreams.java.md +++ b/docs/dataSnowflakeStreams.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreams -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeStreams.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the streams from. | | schema | java.lang.String | The schema from which to return the streams from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im The id of the existing DataSnowflakeStreams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeStreamsConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the streams from. | | schema | java.lang.String | The schema from which to return the streams from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStreams.python.md b/docs/dataSnowflakeStreams.python.md index 6fb8a9316..7789883a3 100644 --- a/docs/dataSnowflakeStreams.python.md +++ b/docs/dataSnowflakeStreams.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreams -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeStreams.DataSnowflakeStreams( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the streams from. | | schema | str | The schema from which to return the streams from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im The id of the existing DataSnowflakeStreams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeStreams.DataSnowflakeStreamsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the streams from. | | schema | str | The schema from which to return the streams from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStreams.typescript.md b/docs/dataSnowflakeStreams.typescript.md index 5834627a4..a1efc4fbd 100644 --- a/docs/dataSnowflakeStreams.typescript.md +++ b/docs/dataSnowflakeStreams.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreams -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im The id of the existing DataSnowflakeStreams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeStreamsConfig: dataSnowflakeStreams.DataSnowflakeStreamsConfi | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the streams from. | | schema | string | The schema from which to return the streams from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md index 5b5453ca6..d40dc6bab 100644 --- a/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md +++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGenerateScimAccessToken -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ new DataSnowflakeSystemGenerateScimAccessTokenConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | IntegrationName | string | SCIM Integration Name. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -716,7 +716,7 @@ public string IntegrationName { get; set; } SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -728,7 +728,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.go.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.go.md index ef75cba8a..2b0a6ba89 100644 --- a/docs/dataSnowflakeSystemGenerateScimAccessToken.go.md +++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGenerateScimAccessToken -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | IntegrationName | *string | SCIM Integration Name. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -716,7 +716,7 @@ IntegrationName *string SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -728,7 +728,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.java.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.java.md index 1d975f891..d39dabb69 100644 --- a/docs/dataSnowflakeSystemGenerateScimAccessToken.java.md +++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGenerateScimAccessToken -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeSystemGenerateScimAccessToken.Builder.create(Construct scope, java. | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | integrationName | java.lang.String | SCIM Integration Name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -451,7 +451,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use --- @@ -715,7 +715,7 @@ DataSnowflakeSystemGenerateScimAccessTokenConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | integrationName | java.lang.String | SCIM Integration Name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -799,7 +799,7 @@ public java.lang.String getIntegrationName(); SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -811,7 +811,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.python.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.python.md index d432a0876..a37f281bc 100644 --- a/docs/dataSnowflakeSystemGenerateScimAccessToken.python.md +++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGenerateScimAccessToken -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeSystemGenerateScimAccessToken.DataSnowflakeSystemGenerateScimAccess | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | integration_name | str | SCIM Integration Name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ dataSnowflakeSystemGenerateScimAccessToken.DataSnowflakeSystemGenerateScimAccess | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | integration_name | str | SCIM Integration Name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -829,7 +829,7 @@ integration_name: str SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -841,7 +841,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.typescript.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.typescript.md index 67fcd991a..e005b4b56 100644 --- a/docs/dataSnowflakeSystemGenerateScimAccessToken.typescript.md +++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGenerateScimAccessToken -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use --- @@ -622,7 +622,7 @@ const dataSnowflakeSystemGenerateScimAccessTokenConfig: dataSnowflakeSystemGener | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | integrationName | string | SCIM Integration Name. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -706,7 +706,7 @@ public readonly integrationName: string; SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -718,7 +718,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.csharp.md b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.csharp.md index 953fbd4d7..383c1631f 100644 --- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.csharp.md +++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetAwsSnsIamPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ new DataSnowflakeSystemGetAwsSnsIamPolicyConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | AwsSnsTopicArn | string | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -716,7 +716,7 @@ public string AwsSnsTopicArn { get; set; } Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -728,7 +728,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.go.md b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.go.md index 2836e248a..9d144bb7f 100644 --- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.go.md +++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetAwsSnsIamPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | AwsSnsTopicArn | *string | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -716,7 +716,7 @@ AwsSnsTopicArn *string Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -728,7 +728,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.java.md b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.java.md index 3472aea27..bc86a3424 100644 --- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.java.md +++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetAwsSnsIamPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeSystemGetAwsSnsIamPolicy.Builder.create(Construct scope, java.lang. | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | awsSnsTopicArn | java.lang.String | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -451,7 +451,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -715,7 +715,7 @@ DataSnowflakeSystemGetAwsSnsIamPolicyConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | awsSnsTopicArn | java.lang.String | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -799,7 +799,7 @@ public java.lang.String getAwsSnsTopicArn(); Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -811,7 +811,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.python.md b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.python.md index c1991e900..d74884860 100644 --- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.python.md +++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetAwsSnsIamPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeSystemGetAwsSnsIamPolicy.DataSnowflakeSystemGetAwsSnsIamPolicy( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | aws_sns_topic_arn | str | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ dataSnowflakeSystemGetAwsSnsIamPolicy.DataSnowflakeSystemGetAwsSnsIamPolicyConfi | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | aws_sns_topic_arn | str | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -829,7 +829,7 @@ aws_sns_topic_arn: str Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -841,7 +841,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.typescript.md b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.typescript.md index 24b7e526f..06393c7bb 100644 --- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.typescript.md +++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetAwsSnsIamPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -622,7 +622,7 @@ const dataSnowflakeSystemGetAwsSnsIamPolicyConfig: dataSnowflakeSystemGetAwsSnsI | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | awsSnsTopicArn | string | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -706,7 +706,7 @@ public readonly awsSnsTopicArn: string; Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -718,7 +718,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetPrivatelinkConfig.csharp.md b/docs/dataSnowflakeSystemGetPrivatelinkConfig.csharp.md index 58b0ae3fd..9f93648df 100644 --- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.csharp.md +++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetPrivatelinkConfig -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use --- @@ -696,7 +696,7 @@ new DataSnowflakeSystemGetPrivatelinkConfigConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -778,7 +778,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetPrivatelinkConfig.go.md b/docs/dataSnowflakeSystemGetPrivatelinkConfig.go.md index 3ff1f3f41..b3c0fcde2 100644 --- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.go.md +++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetPrivatelinkConfig -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use --- @@ -696,7 +696,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -778,7 +778,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetPrivatelinkConfig.java.md b/docs/dataSnowflakeSystemGetPrivatelinkConfig.java.md index 43e66a707..616be4eab 100644 --- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.java.md +++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetPrivatelinkConfig -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeSystemGetPrivatelinkConfig.Builder.create(Construct scope, java.lan | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use --- @@ -767,7 +767,7 @@ DataSnowflakeSystemGetPrivatelinkConfigConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -849,7 +849,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetPrivatelinkConfig.python.md b/docs/dataSnowflakeSystemGetPrivatelinkConfig.python.md index 9752f7c62..76c7f15ae 100644 --- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.python.md +++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetPrivatelinkConfig -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeSystemGetPrivatelinkConfig.DataSnowflakeSystemGetPrivatelinkConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use --- @@ -797,7 +797,7 @@ dataSnowflakeSystemGetPrivatelinkConfig.DataSnowflakeSystemGetPrivatelinkConfigC | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -879,7 +879,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetPrivatelinkConfig.typescript.md b/docs/dataSnowflakeSystemGetPrivatelinkConfig.typescript.md index 2b83bf579..6627d1fa3 100644 --- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.typescript.md +++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetPrivatelinkConfig -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use --- @@ -687,7 +687,7 @@ const dataSnowflakeSystemGetPrivatelinkConfigConfig: dataSnowflakeSystemGetPriva | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -769,7 +769,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.csharp.md b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.csharp.md index 4c06afbfa..692b009f9 100644 --- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.csharp.md +++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetSnowflakePlatformInfo -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +619,7 @@ new DataSnowflakeSystemGetSnowflakePlatformInfoConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -701,7 +701,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.go.md b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.go.md index 0133dfbce..6e5546cb4 100644 --- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.go.md +++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetSnowflakePlatformInfo -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +619,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -701,7 +701,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.java.md b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.java.md index 1f04c5de2..7e0946fa1 100644 --- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.java.md +++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetSnowflakePlatformInfo -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeSystemGetSnowflakePlatformInfo.Builder.create(Construct scope, java | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use --- @@ -690,7 +690,7 @@ DataSnowflakeSystemGetSnowflakePlatformInfoConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -772,7 +772,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.python.md b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.python.md index 04b7358bf..8575d9f78 100644 --- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.python.md +++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetSnowflakePlatformInfo -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeSystemGetSnowflakePlatformInfo.DataSnowflakeSystemGetSnowflakePlatf | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use --- @@ -720,7 +720,7 @@ dataSnowflakeSystemGetSnowflakePlatformInfo.DataSnowflakeSystemGetSnowflakePlatf | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -802,7 +802,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.typescript.md b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.typescript.md index 4b4d216cb..e71424eac 100644 --- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.typescript.md +++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetSnowflakePlatformInfo -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use --- @@ -610,7 +610,7 @@ const dataSnowflakeSystemGetSnowflakePlatformInfoConfig: dataSnowflakeSystemGetS | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -692,7 +692,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTables.csharp.md b/docs/dataSnowflakeTables.csharp.md index 9f379c18a..af6773846 100644 --- a/docs/dataSnowflakeTables.csharp.md +++ b/docs/dataSnowflakeTables.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables snowflake_tables}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp The id of the existing DataSnowflakeTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeTablesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the tables from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTables.go.md b/docs/dataSnowflakeTables.go.md index 994aada60..0d498bdd4 100644 --- a/docs/dataSnowflakeTables.go.md +++ b/docs/dataSnowflakeTables.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables snowflake_tables}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp The id of the existing DataSnowflakeTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the tables from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTables.java.md b/docs/dataSnowflakeTables.java.md index d878a0aab..4d657c0cb 100644 --- a/docs/dataSnowflakeTables.java.md +++ b/docs/dataSnowflakeTables.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables snowflake_tables}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeTables.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the tables from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp The id of the existing DataSnowflakeTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeTablesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the tables from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTables.python.md b/docs/dataSnowflakeTables.python.md index 915f85416..9b8972378 100644 --- a/docs/dataSnowflakeTables.python.md +++ b/docs/dataSnowflakeTables.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables snowflake_tables}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeTables.DataSnowflakeTables( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the tables from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp The id of the existing DataSnowflakeTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeTables.DataSnowflakeTablesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the tables from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTables.typescript.md b/docs/dataSnowflakeTables.typescript.md index 7cb3efa51..67f85a2d5 100644 --- a/docs/dataSnowflakeTables.typescript.md +++ b/docs/dataSnowflakeTables.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables snowflake_tables}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp The id of the existing DataSnowflakeTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeTablesConfig: dataSnowflakeTables.DataSnowflakeTablesConfig = | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the tables from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTasks.csharp.md b/docs/dataSnowflakeTasks.csharp.md index 08927d822..915bb2e54 100644 --- a/docs/dataSnowflakeTasks.csharp.md +++ b/docs/dataSnowflakeTasks.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeTasks -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo The id of the existing DataSnowflakeTasks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeTasksConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the tasks from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTasks.go.md b/docs/dataSnowflakeTasks.go.md index 0d7ec7f8e..cee1dfe31 100644 --- a/docs/dataSnowflakeTasks.go.md +++ b/docs/dataSnowflakeTasks.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeTasks -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo The id of the existing DataSnowflakeTasks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the tasks from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTasks.java.md b/docs/dataSnowflakeTasks.java.md index 242f05d03..338c8671c 100644 --- a/docs/dataSnowflakeTasks.java.md +++ b/docs/dataSnowflakeTasks.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeTasks -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeTasks.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the tasks from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo The id of the existing DataSnowflakeTasks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeTasksConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the tasks from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTasks.python.md b/docs/dataSnowflakeTasks.python.md index d71d78d5e..7b33a2e19 100644 --- a/docs/dataSnowflakeTasks.python.md +++ b/docs/dataSnowflakeTasks.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeTasks -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeTasks.DataSnowflakeTasks( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the tasks from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo The id of the existing DataSnowflakeTasks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeTasks.DataSnowflakeTasksConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the tasks from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTasks.typescript.md b/docs/dataSnowflakeTasks.typescript.md index 8c325ea4f..4233dc201 100644 --- a/docs/dataSnowflakeTasks.typescript.md +++ b/docs/dataSnowflakeTasks.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeTasks -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo The id of the existing DataSnowflakeTasks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeTasksConfig: dataSnowflakeTasks.DataSnowflakeTasksConfig = { | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the tasks from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeUsers.csharp.md b/docs/dataSnowflakeUsers.csharp.md index e407dc2c7..cd76918d6 100644 --- a/docs/dataSnowflakeUsers.csharp.md +++ b/docs/dataSnowflakeUsers.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeUsers -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users snowflake_users}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo The id of the existing DataSnowflakeUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ new DataSnowflakeUsersConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Pattern | string | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -716,7 +716,7 @@ public string Pattern { get; set; } Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -728,7 +728,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeUsers.go.md b/docs/dataSnowflakeUsers.go.md index 58c468168..dd2f6be15 100644 --- a/docs/dataSnowflakeUsers.go.md +++ b/docs/dataSnowflakeUsers.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeUsers -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users snowflake_users}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo The id of the existing DataSnowflakeUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -632,7 +632,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Pattern | *string | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -716,7 +716,7 @@ Pattern *string Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -728,7 +728,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeUsers.java.md b/docs/dataSnowflakeUsers.java.md index 2495e912e..de3477b5b 100644 --- a/docs/dataSnowflakeUsers.java.md +++ b/docs/dataSnowflakeUsers.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeUsers -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users snowflake_users}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeUsers.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | pattern | java.lang.String | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -451,7 +451,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo The id of the existing DataSnowflakeUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -715,7 +715,7 @@ DataSnowflakeUsersConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | pattern | java.lang.String | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -799,7 +799,7 @@ public java.lang.String getPattern(); Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -811,7 +811,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeUsers.python.md b/docs/dataSnowflakeUsers.python.md index 2322babf0..04a882a90 100644 --- a/docs/dataSnowflakeUsers.python.md +++ b/docs/dataSnowflakeUsers.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeUsers -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users snowflake_users}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeUsers.DataSnowflakeUsers( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | pattern | str | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo The id of the existing DataSnowflakeUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ dataSnowflakeUsers.DataSnowflakeUsersConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | pattern | str | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -829,7 +829,7 @@ pattern: str Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -841,7 +841,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeUsers.typescript.md b/docs/dataSnowflakeUsers.typescript.md index 21705e2ac..f4f227f58 100644 --- a/docs/dataSnowflakeUsers.typescript.md +++ b/docs/dataSnowflakeUsers.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeUsers -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users snowflake_users}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo The id of the existing DataSnowflakeUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -622,7 +622,7 @@ const dataSnowflakeUsersConfig: dataSnowflakeUsers.DataSnowflakeUsersConfig = { | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | pattern | string | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -706,7 +706,7 @@ public readonly pattern: string; Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -718,7 +718,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeViews.csharp.md b/docs/dataSnowflakeViews.csharp.md index e115a9e05..f4c32417d 100644 --- a/docs/dataSnowflakeViews.csharp.md +++ b/docs/dataSnowflakeViews.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views snowflake_views}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo The id of the existing DataSnowflakeViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataSnowflakeViewsConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the views from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -740,7 +740,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -754,7 +754,7 @@ public string Schema { get; set; } The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeViews.go.md b/docs/dataSnowflakeViews.go.md index 879227cb2..222d2f6f2 100644 --- a/docs/dataSnowflakeViews.go.md +++ b/docs/dataSnowflakeViews.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views snowflake_views}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo The id of the existing DataSnowflakeViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the views from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -740,7 +740,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -754,7 +754,7 @@ Schema *string The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeViews.java.md b/docs/dataSnowflakeViews.java.md index 886caffe8..855acfa21 100644 --- a/docs/dataSnowflakeViews.java.md +++ b/docs/dataSnowflakeViews.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views snowflake_views}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeViews.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the views from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo The id of the existing DataSnowflakeViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataSnowflakeViewsConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the views from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -849,7 +849,7 @@ public java.lang.String getSchema(); The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeViews.python.md b/docs/dataSnowflakeViews.python.md index dee17fd38..0b96cdbb4 100644 --- a/docs/dataSnowflakeViews.python.md +++ b/docs/dataSnowflakeViews.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views snowflake_views}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeViews.DataSnowflakeViews( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the views from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo The id of the existing DataSnowflakeViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataSnowflakeViews.DataSnowflakeViewsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the views from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -865,7 +865,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -879,7 +879,7 @@ schema: str The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeViews.typescript.md b/docs/dataSnowflakeViews.typescript.md index 4d26acd64..a739d73b1 100644 --- a/docs/dataSnowflakeViews.typescript.md +++ b/docs/dataSnowflakeViews.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views snowflake_views}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo The id of the existing DataSnowflakeViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataSnowflakeViewsConfig: dataSnowflakeViews.DataSnowflakeViewsConfig = { | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the views from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -729,7 +729,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -743,7 +743,7 @@ public readonly schema: string; The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeWarehouses.csharp.md b/docs/dataSnowflakeWarehouses.csharp.md index 3983bbac5..c1b186335 100644 --- a/docs/dataSnowflakeWarehouses.csharp.md +++ b/docs/dataSnowflakeWarehouses.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeWarehouses -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to The id of the existing DataSnowflakeWarehouses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataSnowflakeWarehousesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeWarehouses.go.md b/docs/dataSnowflakeWarehouses.go.md index 48d28974f..83b385b59 100644 --- a/docs/dataSnowflakeWarehouses.go.md +++ b/docs/dataSnowflakeWarehouses.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeWarehouses -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to The id of the existing DataSnowflakeWarehouses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeWarehouses.java.md b/docs/dataSnowflakeWarehouses.java.md index 9f1dfeccc..afcef76e9 100644 --- a/docs/dataSnowflakeWarehouses.java.md +++ b/docs/dataSnowflakeWarehouses.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeWarehouses -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeWarehouses.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to The id of the existing DataSnowflakeWarehouses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataSnowflakeWarehousesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeWarehouses.python.md b/docs/dataSnowflakeWarehouses.python.md index 824a15645..74af7c791 100644 --- a/docs/dataSnowflakeWarehouses.python.md +++ b/docs/dataSnowflakeWarehouses.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeWarehouses -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeWarehouses.DataSnowflakeWarehouses( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to The id of the existing DataSnowflakeWarehouses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataSnowflakeWarehouses.DataSnowflakeWarehousesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeWarehouses.typescript.md b/docs/dataSnowflakeWarehouses.typescript.md index 748ef0238..d32f273c9 100644 --- a/docs/dataSnowflakeWarehouses.typescript.md +++ b/docs/dataSnowflakeWarehouses.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeWarehouses -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to The id of the existing DataSnowflakeWarehouses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataSnowflakeWarehousesConfig: dataSnowflakeWarehouses.DataSnowflakeWareho | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/database.csharp.md b/docs/database.csharp.md index 1e6842651..d0b3e5adc 100644 --- a/docs/database.csharp.md +++ b/docs/database.csharp.md @@ -4,7 +4,7 @@ ### Database -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database snowflake_database}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the Database to import. The id of the existing Database that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -967,13 +967,13 @@ new DatabaseConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. | | DataRetentionTimeInDays | double | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | FromDatabase | string | Specify a database to create a clone from. | | FromReplica | string | Specify a fully-qualified path to a database to create a replica from. | | FromShare | System.Collections.Generic.IDictionary | Specify a provider and a share in this map to create a database from a share. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. | | IsTransient | object | Specifies a database as transient. | | ReplicationConfiguration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -1057,7 +1057,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. --- @@ -1069,7 +1069,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. --- @@ -1083,9 +1083,9 @@ public double DataRetentionTimeInDays { get; set; } Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. -A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. +A value of 0 effectively disables Time Travel for the specified database. Default value for this field is set to -1, which is a fallback to use Snowflake default. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1099,7 +1099,7 @@ public string FromDatabase { get; set; } Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_database Database#from_database} --- @@ -1115,7 +1115,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_replica Database#from_replica} --- @@ -1129,7 +1129,7 @@ public System.Collections.Generic.IDictionary FromShare { get; s Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_share Database#from_share} --- @@ -1141,7 +1141,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1160,7 +1160,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#is_transient Database#is_transient} --- @@ -1174,7 +1174,7 @@ public DatabaseReplicationConfiguration ReplicationConfiguration { get; set; } replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -1195,8 +1195,8 @@ new DatabaseReplicationConfiguration { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Accounts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts}. | -| IgnoreEditionCheck | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | +| Accounts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts}. | +| IgnoreEditionCheck | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | --- @@ -1208,7 +1208,7 @@ public string[] Accounts { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts}. --- @@ -1220,7 +1220,7 @@ public object IgnoreEditionCheck { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- diff --git a/docs/database.go.md b/docs/database.go.md index 080f1b103..a4984744d 100644 --- a/docs/database.go.md +++ b/docs/database.go.md @@ -4,7 +4,7 @@ ### Database -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database snowflake_database}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the Database to import. The id of the existing Database that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -967,13 +967,13 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/database" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. | | DataRetentionTimeInDays | *f64 | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | FromDatabase | *string | Specify a database to create a clone from. | | FromReplica | *string | Specify a fully-qualified path to a database to create a replica from. | | FromShare | *map[string]*string | Specify a provider and a share in this map to create a database from a share. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. | | IsTransient | interface{} | Specifies a database as transient. | | ReplicationConfiguration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -1057,7 +1057,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. --- @@ -1069,7 +1069,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. --- @@ -1083,9 +1083,9 @@ DataRetentionTimeInDays *f64 Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. -A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. +A value of 0 effectively disables Time Travel for the specified database. Default value for this field is set to -1, which is a fallback to use Snowflake default. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1099,7 +1099,7 @@ FromDatabase *string Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_database Database#from_database} --- @@ -1115,7 +1115,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_replica Database#from_replica} --- @@ -1129,7 +1129,7 @@ FromShare *map[string]*string Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_share Database#from_share} --- @@ -1141,7 +1141,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1160,7 +1160,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#is_transient Database#is_transient} --- @@ -1174,7 +1174,7 @@ ReplicationConfiguration DatabaseReplicationConfiguration replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -1195,8 +1195,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/database" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Accounts | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts}. | -| IgnoreEditionCheck | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | +| Accounts | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts}. | +| IgnoreEditionCheck | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | --- @@ -1208,7 +1208,7 @@ Accounts *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts}. --- @@ -1220,7 +1220,7 @@ IgnoreEditionCheck interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- diff --git a/docs/database.java.md b/docs/database.java.md index 755ee4ae7..94dc4e2ba 100644 --- a/docs/database.java.md +++ b/docs/database.java.md @@ -4,7 +4,7 @@ ### Database -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database snowflake_database}. #### Initializers @@ -47,13 +47,13 @@ Database.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. | | dataRetentionTimeInDays | java.lang.Number | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | fromDatabase | java.lang.String | Specify a database to create a clone from. | | fromReplica | java.lang.String | Specify a fully-qualified path to a database to create a replica from. | | fromShare | java.util.Map | Specify a provider and a share in this map to create a database from a share. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a database as transient. | | replicationConfiguration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. --- @@ -141,9 +141,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. -A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. +A value of 0 effectively disables Time Travel for the specified database. Default value for this field is set to -1, which is a fallback to use Snowflake default. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_database Database#from_database} --- @@ -165,7 +165,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_replica Database#from_replica} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_share Database#from_share} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -198,7 +198,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#is_transient Database#is_transient} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -704,7 +704,7 @@ The construct id used in the generated config for the Database to import. The id of the existing Database that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -1140,13 +1140,13 @@ DatabaseConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. | | dataRetentionTimeInDays | java.lang.Number | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | fromDatabase | java.lang.String | Specify a database to create a clone from. | | fromReplica | java.lang.String | Specify a fully-qualified path to a database to create a replica from. | | fromShare | java.util.Map | Specify a provider and a share in this map to create a database from a share. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a database as transient. | | replicationConfiguration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -1230,7 +1230,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. --- @@ -1242,7 +1242,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. --- @@ -1256,9 +1256,9 @@ public java.lang.Number getDataRetentionTimeInDays(); Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. -A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. +A value of 0 effectively disables Time Travel for the specified database. Default value for this field is set to -1, which is a fallback to use Snowflake default. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1272,7 +1272,7 @@ public java.lang.String getFromDatabase(); Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_database Database#from_database} --- @@ -1288,7 +1288,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_replica Database#from_replica} --- @@ -1302,7 +1302,7 @@ public java.util.Map getFromShare(); Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_share Database#from_share} --- @@ -1314,7 +1314,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1333,7 +1333,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#is_transient Database#is_transient} --- @@ -1347,7 +1347,7 @@ public DatabaseReplicationConfiguration getReplicationConfiguration(); replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -1369,8 +1369,8 @@ DatabaseReplicationConfiguration.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accounts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts}. | -| ignoreEditionCheck | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | +| accounts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts}. | +| ignoreEditionCheck | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | --- @@ -1382,7 +1382,7 @@ public java.util.List getAccounts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts}. --- @@ -1394,7 +1394,7 @@ public java.lang.Object getIgnoreEditionCheck(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- diff --git a/docs/database.python.md b/docs/database.python.md index 36792200a..0a63d347c 100644 --- a/docs/database.python.md +++ b/docs/database.python.md @@ -4,7 +4,7 @@ ### Database -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database snowflake_database}. #### Initializers @@ -44,13 +44,13 @@ database.Database( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. | | data_retention_time_in_days | typing.Union[int, float] | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | from_database | str | Specify a database to create a clone from. | | from_replica | str | Specify a fully-qualified path to a database to create a replica from. | | from_share | typing.Mapping[str] | Specify a provider and a share in this map to create a database from a share. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies a database as transient. | | replication_configuration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. --- @@ -138,9 +138,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. -A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. +A value of 0 effectively disables Time Travel for the specified database. Default value for this field is set to -1, which is a fallback to use Snowflake default. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_database Database#from_database} --- @@ -162,7 +162,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_replica Database#from_replica} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_share Database#from_share} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -195,7 +195,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#is_transient Database#is_transient} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -586,7 +586,7 @@ def put_replication_configuration( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts}. --- @@ -594,7 +594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- @@ -760,7 +760,7 @@ The construct id used in the generated config for the Database to import. The id of the existing Database that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -1191,13 +1191,13 @@ database.DatabaseConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. | | data_retention_time_in_days | typing.Union[int, float] | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | from_database | str | Specify a database to create a clone from. | | from_replica | str | Specify a fully-qualified path to a database to create a replica from. | | from_share | typing.Mapping[str] | Specify a provider and a share in this map to create a database from a share. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies a database as transient. | | replication_configuration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -1281,7 +1281,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. --- @@ -1293,7 +1293,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. --- @@ -1307,9 +1307,9 @@ data_retention_time_in_days: typing.Union[int, float] Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. -A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. +A value of 0 effectively disables Time Travel for the specified database. Default value for this field is set to -1, which is a fallback to use Snowflake default. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1323,7 +1323,7 @@ from_database: str Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_database Database#from_database} --- @@ -1339,7 +1339,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_replica Database#from_replica} --- @@ -1353,7 +1353,7 @@ from_share: typing.Mapping[str] Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_share Database#from_share} --- @@ -1365,7 +1365,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1384,7 +1384,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#is_transient Database#is_transient} --- @@ -1398,7 +1398,7 @@ replication_configuration: DatabaseReplicationConfiguration replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -1419,8 +1419,8 @@ database.DatabaseReplicationConfiguration( | **Name** | **Type** | **Description** | | --- | --- | --- | -| accounts | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts}. | -| ignore_edition_check | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | +| accounts | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts}. | +| ignore_edition_check | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | --- @@ -1432,7 +1432,7 @@ accounts: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts}. --- @@ -1444,7 +1444,7 @@ ignore_edition_check: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- diff --git a/docs/database.typescript.md b/docs/database.typescript.md index 503f13b21..fcfbe8f46 100644 --- a/docs/database.typescript.md +++ b/docs/database.typescript.md @@ -4,7 +4,7 @@ ### Database -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database snowflake_database}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the Database to import. The id of the existing Database that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -950,13 +950,13 @@ const databaseConfig: database.DatabaseConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. | | dataRetentionTimeInDays | number | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | fromDatabase | string | Specify a database to create a clone from. | | fromReplica | string | Specify a fully-qualified path to a database to create a replica from. | | fromShare | {[ key: string ]: string} | Specify a provider and a share in this map to create a database from a share. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. | | isTransient | boolean \| cdktf.IResolvable | Specifies a database as transient. | | replicationConfiguration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -1040,7 +1040,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name}. --- @@ -1052,7 +1052,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment}. --- @@ -1066,9 +1066,9 @@ public readonly dataRetentionTimeInDays: number; Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. -A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. +A value of 0 effectively disables Time Travel for the specified database. Default value for this field is set to -1, which is a fallback to use Snowflake default. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1082,7 +1082,7 @@ public readonly fromDatabase: string; Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_database Database#from_database} --- @@ -1098,7 +1098,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_replica Database#from_replica} --- @@ -1112,7 +1112,7 @@ public readonly fromShare: {[ key: string ]: string}; Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_share Database#from_share} --- @@ -1124,7 +1124,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1143,7 +1143,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#is_transient Database#is_transient} --- @@ -1157,7 +1157,7 @@ public readonly replicationConfiguration: DatabaseReplicationConfiguration; replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -1175,8 +1175,8 @@ const databaseReplicationConfiguration: database.DatabaseReplicationConfiguratio | **Name** | **Type** | **Description** | | --- | --- | --- | -| accounts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts}. | -| ignoreEditionCheck | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | +| accounts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts}. | +| ignoreEditionCheck | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | --- @@ -1188,7 +1188,7 @@ public readonly accounts: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts}. --- @@ -1200,7 +1200,7 @@ public readonly ignoreEditionCheck: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- diff --git a/docs/databaseGrant.csharp.md b/docs/databaseGrant.csharp.md index 511bce5bf..6704bc699 100644 --- a/docs/databaseGrant.csharp.md +++ b/docs/databaseGrant.csharp.md @@ -4,7 +4,7 @@ ### DatabaseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant snowflake_database_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant snowflake_database_grant}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the DatabaseGrant to import. The id of the existing DatabaseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use --- @@ -926,7 +926,7 @@ new DatabaseGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. | | Privilege | string | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -1015,7 +1015,7 @@ public string DatabaseName { get; set; } The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -1031,7 +1031,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -1043,7 +1043,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1060,7 +1060,7 @@ public string Privilege { get; set; } The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -1076,7 +1076,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -1090,7 +1090,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -1104,7 +1104,7 @@ public string[] Shares { get; set; } Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -1118,7 +1118,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- diff --git a/docs/databaseGrant.go.md b/docs/databaseGrant.go.md index 310c5bc68..a0d2fbddf 100644 --- a/docs/databaseGrant.go.md +++ b/docs/databaseGrant.go.md @@ -4,7 +4,7 @@ ### DatabaseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant snowflake_database_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant snowflake_database_grant}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the DatabaseGrant to import. The id of the existing DatabaseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use --- @@ -926,7 +926,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/databasegrant | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. | | Privilege | *string | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -1015,7 +1015,7 @@ DatabaseName *string The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -1031,7 +1031,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -1043,7 +1043,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1060,7 +1060,7 @@ Privilege *string The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -1076,7 +1076,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -1090,7 +1090,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -1104,7 +1104,7 @@ Shares *[]*string Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -1118,7 +1118,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- diff --git a/docs/databaseGrant.java.md b/docs/databaseGrant.java.md index 7f1d20164..f8de617a8 100644 --- a/docs/databaseGrant.java.md +++ b/docs/databaseGrant.java.md @@ -4,7 +4,7 @@ ### DatabaseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant snowflake_database_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant snowflake_database_grant}. #### Initializers @@ -49,7 +49,7 @@ DatabaseGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. | | privilege | java.lang.String | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -136,7 +136,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -169,7 +169,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- @@ -675,7 +675,7 @@ The construct id used in the generated config for the DatabaseGrant to import. The id of the existing DatabaseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use --- @@ -1091,7 +1091,7 @@ DatabaseGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. | | privilege | java.lang.String | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1180,7 +1180,7 @@ public java.lang.String getDatabaseName(); The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -1196,7 +1196,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -1208,7 +1208,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1225,7 +1225,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -1241,7 +1241,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -1255,7 +1255,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -1269,7 +1269,7 @@ public java.util.List getShares(); Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -1283,7 +1283,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- diff --git a/docs/databaseGrant.python.md b/docs/databaseGrant.python.md index cc364c13c..81ff575db 100644 --- a/docs/databaseGrant.python.md +++ b/docs/databaseGrant.python.md @@ -4,7 +4,7 @@ ### DatabaseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant snowflake_database_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant snowflake_database_grant}. #### Initializers @@ -45,7 +45,7 @@ databaseGrant.DatabaseGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. | | privilege | str | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -132,7 +132,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -165,7 +165,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- @@ -717,7 +717,7 @@ The construct id used in the generated config for the DatabaseGrant to import. The id of the existing DatabaseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use --- @@ -1127,7 +1127,7 @@ databaseGrant.DatabaseGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. | | privilege | str | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1216,7 +1216,7 @@ database_name: str The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -1232,7 +1232,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -1244,7 +1244,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1261,7 +1261,7 @@ privilege: str The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -1277,7 +1277,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -1291,7 +1291,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -1305,7 +1305,7 @@ shares: typing.List[str] Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -1319,7 +1319,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- diff --git a/docs/databaseGrant.typescript.md b/docs/databaseGrant.typescript.md index 90a79a6fb..e1bb75ec5 100644 --- a/docs/databaseGrant.typescript.md +++ b/docs/databaseGrant.typescript.md @@ -4,7 +4,7 @@ ### DatabaseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant snowflake_database_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant snowflake_database_grant}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the DatabaseGrant to import. The id of the existing DatabaseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use --- @@ -910,7 +910,7 @@ const databaseGrantConfig: databaseGrant.DatabaseGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. | | privilege | string | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -999,7 +999,7 @@ public readonly databaseName: string; The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -1015,7 +1015,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -1027,7 +1027,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1044,7 +1044,7 @@ public readonly privilege: string; The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -1060,7 +1060,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -1074,7 +1074,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -1088,7 +1088,7 @@ public readonly shares: string[]; Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -1102,7 +1102,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- diff --git a/docs/databaseRole.csharp.md b/docs/databaseRole.csharp.md index b5d8efc07..0c9de86b9 100644 --- a/docs/databaseRole.csharp.md +++ b/docs/databaseRole.csharp.md @@ -4,7 +4,7 @@ ### DatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role snowflake_database_role}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the DatabaseRole to import. The id of the existing DatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -800,7 +800,7 @@ new DatabaseRoleConfig { | Database | string | The database in which to create the database role. | | Name | string | Specifies the identifier for the database role. | | Comment | string | Specifies a comment for the database role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -884,7 +884,7 @@ public string Database { get; set; } The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#database DatabaseRole#database} --- @@ -898,7 +898,7 @@ public string Name { get; set; } Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#name DatabaseRole#name} --- @@ -912,7 +912,7 @@ public string Comment { get; set; } Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -924,7 +924,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/databaseRole.go.md b/docs/databaseRole.go.md index fb05f57d6..129e5084f 100644 --- a/docs/databaseRole.go.md +++ b/docs/databaseRole.go.md @@ -4,7 +4,7 @@ ### DatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role snowflake_database_role}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the DatabaseRole to import. The id of the existing DatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -800,7 +800,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/databaserole" | Database | *string | The database in which to create the database role. | | Name | *string | Specifies the identifier for the database role. | | Comment | *string | Specifies a comment for the database role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -884,7 +884,7 @@ Database *string The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#database DatabaseRole#database} --- @@ -898,7 +898,7 @@ Name *string Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#name DatabaseRole#name} --- @@ -912,7 +912,7 @@ Comment *string Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -924,7 +924,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/databaseRole.java.md b/docs/databaseRole.java.md index c1f73ab5e..bdfa613c7 100644 --- a/docs/databaseRole.java.md +++ b/docs/databaseRole.java.md @@ -4,7 +4,7 @@ ### DatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role snowflake_database_role}. #### Initializers @@ -44,7 +44,7 @@ DatabaseRole.Builder.create(Construct scope, java.lang.String id) | database | java.lang.String | The database in which to create the database role. | | name | java.lang.String | Specifies the identifier for the database role. | | comment | java.lang.String | Specifies a comment for the database role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#database DatabaseRole#database} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#name DatabaseRole#name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -586,7 +586,7 @@ The construct id used in the generated config for the DatabaseRole to import. The id of the existing DatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -909,7 +909,7 @@ DatabaseRoleConfig.builder() | database | java.lang.String | The database in which to create the database role. | | name | java.lang.String | Specifies the identifier for the database role. | | comment | java.lang.String | Specifies a comment for the database role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -993,7 +993,7 @@ public java.lang.String getDatabase(); The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#database DatabaseRole#database} --- @@ -1007,7 +1007,7 @@ public java.lang.String getName(); Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#name DatabaseRole#name} --- @@ -1021,7 +1021,7 @@ public java.lang.String getComment(); Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -1033,7 +1033,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/databaseRole.python.md b/docs/databaseRole.python.md index c73d38a86..d2d82e407 100644 --- a/docs/databaseRole.python.md +++ b/docs/databaseRole.python.md @@ -4,7 +4,7 @@ ### DatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role snowflake_database_role}. #### Initializers @@ -42,7 +42,7 @@ databaseRole.DatabaseRole( | database | str | The database in which to create the database role. | | name | str | Specifies the identifier for the database role. | | comment | str | Specifies a comment for the database role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#database DatabaseRole#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#name DatabaseRole#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -630,7 +630,7 @@ The construct id used in the generated config for the DatabaseRole to import. The id of the existing DatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -949,7 +949,7 @@ databaseRole.DatabaseRoleConfig( | database | str | The database in which to create the database role. | | name | str | Specifies the identifier for the database role. | | comment | str | Specifies a comment for the database role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -1033,7 +1033,7 @@ database: str The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#database DatabaseRole#database} --- @@ -1047,7 +1047,7 @@ name: str Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#name DatabaseRole#name} --- @@ -1061,7 +1061,7 @@ comment: str Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -1073,7 +1073,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/databaseRole.typescript.md b/docs/databaseRole.typescript.md index 817e40e3b..967120f92 100644 --- a/docs/databaseRole.typescript.md +++ b/docs/databaseRole.typescript.md @@ -4,7 +4,7 @@ ### DatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role snowflake_database_role}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the DatabaseRole to import. The id of the existing DatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -788,7 +788,7 @@ const databaseRoleConfig: databaseRole.DatabaseRoleConfig = { ... } | database | string | The database in which to create the database role. | | name | string | Specifies the identifier for the database role. | | comment | string | Specifies a comment for the database role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -872,7 +872,7 @@ public readonly database: string; The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#database DatabaseRole#database} --- @@ -886,7 +886,7 @@ public readonly name: string; Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#name DatabaseRole#name} --- @@ -900,7 +900,7 @@ public readonly comment: string; Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -912,7 +912,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dynamicTable.csharp.md b/docs/dynamicTable.csharp.md index a6fc4288d..ef19e8f8e 100644 --- a/docs/dynamicTable.csharp.md +++ b/docs/dynamicTable.csharp.md @@ -4,7 +4,7 @@ ### DynamicTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table snowflake_dynamic_table}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the DynamicTable to import. The id of the existing DynamicTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1131,7 +1131,7 @@ new DynamicTableConfig { | TargetLag | DynamicTableTargetLag | target_lag block. | | Warehouse | string | The warehouse in which to create the dynamic table. | | Comment | string | Specifies a comment for the dynamic table. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. | | Initialize | string | Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. | | OrReplace | object | Specifies whether to replace the dynamic table if it already exists. | | RefreshMode | string | INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. | @@ -1218,7 +1218,7 @@ public string Database { get; set; } The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1232,7 +1232,7 @@ public string Name { get; set; } Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1246,7 +1246,7 @@ public string Query { get; set; } Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1260,7 +1260,7 @@ public string Schema { get; set; } The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1274,7 +1274,7 @@ public DynamicTableTargetLag TargetLag { get; set; } target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1288,7 +1288,7 @@ public string Warehouse { get; set; } The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1302,7 +1302,7 @@ public string Comment { get; set; } Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1314,7 +1314,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1331,7 +1331,7 @@ public string Initialize { get; set; } Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -1345,7 +1345,7 @@ public object OrReplace { get; set; } Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1359,7 +1359,7 @@ public string RefreshMode { get; set; } INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -1395,7 +1395,7 @@ public object Downstream { get; set; } Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1409,7 +1409,7 @@ public string MaximumDuration { get; set; } Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.go.md b/docs/dynamicTable.go.md index cbfb431cc..b878104b4 100644 --- a/docs/dynamicTable.go.md +++ b/docs/dynamicTable.go.md @@ -4,7 +4,7 @@ ### DynamicTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table snowflake_dynamic_table}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the DynamicTable to import. The id of the existing DynamicTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1131,7 +1131,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/dynamictable" | TargetLag | DynamicTableTargetLag | target_lag block. | | Warehouse | *string | The warehouse in which to create the dynamic table. | | Comment | *string | Specifies a comment for the dynamic table. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. | | Initialize | *string | Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. | | OrReplace | interface{} | Specifies whether to replace the dynamic table if it already exists. | | RefreshMode | *string | INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. | @@ -1218,7 +1218,7 @@ Database *string The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1232,7 +1232,7 @@ Name *string Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1246,7 +1246,7 @@ Query *string Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1260,7 +1260,7 @@ Schema *string The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1274,7 +1274,7 @@ TargetLag DynamicTableTargetLag target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1288,7 +1288,7 @@ Warehouse *string The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1302,7 +1302,7 @@ Comment *string Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1314,7 +1314,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1331,7 +1331,7 @@ Initialize *string Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -1345,7 +1345,7 @@ OrReplace interface{} Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1359,7 +1359,7 @@ RefreshMode *string INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -1395,7 +1395,7 @@ Downstream interface{} Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1409,7 +1409,7 @@ MaximumDuration *string Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.java.md b/docs/dynamicTable.java.md index 937e852b3..b0313a796 100644 --- a/docs/dynamicTable.java.md +++ b/docs/dynamicTable.java.md @@ -4,7 +4,7 @@ ### DynamicTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table snowflake_dynamic_table}. #### Initializers @@ -56,7 +56,7 @@ DynamicTable.Builder.create(Construct scope, java.lang.String id) | targetLag | DynamicTableTargetLag | target_lag block. | | warehouse | java.lang.String | The warehouse in which to create the dynamic table. | | comment | java.lang.String | Specifies a comment for the dynamic table. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. | | initialize | java.lang.String | Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to replace the dynamic table if it already exists. | | refreshMode | java.lang.String | INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. | @@ -129,7 +129,7 @@ Must be unique amongst siblings in the same scope The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -210,7 +210,7 @@ If you experience problems setting this value it might not be settable. Please t Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -705,7 +705,7 @@ The construct id used in the generated config for the DynamicTable to import. The id of the existing DynamicTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1326,7 +1326,7 @@ DynamicTableConfig.builder() | targetLag | DynamicTableTargetLag | target_lag block. | | warehouse | java.lang.String | The warehouse in which to create the dynamic table. | | comment | java.lang.String | Specifies a comment for the dynamic table. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. | | initialize | java.lang.String | Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to replace the dynamic table if it already exists. | | refreshMode | java.lang.String | INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. | @@ -1413,7 +1413,7 @@ public java.lang.String getDatabase(); The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1427,7 +1427,7 @@ public java.lang.String getName(); Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1441,7 +1441,7 @@ public java.lang.String getQuery(); Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1455,7 +1455,7 @@ public java.lang.String getSchema(); The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1469,7 +1469,7 @@ public DynamicTableTargetLag getTargetLag(); target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1483,7 +1483,7 @@ public java.lang.String getWarehouse(); The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1497,7 +1497,7 @@ public java.lang.String getComment(); Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1509,7 +1509,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1526,7 +1526,7 @@ public java.lang.String getInitialize(); Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -1540,7 +1540,7 @@ public java.lang.Object getOrReplace(); Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1554,7 +1554,7 @@ public java.lang.String getRefreshMode(); INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -1591,7 +1591,7 @@ public java.lang.Object getDownstream(); Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1605,7 +1605,7 @@ public java.lang.String getMaximumDuration(); Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.python.md b/docs/dynamicTable.python.md index b81686387..1278947c7 100644 --- a/docs/dynamicTable.python.md +++ b/docs/dynamicTable.python.md @@ -4,7 +4,7 @@ ### DynamicTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table snowflake_dynamic_table}. #### Initializers @@ -53,7 +53,7 @@ dynamicTable.DynamicTable( | target_lag | DynamicTableTargetLag | target_lag block. | | warehouse | str | The warehouse in which to create the dynamic table. | | comment | str | Specifies a comment for the dynamic table. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. | | initialize | str | Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Specifies whether to replace the dynamic table if it already exists. | | refresh_mode | str | INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -207,7 +207,7 @@ If you experience problems setting this value it might not be settable. Please t Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -607,7 +607,7 @@ def put_target_lag( Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -617,7 +617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- @@ -765,7 +765,7 @@ The construct id used in the generated config for the DynamicTable to import. The id of the existing DynamicTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1381,7 +1381,7 @@ dynamicTable.DynamicTableConfig( | target_lag | DynamicTableTargetLag | target_lag block. | | warehouse | str | The warehouse in which to create the dynamic table. | | comment | str | Specifies a comment for the dynamic table. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. | | initialize | str | Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Specifies whether to replace the dynamic table if it already exists. | | refresh_mode | str | INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. | @@ -1468,7 +1468,7 @@ database: str The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1482,7 +1482,7 @@ name: str Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1496,7 +1496,7 @@ query: str Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1510,7 +1510,7 @@ schema: str The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1524,7 +1524,7 @@ target_lag: DynamicTableTargetLag target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1538,7 +1538,7 @@ warehouse: str The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1552,7 +1552,7 @@ comment: str Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1564,7 +1564,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1581,7 +1581,7 @@ initialize: str Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -1595,7 +1595,7 @@ or_replace: typing.Union[bool, IResolvable] Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1609,7 +1609,7 @@ refresh_mode: str INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -1645,7 +1645,7 @@ downstream: typing.Union[bool, IResolvable] Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1659,7 +1659,7 @@ maximum_duration: str Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.typescript.md b/docs/dynamicTable.typescript.md index 0e1bc1c00..2418ce7e9 100644 --- a/docs/dynamicTable.typescript.md +++ b/docs/dynamicTable.typescript.md @@ -4,7 +4,7 @@ ### DynamicTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table snowflake_dynamic_table}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the DynamicTable to import. The id of the existing DynamicTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1112,7 +1112,7 @@ const dynamicTableConfig: dynamicTable.DynamicTableConfig = { ... } | targetLag | DynamicTableTargetLag | target_lag block. | | warehouse | string | The warehouse in which to create the dynamic table. | | comment | string | Specifies a comment for the dynamic table. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. | | initialize | string | Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. | | orReplace | boolean \| cdktf.IResolvable | Specifies whether to replace the dynamic table if it already exists. | | refreshMode | string | INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. | @@ -1199,7 +1199,7 @@ public readonly database: string; The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1213,7 +1213,7 @@ public readonly name: string; Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1227,7 +1227,7 @@ public readonly query: string; Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1241,7 +1241,7 @@ public readonly schema: string; The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1255,7 +1255,7 @@ public readonly targetLag: DynamicTableTargetLag; target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1269,7 +1269,7 @@ public readonly warehouse: string; The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1283,7 +1283,7 @@ public readonly comment: string; Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1295,7 +1295,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1312,7 +1312,7 @@ public readonly initialize: string; Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -1326,7 +1326,7 @@ public readonly orReplace: boolean | IResolvable; Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1340,7 +1340,7 @@ public readonly refreshMode: string; INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -1373,7 +1373,7 @@ public readonly downstream: boolean | IResolvable; Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1387,7 +1387,7 @@ public readonly maximumDuration: string; Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/emailNotificationIntegration.csharp.md b/docs/emailNotificationIntegration.csharp.md index 92202c033..5880f498f 100644 --- a/docs/emailNotificationIntegration.csharp.md +++ b/docs/emailNotificationIntegration.csharp.md @@ -4,7 +4,7 @@ ### EmailNotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the EmailNotificationIntegrati The id of the existing EmailNotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -827,11 +827,11 @@ new EmailNotificationIntegrationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | AllowedRecipients | string[] | List of email addresses that should receive notifications. | | Comment | string | A comment for the email integration. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -913,7 +913,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -925,7 +925,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -939,7 +939,7 @@ public string[] AllowedRecipients { get; set; } List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -953,7 +953,7 @@ public string Comment { get; set; } A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -965,7 +965,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/emailNotificationIntegration.go.md b/docs/emailNotificationIntegration.go.md index baccf0d9b..27a2c0a62 100644 --- a/docs/emailNotificationIntegration.go.md +++ b/docs/emailNotificationIntegration.go.md @@ -4,7 +4,7 @@ ### EmailNotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the EmailNotificationIntegrati The id of the existing EmailNotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -827,11 +827,11 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/emailnotifica | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | AllowedRecipients | *[]*string | List of email addresses that should receive notifications. | | Comment | *string | A comment for the email integration. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -913,7 +913,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -925,7 +925,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -939,7 +939,7 @@ AllowedRecipients *[]*string List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -953,7 +953,7 @@ Comment *string A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -965,7 +965,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/emailNotificationIntegration.java.md b/docs/emailNotificationIntegration.java.md index ad20f143b..34b1cd01f 100644 --- a/docs/emailNotificationIntegration.java.md +++ b/docs/emailNotificationIntegration.java.md @@ -4,7 +4,7 @@ ### EmailNotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. #### Initializers @@ -43,11 +43,11 @@ EmailNotificationIntegration.Builder.create(Construct scope, java.lang.String id | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | allowedRecipients | java.util.List | List of email addresses that should receive notifications. | | comment | java.lang.String | A comment for the email integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -602,7 +602,7 @@ The construct id used in the generated config for the EmailNotificationIntegrati The id of the existing EmailNotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -946,11 +946,11 @@ EmailNotificationIntegrationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | allowedRecipients | java.util.List | List of email addresses that should receive notifications. | | comment | java.lang.String | A comment for the email integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -1032,7 +1032,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -1044,7 +1044,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -1058,7 +1058,7 @@ public java.util.List getAllowedRecipients(); List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -1072,7 +1072,7 @@ public java.lang.String getComment(); A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -1084,7 +1084,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/emailNotificationIntegration.python.md b/docs/emailNotificationIntegration.python.md index 90e6105b3..3024a51b7 100644 --- a/docs/emailNotificationIntegration.python.md +++ b/docs/emailNotificationIntegration.python.md @@ -4,7 +4,7 @@ ### EmailNotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. #### Initializers @@ -40,11 +40,11 @@ emailNotificationIntegration.EmailNotificationIntegration( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | allowed_recipients | typing.List[str] | List of email addresses that should receive notifications. | | comment | str | A comment for the email integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -645,7 +645,7 @@ The construct id used in the generated config for the EmailNotificationIntegrati The id of the existing EmailNotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -984,11 +984,11 @@ emailNotificationIntegration.EmailNotificationIntegrationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | allowed_recipients | typing.List[str] | List of email addresses that should receive notifications. | | comment | str | A comment for the email integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -1070,7 +1070,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -1082,7 +1082,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -1096,7 +1096,7 @@ allowed_recipients: typing.List[str] List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -1110,7 +1110,7 @@ comment: str A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -1122,7 +1122,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/emailNotificationIntegration.typescript.md b/docs/emailNotificationIntegration.typescript.md index 13f62530d..2467eec2d 100644 --- a/docs/emailNotificationIntegration.typescript.md +++ b/docs/emailNotificationIntegration.typescript.md @@ -4,7 +4,7 @@ ### EmailNotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the EmailNotificationIntegrati The id of the existing EmailNotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -814,11 +814,11 @@ const emailNotificationIntegrationConfig: emailNotificationIntegration.EmailNoti | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | allowedRecipients | string[] | List of email addresses that should receive notifications. | | comment | string | A comment for the email integration. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -900,7 +900,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -912,7 +912,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -926,7 +926,7 @@ public readonly allowedRecipients: string[]; List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -940,7 +940,7 @@ public readonly comment: string; A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -952,7 +952,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/externalFunction.csharp.md b/docs/externalFunction.csharp.md index 9ac9ea5e6..5bb26b9ff 100644 --- a/docs/externalFunction.csharp.md +++ b/docs/externalFunction.csharp.md @@ -4,7 +4,7 @@ ### ExternalFunction -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function snowflake_external_function}. #### Initializers @@ -570,7 +570,7 @@ The construct id used in the generated config for the ExternalFunction to import The id of the existing ExternalFunction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1204,7 +1204,7 @@ public string Name { get; set; } Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1218,7 +1218,7 @@ public string Type { get; set; } Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#type ExternalFunction#type} --- @@ -1281,7 +1281,7 @@ new ExternalFunctionConfig { | Compression | string | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | ContextHeaders | string[] | Binds Snowflake context function results to HTTP headers. | | Header | object | header block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. | | MaxBatchRows | double | This specifies the maximum number of rows in each batch sent to the proxy service. | | NullInputBehavior | string | Specifies the behavior of the external function when called with null inputs. | | RequestTranslator | string | This specifies the name of the request translator function. | @@ -1370,7 +1370,7 @@ public string ApiIntegration { get; set; } The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1384,7 +1384,7 @@ public string Database { get; set; } The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#database ExternalFunction#database} --- @@ -1400,7 +1400,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1414,7 +1414,7 @@ public string ReturnBehavior { get; set; } Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1428,7 +1428,7 @@ public string ReturnType { get; set; } Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1442,7 +1442,7 @@ public string Schema { get; set; } The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1456,7 +1456,7 @@ public string UrlOfProxyAndResource { get; set; } This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1470,7 +1470,7 @@ public object Arg { get; set; } arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1484,7 +1484,7 @@ public string Comment { get; set; } A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1498,7 +1498,7 @@ public string Compression { get; set; } If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1512,7 +1512,7 @@ public string[] ContextHeaders { get; set; } Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1526,7 +1526,7 @@ public object Header { get; set; } header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#header ExternalFunction#header} --- @@ -1538,7 +1538,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1555,7 +1555,7 @@ public double MaxBatchRows { get; set; } This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1569,7 +1569,7 @@ public string NullInputBehavior { get; set; } Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1583,7 +1583,7 @@ public string RequestTranslator { get; set; } This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1597,7 +1597,7 @@ public string ResponseTranslator { get; set; } This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1611,7 +1611,7 @@ public object ReturnNullAllowed { get; set; } Indicates whether the function can return NULL values (true) or must return only NON-NULL values (false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1647,7 +1647,7 @@ public string Name { get; set; } Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1661,7 +1661,7 @@ public string Value { get; set; } Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.go.md b/docs/externalFunction.go.md index fd21e5547..b5eabc5df 100644 --- a/docs/externalFunction.go.md +++ b/docs/externalFunction.go.md @@ -4,7 +4,7 @@ ### ExternalFunction -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function snowflake_external_function}. #### Initializers @@ -570,7 +570,7 @@ The construct id used in the generated config for the ExternalFunction to import The id of the existing ExternalFunction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1204,7 +1204,7 @@ Name *string Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1218,7 +1218,7 @@ Type *string Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#type ExternalFunction#type} --- @@ -1281,7 +1281,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/externalfunct | Compression | *string | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | ContextHeaders | *[]*string | Binds Snowflake context function results to HTTP headers. | | Header | interface{} | header block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. | | MaxBatchRows | *f64 | This specifies the maximum number of rows in each batch sent to the proxy service. | | NullInputBehavior | *string | Specifies the behavior of the external function when called with null inputs. | | RequestTranslator | *string | This specifies the name of the request translator function. | @@ -1370,7 +1370,7 @@ ApiIntegration *string The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1384,7 +1384,7 @@ Database *string The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#database ExternalFunction#database} --- @@ -1400,7 +1400,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1414,7 +1414,7 @@ ReturnBehavior *string Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1428,7 +1428,7 @@ ReturnType *string Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1442,7 +1442,7 @@ Schema *string The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1456,7 +1456,7 @@ UrlOfProxyAndResource *string This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1470,7 +1470,7 @@ Arg interface{} arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1484,7 +1484,7 @@ Comment *string A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1498,7 +1498,7 @@ Compression *string If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1512,7 +1512,7 @@ ContextHeaders *[]*string Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1526,7 +1526,7 @@ Header interface{} header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#header ExternalFunction#header} --- @@ -1538,7 +1538,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1555,7 +1555,7 @@ MaxBatchRows *f64 This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1569,7 +1569,7 @@ NullInputBehavior *string Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1583,7 +1583,7 @@ RequestTranslator *string This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1597,7 +1597,7 @@ ResponseTranslator *string This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1611,7 +1611,7 @@ ReturnNullAllowed interface{} Indicates whether the function can return NULL values (true) or must return only NON-NULL values (false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1647,7 +1647,7 @@ Name *string Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1661,7 +1661,7 @@ Value *string Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.java.md b/docs/externalFunction.java.md index 7b76895cb..126eff689 100644 --- a/docs/externalFunction.java.md +++ b/docs/externalFunction.java.md @@ -4,7 +4,7 @@ ### ExternalFunction -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function snowflake_external_function}. #### Initializers @@ -70,7 +70,7 @@ ExternalFunction.Builder.create(Construct scope, java.lang.String id) | compression | java.lang.String | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | contextHeaders | java.util.List | Binds Snowflake context function results to HTTP headers. | | header | com.hashicorp.cdktf.IResolvable OR java.util.List<ExternalFunctionHeader> | header block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. | | maxBatchRows | java.lang.Number | This specifies the maximum number of rows in each batch sent to the proxy service. | | nullInputBehavior | java.lang.String | Specifies the behavior of the external function when called with null inputs. | | requestTranslator | java.lang.String | This specifies the name of the request translator function. | @@ -145,7 +145,7 @@ Must be unique amongst siblings in the same scope The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#database ExternalFunction#database} --- @@ -167,7 +167,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#header ExternalFunction#header} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -278,7 +278,7 @@ If you experience problems setting this value it might not be settable. Please t This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -288,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -298,7 +298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -308,7 +308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -318,7 +318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates whether the function can return NULL values (true) or must return only NON-NULL values (false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -848,7 +848,7 @@ The construct id used in the generated config for the ExternalFunction to import The id of the existing ExternalFunction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1482,7 +1482,7 @@ public java.lang.String getName(); Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1496,7 +1496,7 @@ public java.lang.String getType(); Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#type ExternalFunction#type} --- @@ -1566,7 +1566,7 @@ ExternalFunctionConfig.builder() | compression | java.lang.String | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | contextHeaders | java.util.List | Binds Snowflake context function results to HTTP headers. | | header | com.hashicorp.cdktf.IResolvable OR java.util.List<ExternalFunctionHeader> | header block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. | | maxBatchRows | java.lang.Number | This specifies the maximum number of rows in each batch sent to the proxy service. | | nullInputBehavior | java.lang.String | Specifies the behavior of the external function when called with null inputs. | | requestTranslator | java.lang.String | This specifies the name of the request translator function. | @@ -1655,7 +1655,7 @@ public java.lang.String getApiIntegration(); The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1669,7 +1669,7 @@ public java.lang.String getDatabase(); The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#database ExternalFunction#database} --- @@ -1685,7 +1685,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1699,7 +1699,7 @@ public java.lang.String getReturnBehavior(); Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1713,7 +1713,7 @@ public java.lang.String getReturnType(); Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1727,7 +1727,7 @@ public java.lang.String getSchema(); The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1741,7 +1741,7 @@ public java.lang.String getUrlOfProxyAndResource(); This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1755,7 +1755,7 @@ public java.lang.Object getArg(); arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1769,7 +1769,7 @@ public java.lang.String getComment(); A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1783,7 +1783,7 @@ public java.lang.String getCompression(); If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1797,7 +1797,7 @@ public java.util.List getContextHeaders(); Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1811,7 +1811,7 @@ public java.lang.Object getHeader(); header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#header ExternalFunction#header} --- @@ -1823,7 +1823,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1840,7 +1840,7 @@ public java.lang.Number getMaxBatchRows(); This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1854,7 +1854,7 @@ public java.lang.String getNullInputBehavior(); Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1868,7 +1868,7 @@ public java.lang.String getRequestTranslator(); This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1882,7 +1882,7 @@ public java.lang.String getResponseTranslator(); This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1896,7 +1896,7 @@ public java.lang.Object getReturnNullAllowed(); Indicates whether the function can return NULL values (true) or must return only NON-NULL values (false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1932,7 +1932,7 @@ public java.lang.String getName(); Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1946,7 +1946,7 @@ public java.lang.String getValue(); Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.python.md b/docs/externalFunction.python.md index 869bd71cc..c56ab0b55 100644 --- a/docs/externalFunction.python.md +++ b/docs/externalFunction.python.md @@ -4,7 +4,7 @@ ### ExternalFunction -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function snowflake_external_function}. #### Initializers @@ -65,7 +65,7 @@ externalFunction.ExternalFunction( | compression | str | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | context_headers | typing.List[str] | Binds Snowflake context function results to HTTP headers. | | header | typing.Union[cdktf.IResolvable, typing.List[ExternalFunctionHeader]] | header block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. | | max_batch_rows | typing.Union[int, float] | This specifies the maximum number of rows in each batch sent to the proxy service. | | null_input_behavior | str | Specifies the behavior of the external function when called with null inputs. | | request_translator | str | This specifies the name of the request translator function. | @@ -140,7 +140,7 @@ Must be unique amongst siblings in the same scope The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#database ExternalFunction#database} --- @@ -162,7 +162,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#header ExternalFunction#header} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -273,7 +273,7 @@ If you experience problems setting this value it might not be settable. Please t This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates whether the function can return NULL values (true) or must return only NON-NULL values (false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -893,7 +893,7 @@ The construct id used in the generated config for the ExternalFunction to import The id of the existing ExternalFunction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1527,7 +1527,7 @@ name: str Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1541,7 +1541,7 @@ type: str Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#type ExternalFunction#type} --- @@ -1604,7 +1604,7 @@ externalFunction.ExternalFunctionConfig( | compression | str | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | context_headers | typing.List[str] | Binds Snowflake context function results to HTTP headers. | | header | typing.Union[cdktf.IResolvable, typing.List[ExternalFunctionHeader]] | header block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. | | max_batch_rows | typing.Union[int, float] | This specifies the maximum number of rows in each batch sent to the proxy service. | | null_input_behavior | str | Specifies the behavior of the external function when called with null inputs. | | request_translator | str | This specifies the name of the request translator function. | @@ -1693,7 +1693,7 @@ api_integration: str The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1707,7 +1707,7 @@ database: str The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#database ExternalFunction#database} --- @@ -1723,7 +1723,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1737,7 +1737,7 @@ return_behavior: str Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1751,7 +1751,7 @@ return_type: str Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1765,7 +1765,7 @@ schema: str The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1779,7 +1779,7 @@ url_of_proxy_and_resource: str This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1793,7 +1793,7 @@ arg: typing.Union[IResolvable, typing.List[ExternalFunctionArg]] arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1807,7 +1807,7 @@ comment: str A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1821,7 +1821,7 @@ compression: str If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1835,7 +1835,7 @@ context_headers: typing.List[str] Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1849,7 +1849,7 @@ header: typing.Union[IResolvable, typing.List[ExternalFunctionHeader]] header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#header ExternalFunction#header} --- @@ -1861,7 +1861,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1878,7 +1878,7 @@ max_batch_rows: typing.Union[int, float] This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1892,7 +1892,7 @@ null_input_behavior: str Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1906,7 +1906,7 @@ request_translator: str This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1920,7 +1920,7 @@ response_translator: str This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1934,7 +1934,7 @@ return_null_allowed: typing.Union[bool, IResolvable] Indicates whether the function can return NULL values (true) or must return only NON-NULL values (false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1970,7 +1970,7 @@ name: str Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1984,7 +1984,7 @@ value: str Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.typescript.md b/docs/externalFunction.typescript.md index e810139c8..6704f54bc 100644 --- a/docs/externalFunction.typescript.md +++ b/docs/externalFunction.typescript.md @@ -4,7 +4,7 @@ ### ExternalFunction -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function snowflake_external_function}. #### Initializers @@ -570,7 +570,7 @@ The construct id used in the generated config for the ExternalFunction to import The id of the existing ExternalFunction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1201,7 +1201,7 @@ public readonly name: string; Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1215,7 +1215,7 @@ public readonly type: string; Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#type ExternalFunction#type} --- @@ -1252,7 +1252,7 @@ const externalFunctionConfig: externalFunction.ExternalFunctionConfig = { ... } | compression | string | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | contextHeaders | string[] | Binds Snowflake context function results to HTTP headers. | | header | cdktf.IResolvable \| ExternalFunctionHeader[] | header block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. | | maxBatchRows | number | This specifies the maximum number of rows in each batch sent to the proxy service. | | nullInputBehavior | string | Specifies the behavior of the external function when called with null inputs. | | requestTranslator | string | This specifies the name of the request translator function. | @@ -1341,7 +1341,7 @@ public readonly apiIntegration: string; The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1355,7 +1355,7 @@ public readonly database: string; The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#database ExternalFunction#database} --- @@ -1371,7 +1371,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1385,7 +1385,7 @@ public readonly returnBehavior: string; Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1399,7 +1399,7 @@ public readonly returnType: string; Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1413,7 +1413,7 @@ public readonly schema: string; The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1427,7 +1427,7 @@ public readonly urlOfProxyAndResource: string; This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1441,7 +1441,7 @@ public readonly arg: IResolvable | ExternalFunctionArg[]; arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1455,7 +1455,7 @@ public readonly comment: string; A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1469,7 +1469,7 @@ public readonly compression: string; If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1483,7 +1483,7 @@ public readonly contextHeaders: string[]; Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1497,7 +1497,7 @@ public readonly header: IResolvable | ExternalFunctionHeader[]; header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#header ExternalFunction#header} --- @@ -1509,7 +1509,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1526,7 +1526,7 @@ public readonly maxBatchRows: number; This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1540,7 +1540,7 @@ public readonly nullInputBehavior: string; Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1554,7 +1554,7 @@ public readonly requestTranslator: string; This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1568,7 +1568,7 @@ public readonly responseTranslator: string; This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1582,7 +1582,7 @@ public readonly returnNullAllowed: boolean | IResolvable; Indicates whether the function can return NULL values (true) or must return only NON-NULL values (false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1615,7 +1615,7 @@ public readonly name: string; Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} --- @@ -1629,7 +1629,7 @@ public readonly value: string; Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalOauthIntegration.csharp.md b/docs/externalOauthIntegration.csharp.md index 34aab9934..504ef9253 100644 --- a/docs/externalOauthIntegration.csharp.md +++ b/docs/externalOauthIntegration.csharp.md @@ -4,7 +4,7 @@ ### ExternalOauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the ExternalOauthIntegration t The id of the existing ExternalOauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1181,7 +1181,7 @@ new ExternalOauthIntegrationConfig { | AudienceUrls | string[] | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | BlockedRoles | string[] | Specifies the list of roles that a client cannot set as the primary role. | | Comment | string | Specifies a comment for the OAuth integration. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | JwsKeysUrls | string[] | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | RsaPublicKey | string | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | RsaPublicKey2 | string | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1270,7 +1270,7 @@ public object Enabled { get; set; } Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1284,7 +1284,7 @@ public string Issuer { get; set; } Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -1300,7 +1300,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1314,7 +1314,7 @@ public string SnowflakeUserMappingAttribute { get; set; } Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -1328,7 +1328,7 @@ public string[] TokenUserMappingClaims { get; set; } Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -1342,7 +1342,7 @@ public string Type { get; set; } Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -1356,7 +1356,7 @@ public string[] AllowedRoles { get; set; } Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -1370,7 +1370,7 @@ public string AnyRoleMode { get; set; } Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -1384,7 +1384,7 @@ public string[] AudienceUrls { get; set; } Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -1400,7 +1400,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -1414,7 +1414,7 @@ public string Comment { get; set; } Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1426,7 +1426,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1445,7 +1445,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -1459,7 +1459,7 @@ public string RsaPublicKey { get; set; } Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -1475,7 +1475,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -1489,7 +1489,7 @@ public string ScopeDelimiter { get; set; } Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -1503,7 +1503,7 @@ public string ScopeMappingAttribute { get; set; } Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- diff --git a/docs/externalOauthIntegration.go.md b/docs/externalOauthIntegration.go.md index 9040d412f..006f6f949 100644 --- a/docs/externalOauthIntegration.go.md +++ b/docs/externalOauthIntegration.go.md @@ -4,7 +4,7 @@ ### ExternalOauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the ExternalOauthIntegration t The id of the existing ExternalOauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1181,7 +1181,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/externaloauth | AudienceUrls | *[]*string | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | BlockedRoles | *[]*string | Specifies the list of roles that a client cannot set as the primary role. | | Comment | *string | Specifies a comment for the OAuth integration. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | JwsKeysUrls | *[]*string | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | RsaPublicKey | *string | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | RsaPublicKey2 | *string | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1270,7 +1270,7 @@ Enabled interface{} Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1284,7 +1284,7 @@ Issuer *string Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -1300,7 +1300,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1314,7 +1314,7 @@ SnowflakeUserMappingAttribute *string Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -1328,7 +1328,7 @@ TokenUserMappingClaims *[]*string Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -1342,7 +1342,7 @@ Type *string Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -1356,7 +1356,7 @@ AllowedRoles *[]*string Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -1370,7 +1370,7 @@ AnyRoleMode *string Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -1384,7 +1384,7 @@ AudienceUrls *[]*string Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -1400,7 +1400,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -1414,7 +1414,7 @@ Comment *string Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1426,7 +1426,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1445,7 +1445,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -1459,7 +1459,7 @@ RsaPublicKey *string Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -1475,7 +1475,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -1489,7 +1489,7 @@ ScopeDelimiter *string Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -1503,7 +1503,7 @@ ScopeMappingAttribute *string Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- diff --git a/docs/externalOauthIntegration.java.md b/docs/externalOauthIntegration.java.md index 336b00db3..226a20a43 100644 --- a/docs/externalOauthIntegration.java.md +++ b/docs/externalOauthIntegration.java.md @@ -4,7 +4,7 @@ ### ExternalOauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -66,7 +66,7 @@ ExternalOauthIntegration.Builder.create(Construct scope, java.lang.String id) | audienceUrls | java.util.List | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | blockedRoles | java.util.List | Specifies the list of roles that a client cannot set as the primary role. | | comment | java.lang.String | Specifies a comment for the OAuth integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | jwsKeysUrls | java.util.List | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | rsaPublicKey | java.lang.String | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | rsaPublicKey2 | java.lang.String | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -141,7 +141,7 @@ Must be unique amongst siblings in the same scope Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -163,7 +163,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -235,7 +235,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -268,7 +268,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -278,7 +278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -290,7 +290,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- @@ -814,7 +814,7 @@ The construct id used in the generated config for the ExternalOauthIntegration t The id of the existing ExternalOauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1456,7 +1456,7 @@ ExternalOauthIntegrationConfig.builder() | audienceUrls | java.util.List | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | blockedRoles | java.util.List | Specifies the list of roles that a client cannot set as the primary role. | | comment | java.lang.String | Specifies a comment for the OAuth integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | jwsKeysUrls | java.util.List | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | rsaPublicKey | java.lang.String | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | rsaPublicKey2 | java.lang.String | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1545,7 +1545,7 @@ public java.lang.Object getEnabled(); Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1559,7 +1559,7 @@ public java.lang.String getIssuer(); Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -1575,7 +1575,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1589,7 +1589,7 @@ public java.lang.String getSnowflakeUserMappingAttribute(); Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -1603,7 +1603,7 @@ public java.util.List getTokenUserMappingClaims(); Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -1617,7 +1617,7 @@ public java.lang.String getType(); Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -1631,7 +1631,7 @@ public java.util.List getAllowedRoles(); Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -1645,7 +1645,7 @@ public java.lang.String getAnyRoleMode(); Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -1659,7 +1659,7 @@ public java.util.List getAudienceUrls(); Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -1675,7 +1675,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -1689,7 +1689,7 @@ public java.lang.String getComment(); Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1701,7 +1701,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1720,7 +1720,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -1734,7 +1734,7 @@ public java.lang.String getRsaPublicKey(); Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -1750,7 +1750,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -1764,7 +1764,7 @@ public java.lang.String getScopeDelimiter(); Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -1778,7 +1778,7 @@ public java.lang.String getScopeMappingAttribute(); Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- diff --git a/docs/externalOauthIntegration.python.md b/docs/externalOauthIntegration.python.md index 4c092b9cb..6d714394c 100644 --- a/docs/externalOauthIntegration.python.md +++ b/docs/externalOauthIntegration.python.md @@ -4,7 +4,7 @@ ### ExternalOauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -63,7 +63,7 @@ externalOauthIntegration.ExternalOauthIntegration( | audience_urls | typing.List[str] | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | blocked_roles | typing.List[str] | Specifies the list of roles that a client cannot set as the primary role. | | comment | str | Specifies a comment for the OAuth integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | jws_keys_urls | typing.List[str] | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | rsa_public_key | str | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | rsa_public_key2 | str | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -160,7 +160,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -232,7 +232,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -265,7 +265,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -287,7 +287,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -307,7 +307,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- @@ -857,7 +857,7 @@ The construct id used in the generated config for the ExternalOauthIntegration t The id of the existing ExternalOauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1494,7 +1494,7 @@ externalOauthIntegration.ExternalOauthIntegrationConfig( | audience_urls | typing.List[str] | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | blocked_roles | typing.List[str] | Specifies the list of roles that a client cannot set as the primary role. | | comment | str | Specifies a comment for the OAuth integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | jws_keys_urls | typing.List[str] | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | rsa_public_key | str | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | rsa_public_key2 | str | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1583,7 +1583,7 @@ enabled: typing.Union[bool, IResolvable] Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1597,7 +1597,7 @@ issuer: str Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -1613,7 +1613,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1627,7 +1627,7 @@ snowflake_user_mapping_attribute: str Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -1641,7 +1641,7 @@ token_user_mapping_claims: typing.List[str] Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -1655,7 +1655,7 @@ type: str Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -1669,7 +1669,7 @@ allowed_roles: typing.List[str] Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -1683,7 +1683,7 @@ any_role_mode: str Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -1697,7 +1697,7 @@ audience_urls: typing.List[str] Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -1713,7 +1713,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -1727,7 +1727,7 @@ comment: str Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1739,7 +1739,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1758,7 +1758,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -1772,7 +1772,7 @@ rsa_public_key: str Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -1788,7 +1788,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -1802,7 +1802,7 @@ scope_delimiter: str Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -1816,7 +1816,7 @@ scope_mapping_attribute: str Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- diff --git a/docs/externalOauthIntegration.typescript.md b/docs/externalOauthIntegration.typescript.md index 454b1cc69..5ac29c6c1 100644 --- a/docs/externalOauthIntegration.typescript.md +++ b/docs/externalOauthIntegration.typescript.md @@ -4,7 +4,7 @@ ### ExternalOauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the ExternalOauthIntegration t The id of the existing ExternalOauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1156,7 +1156,7 @@ const externalOauthIntegrationConfig: externalOauthIntegration.ExternalOauthInte | audienceUrls | string[] | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | blockedRoles | string[] | Specifies the list of roles that a client cannot set as the primary role. | | comment | string | Specifies a comment for the OAuth integration. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | jwsKeysUrls | string[] | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | rsaPublicKey | string | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | rsaPublicKey2 | string | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1245,7 +1245,7 @@ public readonly enabled: boolean | IResolvable; Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1259,7 +1259,7 @@ public readonly issuer: string; Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -1275,7 +1275,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1289,7 +1289,7 @@ public readonly snowflakeUserMappingAttribute: string; Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -1303,7 +1303,7 @@ public readonly tokenUserMappingClaims: string[]; Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -1317,7 +1317,7 @@ public readonly type: string; Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -1331,7 +1331,7 @@ public readonly allowedRoles: string[]; Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -1345,7 +1345,7 @@ public readonly anyRoleMode: string; Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -1359,7 +1359,7 @@ public readonly audienceUrls: string[]; Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -1375,7 +1375,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -1389,7 +1389,7 @@ public readonly comment: string; Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1401,7 +1401,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1420,7 +1420,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -1434,7 +1434,7 @@ public readonly rsaPublicKey: string; Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -1450,7 +1450,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -1464,7 +1464,7 @@ public readonly scopeDelimiter: string; Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -1478,7 +1478,7 @@ public readonly scopeMappingAttribute: string; Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- diff --git a/docs/externalTable.csharp.md b/docs/externalTable.csharp.md index e6d7c0695..288f017bc 100644 --- a/docs/externalTable.csharp.md +++ b/docs/externalTable.csharp.md @@ -4,7 +4,7 @@ ### ExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -563,7 +563,7 @@ The construct id used in the generated config for the ExternalTable to import. The id of the existing ExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1155,7 +1155,7 @@ public string As { get; set; } String that specifies the expression for the column. When queried, the column returns results derived from this expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#as ExternalTable#as} --- @@ -1169,7 +1169,7 @@ public string Name { get; set; } Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1183,7 +1183,7 @@ public string Type { get; set; } Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#type ExternalTable#type} --- @@ -1242,7 +1242,7 @@ new ExternalTableConfig { | AwsSnsTopic | string | Specifies the aws sns topic for the external table. | | Comment | string | Specifies a comment for the external table. | | CopyGrants | object | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. | | PartitionBy | string[] | Specifies any partition columns to evaluate for the external table. | | Pattern | string | Specifies the file names and/or paths on the external stage to match. | | RefreshOnCreate | object | Specifies weather to refresh when an external table is created. | @@ -1331,7 +1331,7 @@ public object Column { get; set; } column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#column ExternalTable#column} --- @@ -1345,7 +1345,7 @@ public string Database { get; set; } The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -1359,7 +1359,7 @@ public string FileFormat { get; set; } Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1373,7 +1373,7 @@ public string Location { get; set; } Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#location ExternalTable#location} --- @@ -1389,7 +1389,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1403,7 +1403,7 @@ public string Schema { get; set; } The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1417,7 +1417,7 @@ public object AutoRefresh { get; set; } Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1431,7 +1431,7 @@ public string AwsSnsTopic { get; set; } Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1445,7 +1445,7 @@ public string Comment { get; set; } Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1459,7 +1459,7 @@ public object CopyGrants { get; set; } Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1471,7 +1471,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1488,7 +1488,7 @@ public string[] PartitionBy { get; set; } Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1502,7 +1502,7 @@ public string Pattern { get; set; } Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1516,7 +1516,7 @@ public object RefreshOnCreate { get; set; } Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1530,7 +1530,7 @@ public string TableFormat { get; set; } Identifies the external table table type. For now, only "delta" for Delta Lake table format is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -1544,7 +1544,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1584,7 +1584,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1598,7 +1598,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#value ExternalTable#value} --- @@ -1612,7 +1612,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -1626,7 +1626,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.go.md b/docs/externalTable.go.md index 6517974f0..06627a4da 100644 --- a/docs/externalTable.go.md +++ b/docs/externalTable.go.md @@ -4,7 +4,7 @@ ### ExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -563,7 +563,7 @@ The construct id used in the generated config for the ExternalTable to import. The id of the existing ExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1155,7 +1155,7 @@ As *string String that specifies the expression for the column. When queried, the column returns results derived from this expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#as ExternalTable#as} --- @@ -1169,7 +1169,7 @@ Name *string Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1183,7 +1183,7 @@ Type *string Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#type ExternalTable#type} --- @@ -1242,7 +1242,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/externaltable | AwsSnsTopic | *string | Specifies the aws sns topic for the external table. | | Comment | *string | Specifies a comment for the external table. | | CopyGrants | interface{} | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. | | PartitionBy | *[]*string | Specifies any partition columns to evaluate for the external table. | | Pattern | *string | Specifies the file names and/or paths on the external stage to match. | | RefreshOnCreate | interface{} | Specifies weather to refresh when an external table is created. | @@ -1331,7 +1331,7 @@ Column interface{} column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#column ExternalTable#column} --- @@ -1345,7 +1345,7 @@ Database *string The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -1359,7 +1359,7 @@ FileFormat *string Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1373,7 +1373,7 @@ Location *string Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#location ExternalTable#location} --- @@ -1389,7 +1389,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1403,7 +1403,7 @@ Schema *string The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1417,7 +1417,7 @@ AutoRefresh interface{} Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1431,7 +1431,7 @@ AwsSnsTopic *string Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1445,7 +1445,7 @@ Comment *string Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1459,7 +1459,7 @@ CopyGrants interface{} Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1471,7 +1471,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1488,7 +1488,7 @@ PartitionBy *[]*string Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1502,7 +1502,7 @@ Pattern *string Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1516,7 +1516,7 @@ RefreshOnCreate interface{} Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1530,7 +1530,7 @@ TableFormat *string Identifies the external table table type. For now, only "delta" for Delta Lake table format is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -1544,7 +1544,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1584,7 +1584,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1598,7 +1598,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#value ExternalTable#value} --- @@ -1612,7 +1612,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -1626,7 +1626,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.java.md b/docs/externalTable.java.md index 49caa42db..cd58886c1 100644 --- a/docs/externalTable.java.md +++ b/docs/externalTable.java.md @@ -4,7 +4,7 @@ ### ExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -68,7 +68,7 @@ ExternalTable.Builder.create(Construct scope, java.lang.String id) | awsSnsTopic | java.lang.String | Specifies the aws sns topic for the external table. | | comment | java.lang.String | Specifies a comment for the external table. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. | | partitionBy | java.util.List | Specifies any partition columns to evaluate for the external table. | | pattern | java.lang.String | Specifies the file names and/or paths on the external stage to match. | | refreshOnCreate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies weather to refresh when an external table is created. | @@ -143,7 +143,7 @@ Must be unique amongst siblings in the same scope column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#column ExternalTable#column} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#location ExternalTable#location} --- @@ -185,7 +185,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#comment ExternalTable#comment} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -256,7 +256,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -286,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Identifies the external table table type. For now, only "delta" for Delta Lake table format is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#tag ExternalTable#tag} --- @@ -819,7 +819,7 @@ The construct id used in the generated config for the ExternalTable to import. The id of the existing ExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1411,7 +1411,7 @@ public java.lang.String getAs(); String that specifies the expression for the column. When queried, the column returns results derived from this expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#as ExternalTable#as} --- @@ -1425,7 +1425,7 @@ public java.lang.String getName(); Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1439,7 +1439,7 @@ public java.lang.String getType(); Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#type ExternalTable#type} --- @@ -1507,7 +1507,7 @@ ExternalTableConfig.builder() | awsSnsTopic | java.lang.String | Specifies the aws sns topic for the external table. | | comment | java.lang.String | Specifies a comment for the external table. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. | | partitionBy | java.util.List | Specifies any partition columns to evaluate for the external table. | | pattern | java.lang.String | Specifies the file names and/or paths on the external stage to match. | | refreshOnCreate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies weather to refresh when an external table is created. | @@ -1596,7 +1596,7 @@ public java.lang.Object getColumn(); column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#column ExternalTable#column} --- @@ -1610,7 +1610,7 @@ public java.lang.String getDatabase(); The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -1624,7 +1624,7 @@ public java.lang.String getFileFormat(); Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1638,7 +1638,7 @@ public java.lang.String getLocation(); Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#location ExternalTable#location} --- @@ -1654,7 +1654,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1668,7 +1668,7 @@ public java.lang.String getSchema(); The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1682,7 +1682,7 @@ public java.lang.Object getAutoRefresh(); Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1696,7 +1696,7 @@ public java.lang.String getAwsSnsTopic(); Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1710,7 +1710,7 @@ public java.lang.String getComment(); Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1724,7 +1724,7 @@ public java.lang.Object getCopyGrants(); Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1736,7 +1736,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1753,7 +1753,7 @@ public java.util.List getPartitionBy(); Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1767,7 +1767,7 @@ public java.lang.String getPattern(); Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1781,7 +1781,7 @@ public java.lang.Object getRefreshOnCreate(); Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1795,7 +1795,7 @@ public java.lang.String getTableFormat(); Identifies the external table table type. For now, only "delta" for Delta Lake table format is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -1809,7 +1809,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1849,7 +1849,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1863,7 +1863,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#value ExternalTable#value} --- @@ -1877,7 +1877,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -1891,7 +1891,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.python.md b/docs/externalTable.python.md index 971447854..b36d6f803 100644 --- a/docs/externalTable.python.md +++ b/docs/externalTable.python.md @@ -4,7 +4,7 @@ ### ExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -61,7 +61,7 @@ externalTable.ExternalTable( | aws_sns_topic | str | Specifies the aws sns topic for the external table. | | comment | str | Specifies a comment for the external table. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. | | partition_by | typing.List[str] | Specifies any partition columns to evaluate for the external table. | | pattern | str | Specifies the file names and/or paths on the external stage to match. | | refresh_on_create | typing.Union[bool, cdktf.IResolvable] | Specifies weather to refresh when an external table is created. | @@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#column ExternalTable#column} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#location ExternalTable#location} --- @@ -178,7 +178,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#comment ExternalTable#comment} --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -249,7 +249,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Identifies the external table table type. For now, only "delta" for Delta Lake table format is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#tag ExternalTable#tag} --- @@ -862,7 +862,7 @@ The construct id used in the generated config for the ExternalTable to import. The id of the existing ExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1454,7 +1454,7 @@ as: str String that specifies the expression for the column. When queried, the column returns results derived from this expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#as ExternalTable#as} --- @@ -1468,7 +1468,7 @@ name: str Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1482,7 +1482,7 @@ type: str Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#type ExternalTable#type} --- @@ -1541,7 +1541,7 @@ externalTable.ExternalTableConfig( | aws_sns_topic | str | Specifies the aws sns topic for the external table. | | comment | str | Specifies a comment for the external table. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. | | partition_by | typing.List[str] | Specifies any partition columns to evaluate for the external table. | | pattern | str | Specifies the file names and/or paths on the external stage to match. | | refresh_on_create | typing.Union[bool, cdktf.IResolvable] | Specifies weather to refresh when an external table is created. | @@ -1630,7 +1630,7 @@ column: typing.Union[IResolvable, typing.List[ExternalTableColumn]] column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#column ExternalTable#column} --- @@ -1644,7 +1644,7 @@ database: str The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -1658,7 +1658,7 @@ file_format: str Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1672,7 +1672,7 @@ location: str Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#location ExternalTable#location} --- @@ -1688,7 +1688,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1702,7 +1702,7 @@ schema: str The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1716,7 +1716,7 @@ auto_refresh: typing.Union[bool, IResolvable] Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1730,7 +1730,7 @@ aws_sns_topic: str Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1744,7 +1744,7 @@ comment: str Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1758,7 +1758,7 @@ copy_grants: typing.Union[bool, IResolvable] Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1770,7 +1770,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1787,7 +1787,7 @@ partition_by: typing.List[str] Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1801,7 +1801,7 @@ pattern: str Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1815,7 +1815,7 @@ refresh_on_create: typing.Union[bool, IResolvable] Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1829,7 +1829,7 @@ table_format: str Identifies the external table table type. For now, only "delta" for Delta Lake table format is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -1843,7 +1843,7 @@ tag: typing.Union[IResolvable, typing.List[ExternalTableTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1883,7 +1883,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1897,7 +1897,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#value ExternalTable#value} --- @@ -1911,7 +1911,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -1925,7 +1925,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.typescript.md b/docs/externalTable.typescript.md index 7ad50951c..6b1d356da 100644 --- a/docs/externalTable.typescript.md +++ b/docs/externalTable.typescript.md @@ -4,7 +4,7 @@ ### ExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -563,7 +563,7 @@ The construct id used in the generated config for the ExternalTable to import. The id of the existing ExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1151,7 +1151,7 @@ public readonly as: string; String that specifies the expression for the column. When queried, the column returns results derived from this expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#as ExternalTable#as} --- @@ -1165,7 +1165,7 @@ public readonly name: string; Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1179,7 +1179,7 @@ public readonly type: string; Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#type ExternalTable#type} --- @@ -1214,7 +1214,7 @@ const externalTableConfig: externalTable.ExternalTableConfig = { ... } | awsSnsTopic | string | Specifies the aws sns topic for the external table. | | comment | string | Specifies a comment for the external table. | | copyGrants | boolean \| cdktf.IResolvable | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. | | partitionBy | string[] | Specifies any partition columns to evaluate for the external table. | | pattern | string | Specifies the file names and/or paths on the external stage to match. | | refreshOnCreate | boolean \| cdktf.IResolvable | Specifies weather to refresh when an external table is created. | @@ -1303,7 +1303,7 @@ public readonly column: IResolvable | ExternalTableColumn[]; column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#column ExternalTable#column} --- @@ -1317,7 +1317,7 @@ public readonly database: string; The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -1331,7 +1331,7 @@ public readonly fileFormat: string; Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1345,7 +1345,7 @@ public readonly location: string; Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#location ExternalTable#location} --- @@ -1361,7 +1361,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1375,7 +1375,7 @@ public readonly schema: string; The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1389,7 +1389,7 @@ public readonly autoRefresh: boolean | IResolvable; Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1403,7 +1403,7 @@ public readonly awsSnsTopic: string; Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1417,7 +1417,7 @@ public readonly comment: string; Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1431,7 +1431,7 @@ public readonly copyGrants: boolean | IResolvable; Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1443,7 +1443,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1460,7 +1460,7 @@ public readonly partitionBy: string[]; Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1474,7 +1474,7 @@ public readonly pattern: string; Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1488,7 +1488,7 @@ public readonly refreshOnCreate: boolean | IResolvable; Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1502,7 +1502,7 @@ public readonly tableFormat: string; Identifies the external table table type. For now, only "delta" for Delta Lake table format is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -1516,7 +1516,7 @@ public readonly tag: IResolvable | ExternalTableTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1551,7 +1551,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} --- @@ -1565,7 +1565,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#value ExternalTable#value} --- @@ -1579,7 +1579,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} --- @@ -1593,7 +1593,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTableGrant.csharp.md b/docs/externalTableGrant.csharp.md index a3d93ec89..7614aa6a3 100644 --- a/docs/externalTableGrant.csharp.md +++ b/docs/externalTableGrant.csharp.md @@ -4,7 +4,7 @@ ### ExternalTableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant snowflake_external_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant snowflake_external_table_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ExternalTableGrant to impo The id of the existing ExternalTableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1041,7 +1041,7 @@ new ExternalTableGrantConfig { | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | | ExternalTableName | string | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | Privilege | string | The privilege to grant on the current or future external table. | @@ -1132,7 +1132,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -1146,7 +1146,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -1162,7 +1162,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -1176,7 +1176,7 @@ public string ExternalTableName { get; set; } The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -1188,7 +1188,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1207,7 +1207,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -1223,7 +1223,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -1239,7 +1239,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -1255,7 +1255,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -1269,7 +1269,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -1283,7 +1283,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -1297,7 +1297,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- diff --git a/docs/externalTableGrant.go.md b/docs/externalTableGrant.go.md index 24ed44f6d..92af3d3d0 100644 --- a/docs/externalTableGrant.go.md +++ b/docs/externalTableGrant.go.md @@ -4,7 +4,7 @@ ### ExternalTableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant snowflake_external_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant snowflake_external_table_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ExternalTableGrant to impo The id of the existing ExternalTableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1041,7 +1041,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/externaltable | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | | ExternalTableName | *string | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | Privilege | *string | The privilege to grant on the current or future external table. | @@ -1132,7 +1132,7 @@ DatabaseName *string The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -1146,7 +1146,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -1162,7 +1162,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -1176,7 +1176,7 @@ ExternalTableName *string The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -1188,7 +1188,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1207,7 +1207,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -1223,7 +1223,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -1239,7 +1239,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -1255,7 +1255,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -1269,7 +1269,7 @@ SchemaName *string The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -1283,7 +1283,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -1297,7 +1297,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- diff --git a/docs/externalTableGrant.java.md b/docs/externalTableGrant.java.md index 89841bb72..937f85221 100644 --- a/docs/externalTableGrant.java.md +++ b/docs/externalTableGrant.java.md @@ -4,7 +4,7 @@ ### ExternalTableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant snowflake_external_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant snowflake_external_table_grant}. #### Initializers @@ -57,7 +57,7 @@ ExternalTableGrant.Builder.create(Construct scope, java.lang.String id) | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | externalTableName | java.lang.String | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future external table. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -156,7 +156,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -189,7 +189,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -201,7 +201,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -213,7 +213,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -225,7 +225,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- @@ -752,7 +752,7 @@ The construct id used in the generated config for the ExternalTableGrant to impo The id of the existing ExternalTableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1264,7 +1264,7 @@ ExternalTableGrantConfig.builder() | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | externalTableName | java.lang.String | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future external table. | @@ -1355,7 +1355,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -1369,7 +1369,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -1385,7 +1385,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -1399,7 +1399,7 @@ public java.lang.String getExternalTableName(); The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -1411,7 +1411,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1430,7 +1430,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -1446,7 +1446,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -1462,7 +1462,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -1478,7 +1478,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -1492,7 +1492,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -1506,7 +1506,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -1520,7 +1520,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- diff --git a/docs/externalTableGrant.python.md b/docs/externalTableGrant.python.md index 74b17753a..e06c2fee0 100644 --- a/docs/externalTableGrant.python.md +++ b/docs/externalTableGrant.python.md @@ -4,7 +4,7 @@ ### ExternalTableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant snowflake_external_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant snowflake_external_table_grant}. #### Initializers @@ -51,7 +51,7 @@ externalTableGrant.ExternalTableGrant( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | external_table_name | str | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | privilege | str | The privilege to grant on the current or future external table. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -150,7 +150,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -183,7 +183,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -195,7 +195,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -207,7 +207,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -219,7 +219,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- @@ -792,7 +792,7 @@ The construct id used in the generated config for the ExternalTableGrant to impo The id of the existing ExternalTableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1296,7 +1296,7 @@ externalTableGrant.ExternalTableGrantConfig( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | external_table_name | str | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | privilege | str | The privilege to grant on the current or future external table. | @@ -1387,7 +1387,7 @@ database_name: str The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -1401,7 +1401,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -1417,7 +1417,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -1431,7 +1431,7 @@ external_table_name: str The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -1443,7 +1443,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1462,7 +1462,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -1478,7 +1478,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -1494,7 +1494,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -1510,7 +1510,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -1524,7 +1524,7 @@ schema_name: str The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -1538,7 +1538,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -1552,7 +1552,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- diff --git a/docs/externalTableGrant.typescript.md b/docs/externalTableGrant.typescript.md index fa9b418dd..53055f322 100644 --- a/docs/externalTableGrant.typescript.md +++ b/docs/externalTableGrant.typescript.md @@ -4,7 +4,7 @@ ### ExternalTableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant snowflake_external_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant snowflake_external_table_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ExternalTableGrant to impo The id of the existing ExternalTableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1021,7 +1021,7 @@ const externalTableGrantConfig: externalTableGrant.ExternalTableGrantConfig = { | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | externalTableName | string | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | privilege | string | The privilege to grant on the current or future external table. | @@ -1112,7 +1112,7 @@ public readonly databaseName: string; The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -1126,7 +1126,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -1142,7 +1142,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -1156,7 +1156,7 @@ public readonly externalTableName: string; The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -1168,7 +1168,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1187,7 +1187,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -1203,7 +1203,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -1219,7 +1219,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -1235,7 +1235,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -1249,7 +1249,7 @@ public readonly schemaName: string; The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -1263,7 +1263,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -1277,7 +1277,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- diff --git a/docs/failoverGroup.csharp.md b/docs/failoverGroup.csharp.md index 288ce3433..a4fc1548b 100644 --- a/docs/failoverGroup.csharp.md +++ b/docs/failoverGroup.csharp.md @@ -4,7 +4,7 @@ ### FailoverGroup -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group snowflake_failover_group}. #### Initializers @@ -556,7 +556,7 @@ The construct id used in the generated config for the FailoverGroup to import. The id of the existing FailoverGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1016,7 +1016,7 @@ new FailoverGroupConfig { | AllowedIntegrationTypes | string[] | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | AllowedShares | string[] | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | FromReplica | FailoverGroupFromReplica | from_replica block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. | | IgnoreEditionCheck | object | Allows replicating objects to accounts on lower editions. | | ObjectTypes | string[] | Type(s) of objects for which you are enabling replication and failover from the source account to the target account. | | ReplicationSchedule | FailoverGroupReplicationSchedule | replication_schedule block. | @@ -1105,7 +1105,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1121,7 +1121,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1137,7 +1137,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1153,7 +1153,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1169,7 +1169,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1183,7 +1183,7 @@ public FailoverGroupFromReplica FromReplica { get; set; } from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1195,7 +1195,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1212,7 +1212,7 @@ public object IgnoreEditionCheck { get; set; } Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1228,7 +1228,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1242,7 +1242,7 @@ public FailoverGroupReplicationSchedule ReplicationSchedule { get; set; } replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1280,7 +1280,7 @@ public string Name { get; set; } Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1294,7 +1294,7 @@ public string OrganizationName { get; set; } Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1308,7 +1308,7 @@ public string SourceAccountName { get; set; } Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1344,7 +1344,7 @@ public FailoverGroupReplicationScheduleCron Cron { get; set; } cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1360,7 +1360,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1398,7 +1398,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1412,7 +1412,7 @@ public string TimeZone { get; set; } Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.go.md b/docs/failoverGroup.go.md index 99a111a31..60d820331 100644 --- a/docs/failoverGroup.go.md +++ b/docs/failoverGroup.go.md @@ -4,7 +4,7 @@ ### FailoverGroup -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group snowflake_failover_group}. #### Initializers @@ -556,7 +556,7 @@ The construct id used in the generated config for the FailoverGroup to import. The id of the existing FailoverGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1016,7 +1016,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/failovergroup | AllowedIntegrationTypes | *[]*string | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | AllowedShares | *[]*string | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | FromReplica | FailoverGroupFromReplica | from_replica block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. | | IgnoreEditionCheck | interface{} | Allows replicating objects to accounts on lower editions. | | ObjectTypes | *[]*string | Type(s) of objects for which you are enabling replication and failover from the source account to the target account. | | ReplicationSchedule | FailoverGroupReplicationSchedule | replication_schedule block. | @@ -1105,7 +1105,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1121,7 +1121,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1137,7 +1137,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1153,7 +1153,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1169,7 +1169,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1183,7 +1183,7 @@ FromReplica FailoverGroupFromReplica from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1195,7 +1195,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1212,7 +1212,7 @@ IgnoreEditionCheck interface{} Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1228,7 +1228,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1242,7 +1242,7 @@ ReplicationSchedule FailoverGroupReplicationSchedule replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1280,7 +1280,7 @@ Name *string Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1294,7 +1294,7 @@ OrganizationName *string Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1308,7 +1308,7 @@ SourceAccountName *string Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1344,7 +1344,7 @@ Cron FailoverGroupReplicationScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1360,7 +1360,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1398,7 +1398,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1412,7 +1412,7 @@ TimeZone *string Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.java.md b/docs/failoverGroup.java.md index afb84865b..23a136069 100644 --- a/docs/failoverGroup.java.md +++ b/docs/failoverGroup.java.md @@ -4,7 +4,7 @@ ### FailoverGroup -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group snowflake_failover_group}. #### Initializers @@ -54,7 +54,7 @@ FailoverGroup.Builder.create(Construct scope, java.lang.String id) | allowedIntegrationTypes | java.util.List | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | allowedShares | java.util.List | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | fromReplica | FailoverGroupFromReplica | from_replica block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. | | ignoreEditionCheck | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Allows replicating objects to accounts on lower editions. | | objectTypes | java.util.List | Type(s) of objects for which you are enabling replication and failover from the source account to the target account. | | replicationSchedule | FailoverGroupReplicationSchedule | replication_schedule block. | @@ -129,7 +129,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -141,7 +141,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -153,7 +153,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -165,7 +165,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -177,7 +177,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -208,7 +208,7 @@ If you experience problems setting this value it might not be settable. Please t Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -220,7 +220,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -746,7 +746,7 @@ The construct id used in the generated config for the FailoverGroup to import. The id of the existing FailoverGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1211,7 +1211,7 @@ FailoverGroupConfig.builder() | allowedIntegrationTypes | java.util.List | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | allowedShares | java.util.List | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | fromReplica | FailoverGroupFromReplica | from_replica block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. | | ignoreEditionCheck | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Allows replicating objects to accounts on lower editions. | | objectTypes | java.util.List | Type(s) of objects for which you are enabling replication and failover from the source account to the target account. | | replicationSchedule | FailoverGroupReplicationSchedule | replication_schedule block. | @@ -1300,7 +1300,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1316,7 +1316,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1332,7 +1332,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1348,7 +1348,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1364,7 +1364,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1378,7 +1378,7 @@ public FailoverGroupFromReplica getFromReplica(); from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1390,7 +1390,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1407,7 +1407,7 @@ public java.lang.Object getIgnoreEditionCheck(); Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1423,7 +1423,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1437,7 +1437,7 @@ public FailoverGroupReplicationSchedule getReplicationSchedule(); replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1475,7 +1475,7 @@ public java.lang.String getName(); Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1489,7 +1489,7 @@ public java.lang.String getOrganizationName(); Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1503,7 +1503,7 @@ public java.lang.String getSourceAccountName(); Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1539,7 +1539,7 @@ public FailoverGroupReplicationScheduleCron getCron(); cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1555,7 +1555,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1593,7 +1593,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1607,7 +1607,7 @@ public java.lang.String getTimeZone(); Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.python.md b/docs/failoverGroup.python.md index b6a6edf67..a073a998a 100644 --- a/docs/failoverGroup.python.md +++ b/docs/failoverGroup.python.md @@ -4,7 +4,7 @@ ### FailoverGroup -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group snowflake_failover_group}. #### Initializers @@ -51,7 +51,7 @@ failoverGroup.FailoverGroup( | allowed_integration_types | typing.List[str] | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | allowed_shares | typing.List[str] | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | from_replica | FailoverGroupFromReplica | from_replica block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. | | ignore_edition_check | typing.Union[bool, cdktf.IResolvable] | Allows replicating objects to accounts on lower editions. | | object_types | typing.List[str] | Type(s) of objects for which you are enabling replication and failover from the source account to the target account. | | replication_schedule | FailoverGroupReplicationSchedule | replication_schedule block. | @@ -126,7 +126,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -138,7 +138,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -150,7 +150,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -162,7 +162,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -174,7 +174,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -205,7 +205,7 @@ If you experience problems setting this value it might not be settable. Please t Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -217,7 +217,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -613,7 +613,7 @@ def put_from_replica( Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -623,7 +623,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -633,7 +633,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -652,7 +652,7 @@ def put_replication_schedule( cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -664,7 +664,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -836,7 +836,7 @@ The construct id used in the generated config for the FailoverGroup to import. The id of the existing FailoverGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1296,7 +1296,7 @@ failoverGroup.FailoverGroupConfig( | allowed_integration_types | typing.List[str] | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | allowed_shares | typing.List[str] | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | from_replica | FailoverGroupFromReplica | from_replica block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. | | ignore_edition_check | typing.Union[bool, cdktf.IResolvable] | Allows replicating objects to accounts on lower editions. | | object_types | typing.List[str] | Type(s) of objects for which you are enabling replication and failover from the source account to the target account. | | replication_schedule | FailoverGroupReplicationSchedule | replication_schedule block. | @@ -1385,7 +1385,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1401,7 +1401,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1417,7 +1417,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1433,7 +1433,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1449,7 +1449,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1463,7 +1463,7 @@ from_replica: FailoverGroupFromReplica from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1475,7 +1475,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1492,7 +1492,7 @@ ignore_edition_check: typing.Union[bool, IResolvable] Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1508,7 +1508,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1522,7 +1522,7 @@ replication_schedule: FailoverGroupReplicationSchedule replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1560,7 +1560,7 @@ name: str Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1574,7 +1574,7 @@ organization_name: str Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1588,7 +1588,7 @@ source_account_name: str Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1624,7 +1624,7 @@ cron: FailoverGroupReplicationScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1640,7 +1640,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1678,7 +1678,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1692,7 +1692,7 @@ time_zone: str Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- @@ -2604,7 +2604,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -2614,7 +2614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.typescript.md b/docs/failoverGroup.typescript.md index 8fb6281d2..8c23e8b3b 100644 --- a/docs/failoverGroup.typescript.md +++ b/docs/failoverGroup.typescript.md @@ -4,7 +4,7 @@ ### FailoverGroup -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group snowflake_failover_group}. #### Initializers @@ -556,7 +556,7 @@ The construct id used in the generated config for the FailoverGroup to import. The id of the existing FailoverGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -998,7 +998,7 @@ const failoverGroupConfig: failoverGroup.FailoverGroupConfig = { ... } | allowedIntegrationTypes | string[] | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | allowedShares | string[] | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | fromReplica | FailoverGroupFromReplica | from_replica block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. | | ignoreEditionCheck | boolean \| cdktf.IResolvable | Allows replicating objects to accounts on lower editions. | | objectTypes | string[] | Type(s) of objects for which you are enabling replication and failover from the source account to the target account. | | replicationSchedule | FailoverGroupReplicationSchedule | replication_schedule block. | @@ -1087,7 +1087,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1103,7 +1103,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1119,7 +1119,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1135,7 +1135,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1151,7 +1151,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1165,7 +1165,7 @@ public readonly fromReplica: FailoverGroupFromReplica; from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1177,7 +1177,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1194,7 +1194,7 @@ public readonly ignoreEditionCheck: boolean | IResolvable; Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1210,7 +1210,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1224,7 +1224,7 @@ public readonly replicationSchedule: FailoverGroupReplicationSchedule; replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1258,7 +1258,7 @@ public readonly name: string; Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1272,7 +1272,7 @@ public readonly organizationName: string; Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1286,7 +1286,7 @@ public readonly sourceAccountName: string; Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1319,7 +1319,7 @@ public readonly cron: FailoverGroupReplicationScheduleCron; cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1335,7 +1335,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1370,7 +1370,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1384,7 +1384,7 @@ public readonly timeZone: string; Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroupGrant.csharp.md b/docs/failoverGroupGrant.csharp.md index 4d2c5602e..df78ba26c 100644 --- a/docs/failoverGroupGrant.csharp.md +++ b/docs/failoverGroupGrant.csharp.md @@ -4,7 +4,7 @@ ### FailoverGroupGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the FailoverGroupGrant to impo The id of the existing FailoverGroupGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use --- @@ -897,7 +897,7 @@ new FailoverGroupGrantConfig { | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | | FailoverGroupName | string | The name of the failover group on which to grant privileges. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | Privilege | string | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | WithGrantOption | object | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -984,7 +984,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -1000,7 +1000,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -1014,7 +1014,7 @@ public string FailoverGroupName { get; set; } The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -1026,7 +1026,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1043,7 +1043,7 @@ public string Privilege { get; set; } The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -1059,7 +1059,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -1073,7 +1073,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- diff --git a/docs/failoverGroupGrant.go.md b/docs/failoverGroupGrant.go.md index 5a7805237..bc40e229a 100644 --- a/docs/failoverGroupGrant.go.md +++ b/docs/failoverGroupGrant.go.md @@ -4,7 +4,7 @@ ### FailoverGroupGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the FailoverGroupGrant to impo The id of the existing FailoverGroupGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use --- @@ -897,7 +897,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/failovergroup | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | | FailoverGroupName | *string | The name of the failover group on which to grant privileges. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | Privilege | *string | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | WithGrantOption | interface{} | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -984,7 +984,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -1000,7 +1000,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -1014,7 +1014,7 @@ FailoverGroupName *string The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -1026,7 +1026,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1043,7 +1043,7 @@ Privilege *string The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -1059,7 +1059,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -1073,7 +1073,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- diff --git a/docs/failoverGroupGrant.java.md b/docs/failoverGroupGrant.java.md index d09f019f5..30b82f5d0 100644 --- a/docs/failoverGroupGrant.java.md +++ b/docs/failoverGroupGrant.java.md @@ -4,7 +4,7 @@ ### FailoverGroupGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. #### Initializers @@ -49,7 +49,7 @@ FailoverGroupGrant.Builder.create(Construct scope, java.lang.String id) | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | failoverGroupName | java.lang.String | The name of the failover group on which to grant privileges. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | privilege | java.lang.String | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -134,7 +134,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -165,7 +165,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -177,7 +177,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- @@ -656,7 +656,7 @@ The construct id used in the generated config for the FailoverGroupGrant to impo The id of the existing FailoverGroupGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use --- @@ -1050,7 +1050,7 @@ FailoverGroupGrantConfig.builder() | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | failoverGroupName | java.lang.String | The name of the failover group on which to grant privileges. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | privilege | java.lang.String | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1137,7 +1137,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -1153,7 +1153,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -1167,7 +1167,7 @@ public java.lang.String getFailoverGroupName(); The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -1179,7 +1179,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1196,7 +1196,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -1212,7 +1212,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -1226,7 +1226,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- diff --git a/docs/failoverGroupGrant.python.md b/docs/failoverGroupGrant.python.md index 390a950ba..c83cf8fb3 100644 --- a/docs/failoverGroupGrant.python.md +++ b/docs/failoverGroupGrant.python.md @@ -4,7 +4,7 @@ ### FailoverGroupGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. #### Initializers @@ -45,7 +45,7 @@ failoverGroupGrant.FailoverGroupGrant( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | failover_group_name | str | The name of the failover group on which to grant privileges. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | privilege | str | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -130,7 +130,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -161,7 +161,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -173,7 +173,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- @@ -698,7 +698,7 @@ The construct id used in the generated config for the FailoverGroupGrant to impo The id of the existing FailoverGroupGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use --- @@ -1086,7 +1086,7 @@ failoverGroupGrant.FailoverGroupGrantConfig( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | failover_group_name | str | The name of the failover group on which to grant privileges. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | privilege | str | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1173,7 +1173,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -1189,7 +1189,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -1203,7 +1203,7 @@ failover_group_name: str The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -1215,7 +1215,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1232,7 +1232,7 @@ privilege: str The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -1248,7 +1248,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -1262,7 +1262,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- diff --git a/docs/failoverGroupGrant.typescript.md b/docs/failoverGroupGrant.typescript.md index 9cd33691d..85ccbedf5 100644 --- a/docs/failoverGroupGrant.typescript.md +++ b/docs/failoverGroupGrant.typescript.md @@ -4,7 +4,7 @@ ### FailoverGroupGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the FailoverGroupGrant to impo The id of the existing FailoverGroupGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use --- @@ -882,7 +882,7 @@ const failoverGroupGrantConfig: failoverGroupGrant.FailoverGroupGrantConfig = { | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | failoverGroupName | string | The name of the failover group on which to grant privileges. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | privilege | string | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | withGrantOption | boolean \| cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -969,7 +969,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -985,7 +985,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -999,7 +999,7 @@ public readonly failoverGroupName: string; The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -1011,7 +1011,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1028,7 +1028,7 @@ public readonly privilege: string; The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -1044,7 +1044,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -1058,7 +1058,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- diff --git a/docs/fileFormat.csharp.md b/docs/fileFormat.csharp.md index 9fda6ef75..0502757f7 100644 --- a/docs/fileFormat.csharp.md +++ b/docs/fileFormat.csharp.md @@ -4,7 +4,7 @@ ### FileFormat -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format snowflake_file_format}. #### Initializers @@ -698,7 +698,7 @@ The construct id used in the generated config for the FileFormat to import. The id of the existing FileFormat that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -1794,7 +1794,7 @@ new FileFormatConfig { | FieldDelimiter | string | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | FieldOptionallyEnclosedBy | string | Character used to enclose strings. | | FileExtension | string | Specifies the extension for files unloaded to a stage. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. | | IgnoreUtf8Errors | object | Boolean that specifies whether UTF-8 encoding errors produce error conditions. | | NullIf | string[] | String used to convert to and from SQL NULL. | | ParseHeader | object | Boolean that specifies whether to use the first row headers in the data files to determine column names. | @@ -1893,7 +1893,7 @@ public string Database { get; set; } The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#database FileFormat#database} --- @@ -1907,7 +1907,7 @@ public string FormatType { get; set; } Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -1923,7 +1923,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#name FileFormat#name} --- @@ -1937,7 +1937,7 @@ public string Schema { get; set; } The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#schema FileFormat#schema} --- @@ -1951,7 +1951,7 @@ public object AllowDuplicate { get; set; } Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -1965,7 +1965,7 @@ public object BinaryAsText { get; set; } Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -1979,7 +1979,7 @@ public string BinaryFormat { get; set; } Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -1993,7 +1993,7 @@ public string Comment { get; set; } Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#comment FileFormat#comment} --- @@ -2007,7 +2007,7 @@ public string Compression { get; set; } Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#compression FileFormat#compression} --- @@ -2021,7 +2021,7 @@ public string DateFormat { get; set; } Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2035,7 +2035,7 @@ public object DisableAutoConvert { get; set; } Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2049,7 +2049,7 @@ public object DisableSnowflakeData { get; set; } Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2063,7 +2063,7 @@ public object EmptyFieldAsNull { get; set; } Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2077,7 +2077,7 @@ public object EnableOctal { get; set; } Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2091,7 +2091,7 @@ public string Encoding { get; set; } String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2105,7 +2105,7 @@ public object ErrorOnColumnCountMismatch { get; set; } Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2119,7 +2119,7 @@ public string Escape { get; set; } Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape FileFormat#escape} --- @@ -2133,7 +2133,7 @@ public string EscapeUnenclosedField { get; set; } Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2147,7 +2147,7 @@ public string FieldDelimiter { get; set; } Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2161,7 +2161,7 @@ public string FieldOptionallyEnclosedBy { get; set; } Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2175,7 +2175,7 @@ public string FileExtension { get; set; } Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2187,7 +2187,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2204,7 +2204,7 @@ public object IgnoreUtf8Errors { get; set; } Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2218,7 +2218,7 @@ public string[] NullIf { get; set; } String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2232,7 +2232,7 @@ public object ParseHeader { get; set; } Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2246,7 +2246,7 @@ public object PreserveSpace { get; set; } Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2260,7 +2260,7 @@ public string RecordDelimiter { get; set; } Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2274,7 +2274,7 @@ public object ReplaceInvalidCharacters { get; set; } Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2288,7 +2288,7 @@ public object SkipBlankLines { get; set; } Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2302,7 +2302,7 @@ public object SkipByteOrderMark { get; set; } Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2316,7 +2316,7 @@ public double SkipHeader { get; set; } Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2330,7 +2330,7 @@ public object StripNullValues { get; set; } Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2344,7 +2344,7 @@ public object StripOuterArray { get; set; } Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2358,7 +2358,7 @@ public object StripOuterElement { get; set; } Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2372,7 +2372,7 @@ public string TimeFormat { get; set; } Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2386,7 +2386,7 @@ public string TimestampFormat { get; set; } Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2400,7 +2400,7 @@ public object TrimSpace { get; set; } Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.go.md b/docs/fileFormat.go.md index a5fd6b28a..48cc67b83 100644 --- a/docs/fileFormat.go.md +++ b/docs/fileFormat.go.md @@ -4,7 +4,7 @@ ### FileFormat -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format snowflake_file_format}. #### Initializers @@ -698,7 +698,7 @@ The construct id used in the generated config for the FileFormat to import. The id of the existing FileFormat that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -1794,7 +1794,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/fileformat" | FieldDelimiter | *string | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | FieldOptionallyEnclosedBy | *string | Character used to enclose strings. | | FileExtension | *string | Specifies the extension for files unloaded to a stage. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. | | IgnoreUtf8Errors | interface{} | Boolean that specifies whether UTF-8 encoding errors produce error conditions. | | NullIf | *[]*string | String used to convert to and from SQL NULL. | | ParseHeader | interface{} | Boolean that specifies whether to use the first row headers in the data files to determine column names. | @@ -1893,7 +1893,7 @@ Database *string The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#database FileFormat#database} --- @@ -1907,7 +1907,7 @@ FormatType *string Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -1923,7 +1923,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#name FileFormat#name} --- @@ -1937,7 +1937,7 @@ Schema *string The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#schema FileFormat#schema} --- @@ -1951,7 +1951,7 @@ AllowDuplicate interface{} Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -1965,7 +1965,7 @@ BinaryAsText interface{} Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -1979,7 +1979,7 @@ BinaryFormat *string Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -1993,7 +1993,7 @@ Comment *string Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#comment FileFormat#comment} --- @@ -2007,7 +2007,7 @@ Compression *string Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#compression FileFormat#compression} --- @@ -2021,7 +2021,7 @@ DateFormat *string Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2035,7 +2035,7 @@ DisableAutoConvert interface{} Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2049,7 +2049,7 @@ DisableSnowflakeData interface{} Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2063,7 +2063,7 @@ EmptyFieldAsNull interface{} Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2077,7 +2077,7 @@ EnableOctal interface{} Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2091,7 +2091,7 @@ Encoding *string String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2105,7 +2105,7 @@ ErrorOnColumnCountMismatch interface{} Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2119,7 +2119,7 @@ Escape *string Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape FileFormat#escape} --- @@ -2133,7 +2133,7 @@ EscapeUnenclosedField *string Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2147,7 +2147,7 @@ FieldDelimiter *string Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2161,7 +2161,7 @@ FieldOptionallyEnclosedBy *string Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2175,7 +2175,7 @@ FileExtension *string Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2187,7 +2187,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2204,7 +2204,7 @@ IgnoreUtf8Errors interface{} Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2218,7 +2218,7 @@ NullIf *[]*string String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2232,7 +2232,7 @@ ParseHeader interface{} Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2246,7 +2246,7 @@ PreserveSpace interface{} Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2260,7 +2260,7 @@ RecordDelimiter *string Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2274,7 +2274,7 @@ ReplaceInvalidCharacters interface{} Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2288,7 +2288,7 @@ SkipBlankLines interface{} Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2302,7 +2302,7 @@ SkipByteOrderMark interface{} Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2316,7 +2316,7 @@ SkipHeader *f64 Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2330,7 +2330,7 @@ StripNullValues interface{} Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2344,7 +2344,7 @@ StripOuterArray interface{} Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2358,7 +2358,7 @@ StripOuterElement interface{} Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2372,7 +2372,7 @@ TimeFormat *string Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2386,7 +2386,7 @@ TimestampFormat *string Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2400,7 +2400,7 @@ TrimSpace interface{} Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.java.md b/docs/fileFormat.java.md index ce541951e..2500606f3 100644 --- a/docs/fileFormat.java.md +++ b/docs/fileFormat.java.md @@ -4,7 +4,7 @@ ### FileFormat -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format snowflake_file_format}. #### Initializers @@ -112,7 +112,7 @@ FileFormat.Builder.create(Construct scope, java.lang.String id) | fieldDelimiter | java.lang.String | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | fieldOptionallyEnclosedBy | java.lang.String | Character used to enclose strings. | | fileExtension | java.lang.String | Specifies the extension for files unloaded to a stage. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. | | ignoreUtf8Errors | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Boolean that specifies whether UTF-8 encoding errors produce error conditions. | | nullIf | java.util.List | String used to convert to and from SQL NULL. | | parseHeader | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Boolean that specifies whether to use the first row headers in the data files to determine column names. | @@ -197,7 +197,7 @@ Must be unique amongst siblings in the same scope The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#database FileFormat#database} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -219,7 +219,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#name FileFormat#name} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#schema FileFormat#schema} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#comment FileFormat#comment} --- @@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#compression FileFormat#compression} --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape FileFormat#escape} --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -407,7 +407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -420,7 +420,7 @@ If you experience problems setting this value it might not be settable. Please t Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -430,7 +430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -440,7 +440,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -450,7 +450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -460,7 +460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -470,7 +470,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -480,7 +480,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -490,7 +490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -500,7 +500,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -510,7 +510,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -520,7 +520,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -530,7 +530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -540,7 +540,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -550,7 +550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -560,7 +560,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#trim_space FileFormat#trim_space} --- @@ -1218,7 +1218,7 @@ The construct id used in the generated config for the FileFormat to import. The id of the existing FileFormat that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -2335,7 +2335,7 @@ FileFormatConfig.builder() | fieldDelimiter | java.lang.String | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | fieldOptionallyEnclosedBy | java.lang.String | Character used to enclose strings. | | fileExtension | java.lang.String | Specifies the extension for files unloaded to a stage. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. | | ignoreUtf8Errors | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Boolean that specifies whether UTF-8 encoding errors produce error conditions. | | nullIf | java.util.List | String used to convert to and from SQL NULL. | | parseHeader | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Boolean that specifies whether to use the first row headers in the data files to determine column names. | @@ -2434,7 +2434,7 @@ public java.lang.String getDatabase(); The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#database FileFormat#database} --- @@ -2448,7 +2448,7 @@ public java.lang.String getFormatType(); Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -2464,7 +2464,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#name FileFormat#name} --- @@ -2478,7 +2478,7 @@ public java.lang.String getSchema(); The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#schema FileFormat#schema} --- @@ -2492,7 +2492,7 @@ public java.lang.Object getAllowDuplicate(); Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -2506,7 +2506,7 @@ public java.lang.Object getBinaryAsText(); Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -2520,7 +2520,7 @@ public java.lang.String getBinaryFormat(); Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -2534,7 +2534,7 @@ public java.lang.String getComment(); Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#comment FileFormat#comment} --- @@ -2548,7 +2548,7 @@ public java.lang.String getCompression(); Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#compression FileFormat#compression} --- @@ -2562,7 +2562,7 @@ public java.lang.String getDateFormat(); Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2576,7 +2576,7 @@ public java.lang.Object getDisableAutoConvert(); Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2590,7 +2590,7 @@ public java.lang.Object getDisableSnowflakeData(); Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2604,7 +2604,7 @@ public java.lang.Object getEmptyFieldAsNull(); Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2618,7 +2618,7 @@ public java.lang.Object getEnableOctal(); Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2632,7 +2632,7 @@ public java.lang.String getEncoding(); String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2646,7 +2646,7 @@ public java.lang.Object getErrorOnColumnCountMismatch(); Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2660,7 +2660,7 @@ public java.lang.String getEscape(); Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape FileFormat#escape} --- @@ -2674,7 +2674,7 @@ public java.lang.String getEscapeUnenclosedField(); Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2688,7 +2688,7 @@ public java.lang.String getFieldDelimiter(); Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2702,7 +2702,7 @@ public java.lang.String getFieldOptionallyEnclosedBy(); Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2716,7 +2716,7 @@ public java.lang.String getFileExtension(); Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2728,7 +2728,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2745,7 +2745,7 @@ public java.lang.Object getIgnoreUtf8Errors(); Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2759,7 +2759,7 @@ public java.util.List getNullIf(); String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2773,7 +2773,7 @@ public java.lang.Object getParseHeader(); Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2787,7 +2787,7 @@ public java.lang.Object getPreserveSpace(); Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2801,7 +2801,7 @@ public java.lang.String getRecordDelimiter(); Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2815,7 +2815,7 @@ public java.lang.Object getReplaceInvalidCharacters(); Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2829,7 +2829,7 @@ public java.lang.Object getSkipBlankLines(); Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2843,7 +2843,7 @@ public java.lang.Object getSkipByteOrderMark(); Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2857,7 +2857,7 @@ public java.lang.Number getSkipHeader(); Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2871,7 +2871,7 @@ public java.lang.Object getStripNullValues(); Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2885,7 +2885,7 @@ public java.lang.Object getStripOuterArray(); Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2899,7 +2899,7 @@ public java.lang.Object getStripOuterElement(); Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2913,7 +2913,7 @@ public java.lang.String getTimeFormat(); Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2927,7 +2927,7 @@ public java.lang.String getTimestampFormat(); Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2941,7 +2941,7 @@ public java.lang.Object getTrimSpace(); Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.python.md b/docs/fileFormat.python.md index 3469d040b..972b7214b 100644 --- a/docs/fileFormat.python.md +++ b/docs/fileFormat.python.md @@ -4,7 +4,7 @@ ### FileFormat -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format snowflake_file_format}. #### Initializers @@ -93,7 +93,7 @@ fileFormat.FileFormat( | field_delimiter | str | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | field_optionally_enclosed_by | str | Character used to enclose strings. | | file_extension | str | Specifies the extension for files unloaded to a stage. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. | | ignore_utf8_errors | typing.Union[bool, cdktf.IResolvable] | Boolean that specifies whether UTF-8 encoding errors produce error conditions. | | null_if | typing.List[str] | String used to convert to and from SQL NULL. | | parse_header | typing.Union[bool, cdktf.IResolvable] | Boolean that specifies whether to use the first row headers in the data files to determine column names. | @@ -178,7 +178,7 @@ Must be unique amongst siblings in the same scope The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#database FileFormat#database} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -200,7 +200,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#name FileFormat#name} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#schema FileFormat#schema} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#comment FileFormat#comment} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#compression FileFormat#compression} --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -320,7 +320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -330,7 +330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -340,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape FileFormat#escape} --- @@ -350,7 +350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -380,7 +380,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -388,7 +388,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -401,7 +401,7 @@ If you experience problems setting this value it might not be settable. Please t Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -411,7 +411,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -421,7 +421,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -431,7 +431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -441,7 +441,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -451,7 +451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -461,7 +461,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -471,7 +471,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -481,7 +481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -491,7 +491,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -501,7 +501,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -511,7 +511,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -521,7 +521,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -531,7 +531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -541,7 +541,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#trim_space FileFormat#trim_space} --- @@ -1245,7 +1245,7 @@ The construct id used in the generated config for the FileFormat to import. The id of the existing FileFormat that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -2341,7 +2341,7 @@ fileFormat.FileFormatConfig( | field_delimiter | str | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | field_optionally_enclosed_by | str | Character used to enclose strings. | | file_extension | str | Specifies the extension for files unloaded to a stage. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. | | ignore_utf8_errors | typing.Union[bool, cdktf.IResolvable] | Boolean that specifies whether UTF-8 encoding errors produce error conditions. | | null_if | typing.List[str] | String used to convert to and from SQL NULL. | | parse_header | typing.Union[bool, cdktf.IResolvable] | Boolean that specifies whether to use the first row headers in the data files to determine column names. | @@ -2440,7 +2440,7 @@ database: str The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#database FileFormat#database} --- @@ -2454,7 +2454,7 @@ format_type: str Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -2470,7 +2470,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#name FileFormat#name} --- @@ -2484,7 +2484,7 @@ schema: str The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#schema FileFormat#schema} --- @@ -2498,7 +2498,7 @@ allow_duplicate: typing.Union[bool, IResolvable] Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -2512,7 +2512,7 @@ binary_as_text: typing.Union[bool, IResolvable] Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -2526,7 +2526,7 @@ binary_format: str Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -2540,7 +2540,7 @@ comment: str Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#comment FileFormat#comment} --- @@ -2554,7 +2554,7 @@ compression: str Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#compression FileFormat#compression} --- @@ -2568,7 +2568,7 @@ date_format: str Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2582,7 +2582,7 @@ disable_auto_convert: typing.Union[bool, IResolvable] Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2596,7 +2596,7 @@ disable_snowflake_data: typing.Union[bool, IResolvable] Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2610,7 +2610,7 @@ empty_field_as_null: typing.Union[bool, IResolvable] Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2624,7 +2624,7 @@ enable_octal: typing.Union[bool, IResolvable] Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2638,7 +2638,7 @@ encoding: str String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2652,7 +2652,7 @@ error_on_column_count_mismatch: typing.Union[bool, IResolvable] Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2666,7 +2666,7 @@ escape: str Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape FileFormat#escape} --- @@ -2680,7 +2680,7 @@ escape_unenclosed_field: str Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2694,7 +2694,7 @@ field_delimiter: str Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2708,7 +2708,7 @@ field_optionally_enclosed_by: str Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2722,7 +2722,7 @@ file_extension: str Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2734,7 +2734,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2751,7 +2751,7 @@ ignore_utf8_errors: typing.Union[bool, IResolvable] Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2765,7 +2765,7 @@ null_if: typing.List[str] String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2779,7 +2779,7 @@ parse_header: typing.Union[bool, IResolvable] Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2793,7 +2793,7 @@ preserve_space: typing.Union[bool, IResolvable] Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2807,7 +2807,7 @@ record_delimiter: str Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2821,7 +2821,7 @@ replace_invalid_characters: typing.Union[bool, IResolvable] Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2835,7 +2835,7 @@ skip_blank_lines: typing.Union[bool, IResolvable] Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2849,7 +2849,7 @@ skip_byte_order_mark: typing.Union[bool, IResolvable] Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2863,7 +2863,7 @@ skip_header: typing.Union[int, float] Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2877,7 +2877,7 @@ strip_null_values: typing.Union[bool, IResolvable] Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2891,7 +2891,7 @@ strip_outer_array: typing.Union[bool, IResolvable] Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2905,7 +2905,7 @@ strip_outer_element: typing.Union[bool, IResolvable] Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2919,7 +2919,7 @@ time_format: str Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2933,7 +2933,7 @@ timestamp_format: str Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2947,7 +2947,7 @@ trim_space: typing.Union[bool, IResolvable] Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.typescript.md b/docs/fileFormat.typescript.md index 9a23ae881..c7ff822b3 100644 --- a/docs/fileFormat.typescript.md +++ b/docs/fileFormat.typescript.md @@ -4,7 +4,7 @@ ### FileFormat -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format snowflake_file_format}. #### Initializers @@ -698,7 +698,7 @@ The construct id used in the generated config for the FileFormat to import. The id of the existing FileFormat that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -1749,7 +1749,7 @@ const fileFormatConfig: fileFormat.FileFormatConfig = { ... } | fieldDelimiter | string | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | fieldOptionallyEnclosedBy | string | Character used to enclose strings. | | fileExtension | string | Specifies the extension for files unloaded to a stage. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. | | ignoreUtf8Errors | boolean \| cdktf.IResolvable | Boolean that specifies whether UTF-8 encoding errors produce error conditions. | | nullIf | string[] | String used to convert to and from SQL NULL. | | parseHeader | boolean \| cdktf.IResolvable | Boolean that specifies whether to use the first row headers in the data files to determine column names. | @@ -1848,7 +1848,7 @@ public readonly database: string; The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#database FileFormat#database} --- @@ -1862,7 +1862,7 @@ public readonly formatType: string; Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -1878,7 +1878,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#name FileFormat#name} --- @@ -1892,7 +1892,7 @@ public readonly schema: string; The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#schema FileFormat#schema} --- @@ -1906,7 +1906,7 @@ public readonly allowDuplicate: boolean | IResolvable; Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -1920,7 +1920,7 @@ public readonly binaryAsText: boolean | IResolvable; Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -1934,7 +1934,7 @@ public readonly binaryFormat: string; Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -1948,7 +1948,7 @@ public readonly comment: string; Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#comment FileFormat#comment} --- @@ -1962,7 +1962,7 @@ public readonly compression: string; Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#compression FileFormat#compression} --- @@ -1976,7 +1976,7 @@ public readonly dateFormat: string; Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -1990,7 +1990,7 @@ public readonly disableAutoConvert: boolean | IResolvable; Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2004,7 +2004,7 @@ public readonly disableSnowflakeData: boolean | IResolvable; Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2018,7 +2018,7 @@ public readonly emptyFieldAsNull: boolean | IResolvable; Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2032,7 +2032,7 @@ public readonly enableOctal: boolean | IResolvable; Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2046,7 +2046,7 @@ public readonly encoding: string; String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2060,7 +2060,7 @@ public readonly errorOnColumnCountMismatch: boolean | IResolvable; Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2074,7 +2074,7 @@ public readonly escape: string; Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape FileFormat#escape} --- @@ -2088,7 +2088,7 @@ public readonly escapeUnenclosedField: string; Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2102,7 +2102,7 @@ public readonly fieldDelimiter: string; Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2116,7 +2116,7 @@ public readonly fieldOptionallyEnclosedBy: string; Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2130,7 +2130,7 @@ public readonly fileExtension: string; Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2142,7 +2142,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2159,7 +2159,7 @@ public readonly ignoreUtf8Errors: boolean | IResolvable; Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2173,7 +2173,7 @@ public readonly nullIf: string[]; String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2187,7 +2187,7 @@ public readonly parseHeader: boolean | IResolvable; Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2201,7 +2201,7 @@ public readonly preserveSpace: boolean | IResolvable; Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2215,7 +2215,7 @@ public readonly recordDelimiter: string; Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2229,7 +2229,7 @@ public readonly replaceInvalidCharacters: boolean | IResolvable; Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2243,7 +2243,7 @@ public readonly skipBlankLines: boolean | IResolvable; Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2257,7 +2257,7 @@ public readonly skipByteOrderMark: boolean | IResolvable; Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2271,7 +2271,7 @@ public readonly skipHeader: number; Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2285,7 +2285,7 @@ public readonly stripNullValues: boolean | IResolvable; Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2299,7 +2299,7 @@ public readonly stripOuterArray: boolean | IResolvable; Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2313,7 +2313,7 @@ public readonly stripOuterElement: boolean | IResolvable; Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2327,7 +2327,7 @@ public readonly timeFormat: string; Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2341,7 +2341,7 @@ public readonly timestampFormat: string; Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2355,7 +2355,7 @@ public readonly trimSpace: boolean | IResolvable; Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormatGrant.csharp.md b/docs/fileFormatGrant.csharp.md index 5ca836f75..116a3b54e 100644 --- a/docs/fileFormatGrant.csharp.md +++ b/docs/fileFormatGrant.csharp.md @@ -4,7 +4,7 @@ ### FileFormatGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant snowflake_file_format_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant snowflake_file_format_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the FileFormatGrant to import. The id of the existing FileFormatGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use --- @@ -1011,7 +1011,7 @@ new FileFormatGrantConfig { | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | | FileFormatName | string | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | Privilege | string | The privilege to grant on the current or future file format. | @@ -1101,7 +1101,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -1115,7 +1115,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -1131,7 +1131,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -1145,7 +1145,7 @@ public string FileFormatName { get; set; } The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -1157,7 +1157,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1176,7 +1176,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -1192,7 +1192,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -1208,7 +1208,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -1224,7 +1224,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -1238,7 +1238,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -1252,7 +1252,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- diff --git a/docs/fileFormatGrant.go.md b/docs/fileFormatGrant.go.md index 136d1fbba..3ec269bea 100644 --- a/docs/fileFormatGrant.go.md +++ b/docs/fileFormatGrant.go.md @@ -4,7 +4,7 @@ ### FileFormatGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant snowflake_file_format_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant snowflake_file_format_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the FileFormatGrant to import. The id of the existing FileFormatGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use --- @@ -1011,7 +1011,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/fileformatgra | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | | FileFormatName | *string | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | Privilege | *string | The privilege to grant on the current or future file format. | @@ -1101,7 +1101,7 @@ DatabaseName *string The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -1115,7 +1115,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -1131,7 +1131,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -1145,7 +1145,7 @@ FileFormatName *string The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -1157,7 +1157,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1176,7 +1176,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -1192,7 +1192,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -1208,7 +1208,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -1224,7 +1224,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -1238,7 +1238,7 @@ SchemaName *string The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -1252,7 +1252,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- diff --git a/docs/fileFormatGrant.java.md b/docs/fileFormatGrant.java.md index d13fe5312..b7e6a06d4 100644 --- a/docs/fileFormatGrant.java.md +++ b/docs/fileFormatGrant.java.md @@ -4,7 +4,7 @@ ### FileFormatGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant snowflake_file_format_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant snowflake_file_format_grant}. #### Initializers @@ -56,7 +56,7 @@ FileFormatGrant.Builder.create(Construct scope, java.lang.String id) | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | fileFormatName | java.lang.String | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future file format. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -187,7 +187,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -199,7 +199,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -211,7 +211,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -223,7 +223,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- @@ -733,7 +733,7 @@ The construct id used in the generated config for the FileFormatGrant to import. The id of the existing FileFormatGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use --- @@ -1222,7 +1222,7 @@ FileFormatGrantConfig.builder() | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | fileFormatName | java.lang.String | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future file format. | @@ -1312,7 +1312,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -1326,7 +1326,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -1342,7 +1342,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -1356,7 +1356,7 @@ public java.lang.String getFileFormatName(); The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -1368,7 +1368,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1387,7 +1387,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -1403,7 +1403,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -1419,7 +1419,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -1435,7 +1435,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -1449,7 +1449,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -1463,7 +1463,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- diff --git a/docs/fileFormatGrant.python.md b/docs/fileFormatGrant.python.md index 90d59af0a..6d594ffcb 100644 --- a/docs/fileFormatGrant.python.md +++ b/docs/fileFormatGrant.python.md @@ -4,7 +4,7 @@ ### FileFormatGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant snowflake_file_format_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant snowflake_file_format_grant}. #### Initializers @@ -50,7 +50,7 @@ fileFormatGrant.FileFormatGrant( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | file_format_name | str | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | privilege | str | The privilege to grant on the current or future file format. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -148,7 +148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -181,7 +181,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -193,7 +193,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -205,7 +205,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -217,7 +217,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- @@ -773,7 +773,7 @@ The construct id used in the generated config for the FileFormatGrant to import. The id of the existing FileFormatGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use --- @@ -1254,7 +1254,7 @@ fileFormatGrant.FileFormatGrantConfig( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | file_format_name | str | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | privilege | str | The privilege to grant on the current or future file format. | @@ -1344,7 +1344,7 @@ database_name: str The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -1358,7 +1358,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -1374,7 +1374,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -1388,7 +1388,7 @@ file_format_name: str The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -1400,7 +1400,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1419,7 +1419,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -1435,7 +1435,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -1451,7 +1451,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -1467,7 +1467,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -1481,7 +1481,7 @@ schema_name: str The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -1495,7 +1495,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- diff --git a/docs/fileFormatGrant.typescript.md b/docs/fileFormatGrant.typescript.md index f15cb0e4d..39a06024b 100644 --- a/docs/fileFormatGrant.typescript.md +++ b/docs/fileFormatGrant.typescript.md @@ -4,7 +4,7 @@ ### FileFormatGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant snowflake_file_format_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant snowflake_file_format_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the FileFormatGrant to import. The id of the existing FileFormatGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use --- @@ -992,7 +992,7 @@ const fileFormatGrantConfig: fileFormatGrant.FileFormatGrantConfig = { ... } | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | fileFormatName | string | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | privilege | string | The privilege to grant on the current or future file format. | @@ -1082,7 +1082,7 @@ public readonly databaseName: string; The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -1096,7 +1096,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -1112,7 +1112,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -1126,7 +1126,7 @@ public readonly fileFormatName: string; The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -1138,7 +1138,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1157,7 +1157,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -1173,7 +1173,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -1189,7 +1189,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -1205,7 +1205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -1219,7 +1219,7 @@ public readonly schemaName: string; The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -1233,7 +1233,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- diff --git a/docs/functionGrant.csharp.md b/docs/functionGrant.csharp.md index aff28587f..d96a55e67 100644 --- a/docs/functionGrant.csharp.md +++ b/docs/functionGrant.csharp.md @@ -4,7 +4,7 @@ ### FunctionGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant snowflake_function_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant snowflake_function_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the FunctionGrant to import. The id of the existing FunctionGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use --- @@ -1072,7 +1072,7 @@ new FunctionGrantConfig { | ArgumentDataTypes | string[] | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | | FunctionName | string | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | Privilege | string | The privilege to grant on the current or future function. | @@ -1163,7 +1163,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -1177,7 +1177,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -1191,7 +1191,7 @@ public string[] ArgumentDataTypes { get; set; } List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -1207,7 +1207,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -1221,7 +1221,7 @@ public string FunctionName { get; set; } The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -1233,7 +1233,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1252,7 +1252,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -1268,7 +1268,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -1284,7 +1284,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -1300,7 +1300,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -1314,7 +1314,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -1328,7 +1328,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -1342,7 +1342,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- diff --git a/docs/functionGrant.go.md b/docs/functionGrant.go.md index 5bb23723d..ba63284ad 100644 --- a/docs/functionGrant.go.md +++ b/docs/functionGrant.go.md @@ -4,7 +4,7 @@ ### FunctionGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant snowflake_function_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant snowflake_function_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the FunctionGrant to import. The id of the existing FunctionGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use --- @@ -1072,7 +1072,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/functiongrant | ArgumentDataTypes | *[]*string | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | | FunctionName | *string | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | Privilege | *string | The privilege to grant on the current or future function. | @@ -1163,7 +1163,7 @@ DatabaseName *string The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -1177,7 +1177,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -1191,7 +1191,7 @@ ArgumentDataTypes *[]*string List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -1207,7 +1207,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -1221,7 +1221,7 @@ FunctionName *string The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -1233,7 +1233,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1252,7 +1252,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -1268,7 +1268,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -1284,7 +1284,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -1300,7 +1300,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -1314,7 +1314,7 @@ SchemaName *string The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -1328,7 +1328,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -1342,7 +1342,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- diff --git a/docs/functionGrant.java.md b/docs/functionGrant.java.md index 0bf70288d..723dd792a 100644 --- a/docs/functionGrant.java.md +++ b/docs/functionGrant.java.md @@ -4,7 +4,7 @@ ### FunctionGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant snowflake_function_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant snowflake_function_grant}. #### Initializers @@ -59,7 +59,7 @@ FunctionGrant.Builder.create(Construct scope, java.lang.String id) | argumentDataTypes | java.util.List | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | functionName | java.lang.String | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future function. | @@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -168,7 +168,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -201,7 +201,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -213,7 +213,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -225,7 +225,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -237,7 +237,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- @@ -771,7 +771,7 @@ The construct id used in the generated config for the FunctionGrant to import. The id of the existing FunctionGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use --- @@ -1307,7 +1307,7 @@ FunctionGrantConfig.builder() | argumentDataTypes | java.util.List | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | functionName | java.lang.String | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future function. | @@ -1398,7 +1398,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -1412,7 +1412,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -1426,7 +1426,7 @@ public java.util.List getArgumentDataTypes(); List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -1442,7 +1442,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -1456,7 +1456,7 @@ public java.lang.String getFunctionName(); The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -1468,7 +1468,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1487,7 +1487,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -1503,7 +1503,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -1519,7 +1519,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -1535,7 +1535,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -1549,7 +1549,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -1563,7 +1563,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -1577,7 +1577,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- diff --git a/docs/functionGrant.python.md b/docs/functionGrant.python.md index 88a52b300..fb165f247 100644 --- a/docs/functionGrant.python.md +++ b/docs/functionGrant.python.md @@ -4,7 +4,7 @@ ### FunctionGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant snowflake_function_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant snowflake_function_grant}. #### Initializers @@ -53,7 +53,7 @@ functionGrant.FunctionGrant( | argument_data_types | typing.List[str] | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | function_name | str | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | privilege | str | The privilege to grant on the current or future function. | @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -162,7 +162,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -195,7 +195,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -207,7 +207,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -219,7 +219,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -231,7 +231,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- @@ -811,7 +811,7 @@ The construct id used in the generated config for the FunctionGrant to import. The id of the existing FunctionGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use --- @@ -1339,7 +1339,7 @@ functionGrant.FunctionGrantConfig( | argument_data_types | typing.List[str] | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | function_name | str | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | privilege | str | The privilege to grant on the current or future function. | @@ -1430,7 +1430,7 @@ database_name: str The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -1444,7 +1444,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -1458,7 +1458,7 @@ argument_data_types: typing.List[str] List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -1474,7 +1474,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -1488,7 +1488,7 @@ function_name: str The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -1500,7 +1500,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1519,7 +1519,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -1535,7 +1535,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -1551,7 +1551,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -1567,7 +1567,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -1581,7 +1581,7 @@ schema_name: str The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -1595,7 +1595,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -1609,7 +1609,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- diff --git a/docs/functionGrant.typescript.md b/docs/functionGrant.typescript.md index 939b9f23f..ac6468c7d 100644 --- a/docs/functionGrant.typescript.md +++ b/docs/functionGrant.typescript.md @@ -4,7 +4,7 @@ ### FunctionGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant snowflake_function_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant snowflake_function_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the FunctionGrant to import. The id of the existing FunctionGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use --- @@ -1051,7 +1051,7 @@ const functionGrantConfig: functionGrant.FunctionGrantConfig = { ... } | argumentDataTypes | string[] | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | functionName | string | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | privilege | string | The privilege to grant on the current or future function. | @@ -1142,7 +1142,7 @@ public readonly databaseName: string; The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -1156,7 +1156,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -1170,7 +1170,7 @@ public readonly argumentDataTypes: string[]; List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -1186,7 +1186,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -1200,7 +1200,7 @@ public readonly functionName: string; The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -1212,7 +1212,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1231,7 +1231,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -1247,7 +1247,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -1263,7 +1263,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -1279,7 +1279,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -1293,7 +1293,7 @@ public readonly schemaName: string; The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -1307,7 +1307,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -1321,7 +1321,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- diff --git a/docs/functionResource.csharp.md b/docs/functionResource.csharp.md index 12886ab6a..d31940f92 100644 --- a/docs/functionResource.csharp.md +++ b/docs/functionResource.csharp.md @@ -4,7 +4,7 @@ ### FunctionResource -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function snowflake_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function snowflake_function}. #### Initializers @@ -564,7 +564,7 @@ The construct id used in the generated config for the FunctionResource to import The id of the existing FunctionResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#import import section} in the documentation of this resource for the id to use --- @@ -1165,7 +1165,7 @@ public string Name { get; set; } The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -1179,7 +1179,7 @@ public string Type { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#type FunctionResource#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#type FunctionResource#type} --- @@ -1237,7 +1237,7 @@ new FunctionResourceConfig { | Arguments | object | arguments block. | | Comment | string | Specifies a comment for the function. | | Handler | string | The handler method for Java / Python function. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. | | Imports | string[] | Imports for Java / Python functions. | | IsSecure | object | Specifies that the function is secure. | | Language | string | Specifies the language of the stored function code. | @@ -1329,7 +1329,7 @@ public string Database { get; set; } The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#database FunctionResource#database} --- @@ -1345,7 +1345,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -1359,7 +1359,7 @@ public string ReturnType { get; set; } The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_type FunctionResource#return_type} --- @@ -1373,7 +1373,7 @@ public string Schema { get; set; } The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#schema FunctionResource#schema} --- @@ -1387,7 +1387,7 @@ public string Statement { get; set; } Specifies the javascript / java / scala / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#statement FunctionResource#statement} --- @@ -1401,7 +1401,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#arguments FunctionResource#arguments} --- @@ -1415,7 +1415,7 @@ public string Comment { get; set; } Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#comment FunctionResource#comment} --- @@ -1429,7 +1429,7 @@ public string Handler { get; set; } The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#handler FunctionResource#handler} --- @@ -1441,7 +1441,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1460,7 +1460,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#imports FunctionResource#imports} --- @@ -1474,7 +1474,7 @@ public object IsSecure { get; set; } Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -1488,7 +1488,7 @@ public string Language { get; set; } Specifies the language of the stored function code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#language FunctionResource#language} --- @@ -1502,7 +1502,7 @@ public string NullInputBehavior { get; set; } Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -1518,7 +1518,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#packages FunctionResource#packages} --- @@ -1532,7 +1532,7 @@ public string ReturnBehavior { get; set; } Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -1546,7 +1546,7 @@ public string RuntimeVersion { get; set; } Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -1562,7 +1562,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#target_path FunctionResource#target_path} --- diff --git a/docs/functionResource.go.md b/docs/functionResource.go.md index c4d5b7f4e..0bb01d6e4 100644 --- a/docs/functionResource.go.md +++ b/docs/functionResource.go.md @@ -4,7 +4,7 @@ ### FunctionResource -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function snowflake_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function snowflake_function}. #### Initializers @@ -564,7 +564,7 @@ The construct id used in the generated config for the FunctionResource to import The id of the existing FunctionResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#import import section} in the documentation of this resource for the id to use --- @@ -1165,7 +1165,7 @@ Name *string The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -1179,7 +1179,7 @@ Type *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#type FunctionResource#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#type FunctionResource#type} --- @@ -1237,7 +1237,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/functionresou | Arguments | interface{} | arguments block. | | Comment | *string | Specifies a comment for the function. | | Handler | *string | The handler method for Java / Python function. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. | | Imports | *[]*string | Imports for Java / Python functions. | | IsSecure | interface{} | Specifies that the function is secure. | | Language | *string | Specifies the language of the stored function code. | @@ -1329,7 +1329,7 @@ Database *string The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#database FunctionResource#database} --- @@ -1345,7 +1345,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -1359,7 +1359,7 @@ ReturnType *string The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_type FunctionResource#return_type} --- @@ -1373,7 +1373,7 @@ Schema *string The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#schema FunctionResource#schema} --- @@ -1387,7 +1387,7 @@ Statement *string Specifies the javascript / java / scala / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#statement FunctionResource#statement} --- @@ -1401,7 +1401,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#arguments FunctionResource#arguments} --- @@ -1415,7 +1415,7 @@ Comment *string Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#comment FunctionResource#comment} --- @@ -1429,7 +1429,7 @@ Handler *string The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#handler FunctionResource#handler} --- @@ -1441,7 +1441,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1460,7 +1460,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#imports FunctionResource#imports} --- @@ -1474,7 +1474,7 @@ IsSecure interface{} Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -1488,7 +1488,7 @@ Language *string Specifies the language of the stored function code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#language FunctionResource#language} --- @@ -1502,7 +1502,7 @@ NullInputBehavior *string Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -1518,7 +1518,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#packages FunctionResource#packages} --- @@ -1532,7 +1532,7 @@ ReturnBehavior *string Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -1546,7 +1546,7 @@ RuntimeVersion *string Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -1562,7 +1562,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#target_path FunctionResource#target_path} --- diff --git a/docs/functionResource.java.md b/docs/functionResource.java.md index 5332eb4f1..857992e37 100644 --- a/docs/functionResource.java.md +++ b/docs/functionResource.java.md @@ -4,7 +4,7 @@ ### FunctionResource -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function snowflake_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function snowflake_function}. #### Initializers @@ -64,7 +64,7 @@ FunctionResource.Builder.create(Construct scope, java.lang.String id) | arguments | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionResourceArguments> | arguments block. | | comment | java.lang.String | Specifies a comment for the function. | | handler | java.lang.String | The handler method for Java / Python function. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. | | imports | java.util.List | Imports for Java / Python functions. | | isSecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies that the function is secure. | | language | java.lang.String | Specifies the language of the stored function code. | @@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#database FunctionResource#database} --- @@ -154,7 +154,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_type FunctionResource#return_type} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#schema FunctionResource#schema} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the javascript / java / scala / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#statement FunctionResource#statement} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#arguments FunctionResource#arguments} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#comment FunctionResource#comment} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#handler FunctionResource#handler} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -237,7 +237,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#imports FunctionResource#imports} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the language of the stored function code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#language FunctionResource#language} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -279,7 +279,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#packages FunctionResource#packages} --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -311,7 +311,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#target_path FunctionResource#target_path} --- @@ -835,7 +835,7 @@ The construct id used in the generated config for the FunctionResource to import The id of the existing FunctionResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#import import section} in the documentation of this resource for the id to use --- @@ -1436,7 +1436,7 @@ public java.lang.String getName(); The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -1450,7 +1450,7 @@ public java.lang.String getType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#type FunctionResource#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#type FunctionResource#type} --- @@ -1514,7 +1514,7 @@ FunctionResourceConfig.builder() | arguments | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionResourceArguments> | arguments block. | | comment | java.lang.String | Specifies a comment for the function. | | handler | java.lang.String | The handler method for Java / Python function. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. | | imports | java.util.List | Imports for Java / Python functions. | | isSecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies that the function is secure. | | language | java.lang.String | Specifies the language of the stored function code. | @@ -1606,7 +1606,7 @@ public java.lang.String getDatabase(); The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#database FunctionResource#database} --- @@ -1622,7 +1622,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -1636,7 +1636,7 @@ public java.lang.String getReturnType(); The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_type FunctionResource#return_type} --- @@ -1650,7 +1650,7 @@ public java.lang.String getSchema(); The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#schema FunctionResource#schema} --- @@ -1664,7 +1664,7 @@ public java.lang.String getStatement(); Specifies the javascript / java / scala / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#statement FunctionResource#statement} --- @@ -1678,7 +1678,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#arguments FunctionResource#arguments} --- @@ -1692,7 +1692,7 @@ public java.lang.String getComment(); Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#comment FunctionResource#comment} --- @@ -1706,7 +1706,7 @@ public java.lang.String getHandler(); The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#handler FunctionResource#handler} --- @@ -1718,7 +1718,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1737,7 +1737,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#imports FunctionResource#imports} --- @@ -1751,7 +1751,7 @@ public java.lang.Object getIsSecure(); Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -1765,7 +1765,7 @@ public java.lang.String getLanguage(); Specifies the language of the stored function code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#language FunctionResource#language} --- @@ -1779,7 +1779,7 @@ public java.lang.String getNullInputBehavior(); Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -1795,7 +1795,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#packages FunctionResource#packages} --- @@ -1809,7 +1809,7 @@ public java.lang.String getReturnBehavior(); Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -1823,7 +1823,7 @@ public java.lang.String getRuntimeVersion(); Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -1839,7 +1839,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#target_path FunctionResource#target_path} --- diff --git a/docs/functionResource.python.md b/docs/functionResource.python.md index 1e32c109c..807a32ead 100644 --- a/docs/functionResource.python.md +++ b/docs/functionResource.python.md @@ -4,7 +4,7 @@ ### FunctionResource -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function snowflake_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function snowflake_function}. #### Initializers @@ -60,7 +60,7 @@ functionResource.FunctionResource( | arguments | typing.Union[cdktf.IResolvable, typing.List[FunctionResourceArguments]] | arguments block. | | comment | str | Specifies a comment for the function. | | handler | str | The handler method for Java / Python function. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. | | imports | typing.List[str] | Imports for Java / Python functions. | | is_secure | typing.Union[bool, cdktf.IResolvable] | Specifies that the function is secure. | | language | str | Specifies the language of the stored function code. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#database FunctionResource#database} --- @@ -150,7 +150,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_type FunctionResource#return_type} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#schema FunctionResource#schema} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the javascript / java / scala / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#statement FunctionResource#statement} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#arguments FunctionResource#arguments} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#comment FunctionResource#comment} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#handler FunctionResource#handler} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -233,7 +233,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#imports FunctionResource#imports} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the language of the stored function code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#language FunctionResource#language} --- @@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -275,7 +275,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#packages FunctionResource#packages} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -307,7 +307,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#target_path FunctionResource#target_path} --- @@ -879,7 +879,7 @@ The construct id used in the generated config for the FunctionResource to import The id of the existing FunctionResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#import import section} in the documentation of this resource for the id to use --- @@ -1480,7 +1480,7 @@ name: str The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -1494,7 +1494,7 @@ type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#type FunctionResource#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#type FunctionResource#type} --- @@ -1552,7 +1552,7 @@ functionResource.FunctionResourceConfig( | arguments | typing.Union[cdktf.IResolvable, typing.List[FunctionResourceArguments]] | arguments block. | | comment | str | Specifies a comment for the function. | | handler | str | The handler method for Java / Python function. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. | | imports | typing.List[str] | Imports for Java / Python functions. | | is_secure | typing.Union[bool, cdktf.IResolvable] | Specifies that the function is secure. | | language | str | Specifies the language of the stored function code. | @@ -1644,7 +1644,7 @@ database: str The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#database FunctionResource#database} --- @@ -1660,7 +1660,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -1674,7 +1674,7 @@ return_type: str The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_type FunctionResource#return_type} --- @@ -1688,7 +1688,7 @@ schema: str The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#schema FunctionResource#schema} --- @@ -1702,7 +1702,7 @@ statement: str Specifies the javascript / java / scala / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#statement FunctionResource#statement} --- @@ -1716,7 +1716,7 @@ arguments: typing.Union[IResolvable, typing.List[FunctionResourceArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#arguments FunctionResource#arguments} --- @@ -1730,7 +1730,7 @@ comment: str Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#comment FunctionResource#comment} --- @@ -1744,7 +1744,7 @@ handler: str The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#handler FunctionResource#handler} --- @@ -1756,7 +1756,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1775,7 +1775,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#imports FunctionResource#imports} --- @@ -1789,7 +1789,7 @@ is_secure: typing.Union[bool, IResolvable] Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -1803,7 +1803,7 @@ language: str Specifies the language of the stored function code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#language FunctionResource#language} --- @@ -1817,7 +1817,7 @@ null_input_behavior: str Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -1833,7 +1833,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#packages FunctionResource#packages} --- @@ -1847,7 +1847,7 @@ return_behavior: str Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -1861,7 +1861,7 @@ runtime_version: str Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -1877,7 +1877,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#target_path FunctionResource#target_path} --- diff --git a/docs/functionResource.typescript.md b/docs/functionResource.typescript.md index a8d2223c3..3de5ecc71 100644 --- a/docs/functionResource.typescript.md +++ b/docs/functionResource.typescript.md @@ -4,7 +4,7 @@ ### FunctionResource -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function snowflake_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function snowflake_function}. #### Initializers @@ -564,7 +564,7 @@ The construct id used in the generated config for the FunctionResource to import The id of the existing FunctionResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#import import section} in the documentation of this resource for the id to use --- @@ -1162,7 +1162,7 @@ public readonly name: string; The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -1176,7 +1176,7 @@ public readonly type: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#type FunctionResource#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#type FunctionResource#type} --- @@ -1209,7 +1209,7 @@ const functionResourceConfig: functionResource.FunctionResourceConfig = { ... } | arguments | cdktf.IResolvable \| FunctionResourceArguments[] | arguments block. | | comment | string | Specifies a comment for the function. | | handler | string | The handler method for Java / Python function. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. | | imports | string[] | Imports for Java / Python functions. | | isSecure | boolean \| cdktf.IResolvable | Specifies that the function is secure. | | language | string | Specifies the language of the stored function code. | @@ -1301,7 +1301,7 @@ public readonly database: string; The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#database FunctionResource#database} --- @@ -1317,7 +1317,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} --- @@ -1331,7 +1331,7 @@ public readonly returnType: string; The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_type FunctionResource#return_type} --- @@ -1345,7 +1345,7 @@ public readonly schema: string; The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#schema FunctionResource#schema} --- @@ -1359,7 +1359,7 @@ public readonly statement: string; Specifies the javascript / java / scala / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#statement FunctionResource#statement} --- @@ -1373,7 +1373,7 @@ public readonly arguments: IResolvable | FunctionResourceArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#arguments FunctionResource#arguments} --- @@ -1387,7 +1387,7 @@ public readonly comment: string; Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#comment FunctionResource#comment} --- @@ -1401,7 +1401,7 @@ public readonly handler: string; The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#handler FunctionResource#handler} --- @@ -1413,7 +1413,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1432,7 +1432,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#imports FunctionResource#imports} --- @@ -1446,7 +1446,7 @@ public readonly isSecure: boolean | IResolvable; Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -1460,7 +1460,7 @@ public readonly language: string; Specifies the language of the stored function code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#language FunctionResource#language} --- @@ -1474,7 +1474,7 @@ public readonly nullInputBehavior: string; Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -1490,7 +1490,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#packages FunctionResource#packages} --- @@ -1504,7 +1504,7 @@ public readonly returnBehavior: string; Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -1518,7 +1518,7 @@ public readonly runtimeVersion: string; Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -1534,7 +1534,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#target_path FunctionResource#target_path} --- diff --git a/docs/grantAccountRole.csharp.md b/docs/grantAccountRole.csharp.md index a55f8c6bb..dd21227fc 100644 --- a/docs/grantAccountRole.csharp.md +++ b/docs/grantAccountRole.csharp.md @@ -4,7 +4,7 @@ ### GrantAccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role snowflake_grant_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role snowflake_grant_account_role}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the GrantAccountRole to import The id of the existing GrantAccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use --- @@ -805,7 +805,7 @@ new GrantAccountRoleConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | RoleName | string | The fully qualified name of the role which will be granted to the user or parent role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | | ParentRoleName | string | The fully qualified name of the parent role which will create a parent-child relationship between the roles. | | UserName | string | The fully qualified name of the user on which specified role will be granted. | @@ -891,7 +891,7 @@ public string RoleName { get; set; } The fully qualified name of the role which will be granted to the user or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} --- @@ -903,7 +903,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -920,7 +920,7 @@ public string ParentRoleName { get; set; } The fully qualified name of the parent role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -934,7 +934,7 @@ public string UserName { get; set; } The fully qualified name of the user on which specified role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- diff --git a/docs/grantAccountRole.go.md b/docs/grantAccountRole.go.md index 40949fa4b..72a0955cf 100644 --- a/docs/grantAccountRole.go.md +++ b/docs/grantAccountRole.go.md @@ -4,7 +4,7 @@ ### GrantAccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role snowflake_grant_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role snowflake_grant_account_role}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the GrantAccountRole to import The id of the existing GrantAccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use --- @@ -805,7 +805,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/grantaccountr | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | RoleName | *string | The fully qualified name of the role which will be granted to the user or parent role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | | ParentRoleName | *string | The fully qualified name of the parent role which will create a parent-child relationship between the roles. | | UserName | *string | The fully qualified name of the user on which specified role will be granted. | @@ -891,7 +891,7 @@ RoleName *string The fully qualified name of the role which will be granted to the user or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} --- @@ -903,7 +903,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -920,7 +920,7 @@ ParentRoleName *string The fully qualified name of the parent role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -934,7 +934,7 @@ UserName *string The fully qualified name of the user on which specified role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- diff --git a/docs/grantAccountRole.java.md b/docs/grantAccountRole.java.md index a90f25927..e98bc451a 100644 --- a/docs/grantAccountRole.java.md +++ b/docs/grantAccountRole.java.md @@ -4,7 +4,7 @@ ### GrantAccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role snowflake_grant_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role snowflake_grant_account_role}. #### Initializers @@ -42,7 +42,7 @@ GrantAccountRole.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | roleName | java.lang.String | The fully qualified name of the role which will be granted to the user or parent role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | | parentRoleName | java.lang.String | The fully qualified name of the parent role which will create a parent-child relationship between the roles. | | userName | java.lang.String | The fully qualified name of the user on which specified role will be granted. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the role which will be granted to the user or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t The fully qualified name of the parent role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the user on which specified role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- @@ -593,7 +593,7 @@ The construct id used in the generated config for the GrantAccountRole to import The id of the existing GrantAccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use --- @@ -914,7 +914,7 @@ GrantAccountRoleConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | roleName | java.lang.String | The fully qualified name of the role which will be granted to the user or parent role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | | parentRoleName | java.lang.String | The fully qualified name of the parent role which will create a parent-child relationship between the roles. | | userName | java.lang.String | The fully qualified name of the user on which specified role will be granted. | @@ -1000,7 +1000,7 @@ public java.lang.String getRoleName(); The fully qualified name of the role which will be granted to the user or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} --- @@ -1012,7 +1012,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1029,7 +1029,7 @@ public java.lang.String getParentRoleName(); The fully qualified name of the parent role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -1043,7 +1043,7 @@ public java.lang.String getUserName(); The fully qualified name of the user on which specified role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- diff --git a/docs/grantAccountRole.python.md b/docs/grantAccountRole.python.md index 5e8329d75..2085cd101 100644 --- a/docs/grantAccountRole.python.md +++ b/docs/grantAccountRole.python.md @@ -4,7 +4,7 @@ ### GrantAccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role snowflake_grant_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role snowflake_grant_account_role}. #### Initializers @@ -40,7 +40,7 @@ grantAccountRole.GrantAccountRole( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | role_name | str | The fully qualified name of the role which will be granted to the user or parent role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | | parent_role_name | str | The fully qualified name of the parent role which will create a parent-child relationship between the roles. | | user_name | str | The fully qualified name of the user on which specified role will be granted. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the role which will be granted to the user or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t The fully qualified name of the parent role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the user on which specified role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- @@ -637,7 +637,7 @@ The construct id used in the generated config for the GrantAccountRole to import The id of the existing GrantAccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use --- @@ -954,7 +954,7 @@ grantAccountRole.GrantAccountRoleConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | role_name | str | The fully qualified name of the role which will be granted to the user or parent role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | | parent_role_name | str | The fully qualified name of the parent role which will create a parent-child relationship between the roles. | | user_name | str | The fully qualified name of the user on which specified role will be granted. | @@ -1040,7 +1040,7 @@ role_name: str The fully qualified name of the role which will be granted to the user or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} --- @@ -1052,7 +1052,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1069,7 +1069,7 @@ parent_role_name: str The fully qualified name of the parent role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -1083,7 +1083,7 @@ user_name: str The fully qualified name of the user on which specified role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- diff --git a/docs/grantAccountRole.typescript.md b/docs/grantAccountRole.typescript.md index 316536e00..212a131ee 100644 --- a/docs/grantAccountRole.typescript.md +++ b/docs/grantAccountRole.typescript.md @@ -4,7 +4,7 @@ ### GrantAccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role snowflake_grant_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role snowflake_grant_account_role}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the GrantAccountRole to import The id of the existing GrantAccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use --- @@ -793,7 +793,7 @@ const grantAccountRoleConfig: grantAccountRole.GrantAccountRoleConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | roleName | string | The fully qualified name of the role which will be granted to the user or parent role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. | | parentRoleName | string | The fully qualified name of the parent role which will create a parent-child relationship between the roles. | | userName | string | The fully qualified name of the user on which specified role will be granted. | @@ -879,7 +879,7 @@ public readonly roleName: string; The fully qualified name of the role which will be granted to the user or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} --- @@ -891,7 +891,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -908,7 +908,7 @@ public readonly parentRoleName: string; The fully qualified name of the parent role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -922,7 +922,7 @@ public readonly userName: string; The fully qualified name of the user on which specified role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- diff --git a/docs/grantDatabaseRole.csharp.md b/docs/grantDatabaseRole.csharp.md index fbb9f3adb..1bd86b058 100644 --- a/docs/grantDatabaseRole.csharp.md +++ b/docs/grantDatabaseRole.csharp.md @@ -4,7 +4,7 @@ ### GrantDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role snowflake_grant_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role snowflake_grant_database_role}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the GrantDatabaseRole to impor The id of the existing GrantDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use --- @@ -835,7 +835,7 @@ new GrantDatabaseRoleConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | DatabaseRoleName | string | The fully qualified name of the database role which will be granted to share or parent role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | | ParentDatabaseRoleName | string | The fully qualified name of the parent database role which will create a parent-child relationship between the roles. | | ParentRoleName | string | The fully qualified name of the parent account role which will create a parent-child relationship between the roles. | | ShareName | string | The fully qualified name of the share on which privileges will be granted. | @@ -922,7 +922,7 @@ public string DatabaseRoleName { get; set; } The fully qualified name of the database role which will be granted to share or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -934,7 +934,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -951,7 +951,7 @@ public string ParentDatabaseRoleName { get; set; } The fully qualified name of the parent database role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -965,7 +965,7 @@ public string ParentRoleName { get; set; } The fully qualified name of the parent account role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -979,7 +979,7 @@ public string ShareName { get; set; } The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- diff --git a/docs/grantDatabaseRole.go.md b/docs/grantDatabaseRole.go.md index 20ab386ba..d8aed824d 100644 --- a/docs/grantDatabaseRole.go.md +++ b/docs/grantDatabaseRole.go.md @@ -4,7 +4,7 @@ ### GrantDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role snowflake_grant_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role snowflake_grant_database_role}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the GrantDatabaseRole to impor The id of the existing GrantDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use --- @@ -835,7 +835,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/grantdatabase | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | DatabaseRoleName | *string | The fully qualified name of the database role which will be granted to share or parent role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | | ParentDatabaseRoleName | *string | The fully qualified name of the parent database role which will create a parent-child relationship between the roles. | | ParentRoleName | *string | The fully qualified name of the parent account role which will create a parent-child relationship between the roles. | | ShareName | *string | The fully qualified name of the share on which privileges will be granted. | @@ -922,7 +922,7 @@ DatabaseRoleName *string The fully qualified name of the database role which will be granted to share or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -934,7 +934,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -951,7 +951,7 @@ ParentDatabaseRoleName *string The fully qualified name of the parent database role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -965,7 +965,7 @@ ParentRoleName *string The fully qualified name of the parent account role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -979,7 +979,7 @@ ShareName *string The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- diff --git a/docs/grantDatabaseRole.java.md b/docs/grantDatabaseRole.java.md index 3a84c491d..86609e9fe 100644 --- a/docs/grantDatabaseRole.java.md +++ b/docs/grantDatabaseRole.java.md @@ -4,7 +4,7 @@ ### GrantDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role snowflake_grant_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role snowflake_grant_database_role}. #### Initializers @@ -43,7 +43,7 @@ GrantDatabaseRole.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | databaseRoleName | java.lang.String | The fully qualified name of the database role which will be granted to share or parent role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | | parentDatabaseRoleName | java.lang.String | The fully qualified name of the parent database role which will create a parent-child relationship between the roles. | | parentRoleName | java.lang.String | The fully qualified name of the parent account role which will create a parent-child relationship between the roles. | | shareName | java.lang.String | The fully qualified name of the share on which privileges will be granted. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the database role which will be granted to share or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -137,7 +137,7 @@ If you experience problems setting this value it might not be settable. Please t The fully qualified name of the parent database role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the parent account role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- @@ -612,7 +612,7 @@ The construct id used in the generated config for the GrantDatabaseRole to impor The id of the existing GrantDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use --- @@ -956,7 +956,7 @@ GrantDatabaseRoleConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | databaseRoleName | java.lang.String | The fully qualified name of the database role which will be granted to share or parent role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | | parentDatabaseRoleName | java.lang.String | The fully qualified name of the parent database role which will create a parent-child relationship between the roles. | | parentRoleName | java.lang.String | The fully qualified name of the parent account role which will create a parent-child relationship between the roles. | | shareName | java.lang.String | The fully qualified name of the share on which privileges will be granted. | @@ -1043,7 +1043,7 @@ public java.lang.String getDatabaseRoleName(); The fully qualified name of the database role which will be granted to share or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -1055,7 +1055,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1072,7 +1072,7 @@ public java.lang.String getParentDatabaseRoleName(); The fully qualified name of the parent database role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -1086,7 +1086,7 @@ public java.lang.String getParentRoleName(); The fully qualified name of the parent account role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -1100,7 +1100,7 @@ public java.lang.String getShareName(); The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- diff --git a/docs/grantDatabaseRole.python.md b/docs/grantDatabaseRole.python.md index 997e6725d..dd7fa21f7 100644 --- a/docs/grantDatabaseRole.python.md +++ b/docs/grantDatabaseRole.python.md @@ -4,7 +4,7 @@ ### GrantDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role snowflake_grant_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role snowflake_grant_database_role}. #### Initializers @@ -41,7 +41,7 @@ grantDatabaseRole.GrantDatabaseRole( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_role_name | str | The fully qualified name of the database role which will be granted to share or parent role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | | parent_database_role_name | str | The fully qualified name of the parent database role which will create a parent-child relationship between the roles. | | parent_role_name | str | The fully qualified name of the parent account role which will create a parent-child relationship between the roles. | | share_name | str | The fully qualified name of the share on which privileges will be granted. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the database role which will be granted to share or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t The fully qualified name of the parent database role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the parent account role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- @@ -656,7 +656,7 @@ The construct id used in the generated config for the GrantDatabaseRole to impor The id of the existing GrantDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use --- @@ -996,7 +996,7 @@ grantDatabaseRole.GrantDatabaseRoleConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_role_name | str | The fully qualified name of the database role which will be granted to share or parent role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | | parent_database_role_name | str | The fully qualified name of the parent database role which will create a parent-child relationship between the roles. | | parent_role_name | str | The fully qualified name of the parent account role which will create a parent-child relationship between the roles. | | share_name | str | The fully qualified name of the share on which privileges will be granted. | @@ -1083,7 +1083,7 @@ database_role_name: str The fully qualified name of the database role which will be granted to share or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -1095,7 +1095,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1112,7 +1112,7 @@ parent_database_role_name: str The fully qualified name of the parent database role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -1126,7 +1126,7 @@ parent_role_name: str The fully qualified name of the parent account role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -1140,7 +1140,7 @@ share_name: str The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- diff --git a/docs/grantDatabaseRole.typescript.md b/docs/grantDatabaseRole.typescript.md index 846a34b7d..216a0eb67 100644 --- a/docs/grantDatabaseRole.typescript.md +++ b/docs/grantDatabaseRole.typescript.md @@ -4,7 +4,7 @@ ### GrantDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role snowflake_grant_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role snowflake_grant_database_role}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the GrantDatabaseRole to impor The id of the existing GrantDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ const grantDatabaseRoleConfig: grantDatabaseRole.GrantDatabaseRoleConfig = { ... | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseRoleName | string | The fully qualified name of the database role which will be granted to share or parent role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | | parentDatabaseRoleName | string | The fully qualified name of the parent database role which will create a parent-child relationship between the roles. | | parentRoleName | string | The fully qualified name of the parent account role which will create a parent-child relationship between the roles. | | shareName | string | The fully qualified name of the share on which privileges will be granted. | @@ -909,7 +909,7 @@ public readonly databaseRoleName: string; The fully qualified name of the database role which will be granted to share or parent role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -921,7 +921,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -938,7 +938,7 @@ public readonly parentDatabaseRoleName: string; The fully qualified name of the parent database role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -952,7 +952,7 @@ public readonly parentRoleName: string; The fully qualified name of the parent account role which will create a parent-child relationship between the roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -966,7 +966,7 @@ public readonly shareName: string; The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- diff --git a/docs/grantPrivilegesToAccountRole.csharp.md b/docs/grantPrivilegesToAccountRole.csharp.md index cbf697f36..96fdb819d 100644 --- a/docs/grantPrivilegesToAccountRole.csharp.md +++ b/docs/grantPrivilegesToAccountRole.csharp.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToAccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. #### Initializers @@ -576,7 +576,7 @@ The construct id used in the generated config for the GrantPrivilegesToAccountRo The id of the existing GrantPrivilegesToAccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use --- @@ -1057,7 +1057,7 @@ new GrantPrivilegesToAccountRoleConfig { | AllPrivileges | object | Grant all privileges on the account role. | | AlwaysApply | object | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | AlwaysApplyTrigger | string | This is a helper field and should not be set. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | | OnAccount | object | If true, the privileges will be granted on the account. | | OnAccountObject | GrantPrivilegesToAccountRoleOnAccountObject | on_account_object block. | | OnSchema | GrantPrivilegesToAccountRoleOnSchema | on_schema block. | @@ -1147,7 +1147,7 @@ public string AccountRoleName { get; set; } The fully qualified name of the account role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -1161,7 +1161,7 @@ public object AllPrivileges { get; set; } Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -1177,7 +1177,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -1193,7 +1193,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -1205,7 +1205,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1222,7 +1222,7 @@ public object OnAccount { get; set; } If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -1236,7 +1236,7 @@ public GrantPrivilegesToAccountRoleOnAccountObject OnAccountObject { get; set; } on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -1250,7 +1250,7 @@ public GrantPrivilegesToAccountRoleOnSchema OnSchema { get; set; } on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -1264,7 +1264,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObject OnSchemaObject { get; set; } on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -1278,7 +1278,7 @@ public string[] Privileges { get; set; } The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -1292,7 +1292,7 @@ public object WithGrantOption { get; set; } Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -1328,7 +1328,7 @@ public string ObjectName { get; set; } The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1344,7 +1344,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | COMPUTE POOL | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1382,7 +1382,7 @@ public string AllSchemasInDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -1396,7 +1396,7 @@ public string FutureSchemasInDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -1410,7 +1410,7 @@ public string SchemaName { get; set; } The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -1450,7 +1450,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObjectAll All { get; set; } all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -1464,7 +1464,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObjectFuture Future { get; set; } future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -1478,7 +1478,7 @@ public string ObjectName { get; set; } The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1494,7 +1494,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1517,8 +1517,8 @@ new GrantPrivilegesToAccountRoleOnSchemaObjectAll { | **Name** | **Type** | **Description** | | --- | --- | --- | | ObjectTypePlural | string | The plural object type of the schema object on which privileges will be granted. | -| InDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | -| InSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | +| InDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | +| InSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1534,7 +1534,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1546,7 +1546,7 @@ public string InDatabase { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1558,7 +1558,7 @@ public string InSchema { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -1581,8 +1581,8 @@ new GrantPrivilegesToAccountRoleOnSchemaObjectFuture { | **Name** | **Type** | **Description** | | --- | --- | --- | | ObjectTypePlural | string | The plural object type of the schema object on which privileges will be granted. | -| InDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | -| InSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | +| InDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | +| InSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1598,7 +1598,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1610,7 +1610,7 @@ public string InDatabase { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1622,7 +1622,7 @@ public string InSchema { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- diff --git a/docs/grantPrivilegesToAccountRole.go.md b/docs/grantPrivilegesToAccountRole.go.md index c320784f0..1a0ae8cac 100644 --- a/docs/grantPrivilegesToAccountRole.go.md +++ b/docs/grantPrivilegesToAccountRole.go.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToAccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. #### Initializers @@ -576,7 +576,7 @@ The construct id used in the generated config for the GrantPrivilegesToAccountRo The id of the existing GrantPrivilegesToAccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use --- @@ -1057,7 +1057,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/grantprivileg | AllPrivileges | interface{} | Grant all privileges on the account role. | | AlwaysApply | interface{} | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | AlwaysApplyTrigger | *string | This is a helper field and should not be set. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | | OnAccount | interface{} | If true, the privileges will be granted on the account. | | OnAccountObject | GrantPrivilegesToAccountRoleOnAccountObject | on_account_object block. | | OnSchema | GrantPrivilegesToAccountRoleOnSchema | on_schema block. | @@ -1147,7 +1147,7 @@ AccountRoleName *string The fully qualified name of the account role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -1161,7 +1161,7 @@ AllPrivileges interface{} Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -1177,7 +1177,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -1193,7 +1193,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -1205,7 +1205,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1222,7 +1222,7 @@ OnAccount interface{} If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -1236,7 +1236,7 @@ OnAccountObject GrantPrivilegesToAccountRoleOnAccountObject on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -1250,7 +1250,7 @@ OnSchema GrantPrivilegesToAccountRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -1264,7 +1264,7 @@ OnSchemaObject GrantPrivilegesToAccountRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -1278,7 +1278,7 @@ Privileges *[]*string The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -1292,7 +1292,7 @@ WithGrantOption interface{} Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -1328,7 +1328,7 @@ ObjectName *string The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1344,7 +1344,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | COMPUTE POOL | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1382,7 +1382,7 @@ AllSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -1396,7 +1396,7 @@ FutureSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -1410,7 +1410,7 @@ SchemaName *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -1450,7 +1450,7 @@ All GrantPrivilegesToAccountRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -1464,7 +1464,7 @@ Future GrantPrivilegesToAccountRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -1478,7 +1478,7 @@ ObjectName *string The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1494,7 +1494,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1517,8 +1517,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/grantprivileg | **Name** | **Type** | **Description** | | --- | --- | --- | | ObjectTypePlural | *string | The plural object type of the schema object on which privileges will be granted. | -| InDatabase | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | -| InSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | +| InDatabase | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | +| InSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1534,7 +1534,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1546,7 +1546,7 @@ InDatabase *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1558,7 +1558,7 @@ InSchema *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -1581,8 +1581,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/grantprivileg | **Name** | **Type** | **Description** | | --- | --- | --- | | ObjectTypePlural | *string | The plural object type of the schema object on which privileges will be granted. | -| InDatabase | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | -| InSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | +| InDatabase | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | +| InSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1598,7 +1598,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1610,7 +1610,7 @@ InDatabase *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1622,7 +1622,7 @@ InSchema *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- diff --git a/docs/grantPrivilegesToAccountRole.java.md b/docs/grantPrivilegesToAccountRole.java.md index 120af0649..3313cdec5 100644 --- a/docs/grantPrivilegesToAccountRole.java.md +++ b/docs/grantPrivilegesToAccountRole.java.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToAccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. #### Initializers @@ -56,7 +56,7 @@ GrantPrivilegesToAccountRole.Builder.create(Construct scope, java.lang.String id | allPrivileges | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Grant all privileges on the account role. | | alwaysApply | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | alwaysApplyTrigger | java.lang.String | This is a helper field and should not be set. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the privileges will be granted on the account. | | onAccountObject | GrantPrivilegesToAccountRoleOnAccountObject | on_account_object block. | | onSchema | GrantPrivilegesToAccountRoleOnSchema | on_schema block. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the account role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -154,7 +154,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -166,7 +166,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -187,7 +187,7 @@ If you experience problems setting this value it might not be settable. Please t If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -773,7 +773,7 @@ The construct id used in the generated config for the GrantPrivilegesToAccountRo The id of the existing GrantPrivilegesToAccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use --- @@ -1262,7 +1262,7 @@ GrantPrivilegesToAccountRoleConfig.builder() | allPrivileges | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Grant all privileges on the account role. | | alwaysApply | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | alwaysApplyTrigger | java.lang.String | This is a helper field and should not be set. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the privileges will be granted on the account. | | onAccountObject | GrantPrivilegesToAccountRoleOnAccountObject | on_account_object block. | | onSchema | GrantPrivilegesToAccountRoleOnSchema | on_schema block. | @@ -1352,7 +1352,7 @@ public java.lang.String getAccountRoleName(); The fully qualified name of the account role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -1366,7 +1366,7 @@ public java.lang.Object getAllPrivileges(); Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -1382,7 +1382,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -1398,7 +1398,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -1410,7 +1410,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1427,7 +1427,7 @@ public java.lang.Object getOnAccount(); If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -1441,7 +1441,7 @@ public GrantPrivilegesToAccountRoleOnAccountObject getOnAccountObject(); on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -1455,7 +1455,7 @@ public GrantPrivilegesToAccountRoleOnSchema getOnSchema(); on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -1469,7 +1469,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObject getOnSchemaObject(); on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -1483,7 +1483,7 @@ public java.util.List getPrivileges(); The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -1497,7 +1497,7 @@ public java.lang.Object getWithGrantOption(); Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -1533,7 +1533,7 @@ public java.lang.String getObjectName(); The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1549,7 +1549,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | COMPUTE POOL | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1587,7 +1587,7 @@ public java.lang.String getAllSchemasInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -1601,7 +1601,7 @@ public java.lang.String getFutureSchemasInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -1615,7 +1615,7 @@ public java.lang.String getSchemaName(); The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -1655,7 +1655,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObjectAll getAll(); all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -1669,7 +1669,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObjectFuture getFuture(); future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -1683,7 +1683,7 @@ public java.lang.String getObjectName(); The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1699,7 +1699,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1722,8 +1722,8 @@ GrantPrivilegesToAccountRoleOnSchemaObjectAll.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | objectTypePlural | java.lang.String | The plural object type of the schema object on which privileges will be granted. | -| inDatabase | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | -| inSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | +| inDatabase | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | +| inSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1739,7 +1739,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1751,7 +1751,7 @@ public java.lang.String getInDatabase(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1763,7 +1763,7 @@ public java.lang.String getInSchema(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -1786,8 +1786,8 @@ GrantPrivilegesToAccountRoleOnSchemaObjectFuture.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | objectTypePlural | java.lang.String | The plural object type of the schema object on which privileges will be granted. | -| inDatabase | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | -| inSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | +| inDatabase | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | +| inSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1803,7 +1803,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1815,7 +1815,7 @@ public java.lang.String getInDatabase(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1827,7 +1827,7 @@ public java.lang.String getInSchema(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- diff --git a/docs/grantPrivilegesToAccountRole.python.md b/docs/grantPrivilegesToAccountRole.python.md index c8364077f..8179de15c 100644 --- a/docs/grantPrivilegesToAccountRole.python.md +++ b/docs/grantPrivilegesToAccountRole.python.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToAccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. #### Initializers @@ -50,7 +50,7 @@ grantPrivilegesToAccountRole.GrantPrivilegesToAccountRole( | all_privileges | typing.Union[bool, cdktf.IResolvable] | Grant all privileges on the account role. | | always_apply | typing.Union[bool, cdktf.IResolvable] | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | always_apply_trigger | str | This is a helper field and should not be set. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the privileges will be granted on the account. | | on_account_object | GrantPrivilegesToAccountRoleOnAccountObject | on_account_object block. | | on_schema | GrantPrivilegesToAccountRoleOnSchema | on_schema block. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the account role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -148,7 +148,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -160,7 +160,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -181,7 +181,7 @@ If you experience problems setting this value it might not be settable. Please t If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -618,7 +618,7 @@ def put_on_account_object( The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -630,7 +630,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | COMPUTE POOL | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -650,7 +650,7 @@ def put_on_schema( The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -660,7 +660,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -670,7 +670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -691,7 +691,7 @@ def put_on_schema_object( all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -701,7 +701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -711,7 +711,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -723,7 +723,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -901,7 +901,7 @@ The construct id used in the generated config for the GrantPrivilegesToAccountRo The id of the existing GrantPrivilegesToAccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use --- @@ -1382,7 +1382,7 @@ grantPrivilegesToAccountRole.GrantPrivilegesToAccountRoleConfig( | all_privileges | typing.Union[bool, cdktf.IResolvable] | Grant all privileges on the account role. | | always_apply | typing.Union[bool, cdktf.IResolvable] | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | always_apply_trigger | str | This is a helper field and should not be set. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the privileges will be granted on the account. | | on_account_object | GrantPrivilegesToAccountRoleOnAccountObject | on_account_object block. | | on_schema | GrantPrivilegesToAccountRoleOnSchema | on_schema block. | @@ -1472,7 +1472,7 @@ account_role_name: str The fully qualified name of the account role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -1486,7 +1486,7 @@ all_privileges: typing.Union[bool, IResolvable] Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -1502,7 +1502,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -1518,7 +1518,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -1530,7 +1530,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1547,7 +1547,7 @@ on_account: typing.Union[bool, IResolvable] If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -1561,7 +1561,7 @@ on_account_object: GrantPrivilegesToAccountRoleOnAccountObject on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -1575,7 +1575,7 @@ on_schema: GrantPrivilegesToAccountRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -1589,7 +1589,7 @@ on_schema_object: GrantPrivilegesToAccountRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -1603,7 +1603,7 @@ privileges: typing.List[str] The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -1617,7 +1617,7 @@ with_grant_option: typing.Union[bool, IResolvable] Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -1653,7 +1653,7 @@ object_name: str The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1669,7 +1669,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | COMPUTE POOL | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1707,7 +1707,7 @@ all_schemas_in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -1721,7 +1721,7 @@ future_schemas_in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -1735,7 +1735,7 @@ schema_name: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -1775,7 +1775,7 @@ all: GrantPrivilegesToAccountRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -1789,7 +1789,7 @@ future: GrantPrivilegesToAccountRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -1803,7 +1803,7 @@ object_name: str The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1819,7 +1819,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1842,8 +1842,8 @@ grantPrivilegesToAccountRole.GrantPrivilegesToAccountRoleOnSchemaObjectAll( | **Name** | **Type** | **Description** | | --- | --- | --- | | object_type_plural | str | The plural object type of the schema object on which privileges will be granted. | -| in_database | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | -| in_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | +| in_database | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | +| in_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1859,7 +1859,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1871,7 +1871,7 @@ in_database: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1883,7 +1883,7 @@ in_schema: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -1906,8 +1906,8 @@ grantPrivilegesToAccountRole.GrantPrivilegesToAccountRoleOnSchemaObjectFuture( | **Name** | **Type** | **Description** | | --- | --- | --- | | object_type_plural | str | The plural object type of the schema object on which privileges will be granted. | -| in_database | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | -| in_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | +| in_database | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | +| in_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1923,7 +1923,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1935,7 +1935,7 @@ in_database: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1947,7 +1947,7 @@ in_schema: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -3231,7 +3231,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -3239,7 +3239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -3247,7 +3247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -3269,7 +3269,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -3277,7 +3277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -3285,7 +3285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- diff --git a/docs/grantPrivilegesToAccountRole.typescript.md b/docs/grantPrivilegesToAccountRole.typescript.md index b5b729e18..6c56b3a7a 100644 --- a/docs/grantPrivilegesToAccountRole.typescript.md +++ b/docs/grantPrivilegesToAccountRole.typescript.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToAccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. #### Initializers @@ -576,7 +576,7 @@ The construct id used in the generated config for the GrantPrivilegesToAccountRo The id of the existing GrantPrivilegesToAccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use --- @@ -1038,7 +1038,7 @@ const grantPrivilegesToAccountRoleConfig: grantPrivilegesToAccountRole.GrantPriv | allPrivileges | boolean \| cdktf.IResolvable | Grant all privileges on the account role. | | alwaysApply | boolean \| cdktf.IResolvable | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | alwaysApplyTrigger | string | This is a helper field and should not be set. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. | | onAccount | boolean \| cdktf.IResolvable | If true, the privileges will be granted on the account. | | onAccountObject | GrantPrivilegesToAccountRoleOnAccountObject | on_account_object block. | | onSchema | GrantPrivilegesToAccountRoleOnSchema | on_schema block. | @@ -1128,7 +1128,7 @@ public readonly accountRoleName: string; The fully qualified name of the account role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -1142,7 +1142,7 @@ public readonly allPrivileges: boolean | IResolvable; Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -1158,7 +1158,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -1174,7 +1174,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -1186,7 +1186,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1203,7 +1203,7 @@ public readonly onAccount: boolean | IResolvable; If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -1217,7 +1217,7 @@ public readonly onAccountObject: GrantPrivilegesToAccountRoleOnAccountObject; on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -1231,7 +1231,7 @@ public readonly onSchema: GrantPrivilegesToAccountRoleOnSchema; on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -1245,7 +1245,7 @@ public readonly onSchemaObject: GrantPrivilegesToAccountRoleOnSchemaObject; on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -1259,7 +1259,7 @@ public readonly privileges: string[]; The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -1273,7 +1273,7 @@ public readonly withGrantOption: boolean | IResolvable; Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -1306,7 +1306,7 @@ public readonly objectName: string; The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1322,7 +1322,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | COMPUTE POOL | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1356,7 +1356,7 @@ public readonly allSchemasInDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -1370,7 +1370,7 @@ public readonly futureSchemasInDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -1384,7 +1384,7 @@ public readonly schemaName: string; The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -1419,7 +1419,7 @@ public readonly all: GrantPrivilegesToAccountRoleOnSchemaObjectAll; all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -1433,7 +1433,7 @@ public readonly future: GrantPrivilegesToAccountRoleOnSchemaObjectFuture; future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -1447,7 +1447,7 @@ public readonly objectName: string; The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1463,7 +1463,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1482,8 +1482,8 @@ const grantPrivilegesToAccountRoleOnSchemaObjectAll: grantPrivilegesToAccountRol | **Name** | **Type** | **Description** | | --- | --- | --- | | objectTypePlural | string | The plural object type of the schema object on which privileges will be granted. | -| inDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | -| inSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | +| inDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | +| inSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1499,7 +1499,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1511,7 +1511,7 @@ public readonly inDatabase: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1523,7 +1523,7 @@ public readonly inSchema: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -1542,8 +1542,8 @@ const grantPrivilegesToAccountRoleOnSchemaObjectFuture: grantPrivilegesToAccount | **Name** | **Type** | **Description** | | --- | --- | --- | | objectTypePlural | string | The plural object type of the schema object on which privileges will be granted. | -| inDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | -| inSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | +| inDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. | +| inSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1559,7 +1559,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1571,7 +1571,7 @@ public readonly inDatabase: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1583,7 +1583,7 @@ public readonly inSchema: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- diff --git a/docs/grantPrivilegesToDatabaseRole.csharp.md b/docs/grantPrivilegesToDatabaseRole.csharp.md index ba9e2ae00..4b1409814 100644 --- a/docs/grantPrivilegesToDatabaseRole.csharp.md +++ b/docs/grantPrivilegesToDatabaseRole.csharp.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. #### Initializers @@ -556,7 +556,7 @@ The construct id used in the generated config for the GrantPrivilegesToDatabaseR The id of the existing GrantPrivilegesToDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use --- @@ -1014,7 +1014,7 @@ new GrantPrivilegesToDatabaseRoleConfig { | AllPrivileges | object | Grant all privileges on the database role. | | AlwaysApply | object | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | AlwaysApplyTrigger | string | This is a helper field and should not be set. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | | OnDatabase | string | The fully qualified name of the database on which privileges will be granted. | | OnSchema | GrantPrivilegesToDatabaseRoleOnSchema | on_schema block. | | OnSchemaObject | GrantPrivilegesToDatabaseRoleOnSchemaObject | on_schema_object block. | @@ -1103,7 +1103,7 @@ public string DatabaseRoleName { get; set; } The fully qualified name of the database role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -1117,7 +1117,7 @@ public object AllPrivileges { get; set; } Grant all privileges on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -1133,7 +1133,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -1149,7 +1149,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -1161,7 +1161,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1178,7 +1178,7 @@ public string OnDatabase { get; set; } The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -1192,7 +1192,7 @@ public GrantPrivilegesToDatabaseRoleOnSchema OnSchema { get; set; } on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -1206,7 +1206,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObject OnSchemaObject { get; set; } on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -1220,7 +1220,7 @@ public string[] Privileges { get; set; } The privileges to grant on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -1234,7 +1234,7 @@ public object WithGrantOption { get; set; } If specified, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -1272,7 +1272,7 @@ public string AllSchemasInDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -1286,7 +1286,7 @@ public string FutureSchemasInDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -1300,7 +1300,7 @@ public string SchemaName { get; set; } The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -1340,7 +1340,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObjectAll All { get; set; } all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -1354,7 +1354,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture Future { get; set; } future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -1368,7 +1368,7 @@ public string ObjectName { get; set; } The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -1384,7 +1384,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -1407,8 +1407,8 @@ new GrantPrivilegesToDatabaseRoleOnSchemaObjectAll { | **Name** | **Type** | **Description** | | --- | --- | --- | | ObjectTypePlural | string | The plural object type of the schema object on which privileges will be granted. | -| InDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | -| InSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | +| InDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | +| InSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | --- @@ -1424,7 +1424,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1436,7 +1436,7 @@ public string InDatabase { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -1448,7 +1448,7 @@ public string InSchema { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- @@ -1471,8 +1471,8 @@ new GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture { | **Name** | **Type** | **Description** | | --- | --- | --- | | ObjectTypePlural | string | The plural object type of the schema object on which privileges will be granted. | -| InDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | -| InSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | +| InDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | +| InSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | --- @@ -1488,7 +1488,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1500,7 +1500,7 @@ public string InDatabase { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -1512,7 +1512,7 @@ public string InSchema { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- diff --git a/docs/grantPrivilegesToDatabaseRole.go.md b/docs/grantPrivilegesToDatabaseRole.go.md index 8363bb7ad..01f398203 100644 --- a/docs/grantPrivilegesToDatabaseRole.go.md +++ b/docs/grantPrivilegesToDatabaseRole.go.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. #### Initializers @@ -556,7 +556,7 @@ The construct id used in the generated config for the GrantPrivilegesToDatabaseR The id of the existing GrantPrivilegesToDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use --- @@ -1014,7 +1014,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/grantprivileg | AllPrivileges | interface{} | Grant all privileges on the database role. | | AlwaysApply | interface{} | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | AlwaysApplyTrigger | *string | This is a helper field and should not be set. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | | OnDatabase | *string | The fully qualified name of the database on which privileges will be granted. | | OnSchema | GrantPrivilegesToDatabaseRoleOnSchema | on_schema block. | | OnSchemaObject | GrantPrivilegesToDatabaseRoleOnSchemaObject | on_schema_object block. | @@ -1103,7 +1103,7 @@ DatabaseRoleName *string The fully qualified name of the database role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -1117,7 +1117,7 @@ AllPrivileges interface{} Grant all privileges on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -1133,7 +1133,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -1149,7 +1149,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -1161,7 +1161,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1178,7 +1178,7 @@ OnDatabase *string The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -1192,7 +1192,7 @@ OnSchema GrantPrivilegesToDatabaseRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -1206,7 +1206,7 @@ OnSchemaObject GrantPrivilegesToDatabaseRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -1220,7 +1220,7 @@ Privileges *[]*string The privileges to grant on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -1234,7 +1234,7 @@ WithGrantOption interface{} If specified, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -1272,7 +1272,7 @@ AllSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -1286,7 +1286,7 @@ FutureSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -1300,7 +1300,7 @@ SchemaName *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -1340,7 +1340,7 @@ All GrantPrivilegesToDatabaseRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -1354,7 +1354,7 @@ Future GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -1368,7 +1368,7 @@ ObjectName *string The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -1384,7 +1384,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -1407,8 +1407,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/grantprivileg | **Name** | **Type** | **Description** | | --- | --- | --- | | ObjectTypePlural | *string | The plural object type of the schema object on which privileges will be granted. | -| InDatabase | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | -| InSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | +| InDatabase | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | +| InSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | --- @@ -1424,7 +1424,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1436,7 +1436,7 @@ InDatabase *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -1448,7 +1448,7 @@ InSchema *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- @@ -1471,8 +1471,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/grantprivileg | **Name** | **Type** | **Description** | | --- | --- | --- | | ObjectTypePlural | *string | The plural object type of the schema object on which privileges will be granted. | -| InDatabase | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | -| InSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | +| InDatabase | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | +| InSchema | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | --- @@ -1488,7 +1488,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1500,7 +1500,7 @@ InDatabase *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -1512,7 +1512,7 @@ InSchema *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- diff --git a/docs/grantPrivilegesToDatabaseRole.java.md b/docs/grantPrivilegesToDatabaseRole.java.md index 10084a127..e8c52ba8c 100644 --- a/docs/grantPrivilegesToDatabaseRole.java.md +++ b/docs/grantPrivilegesToDatabaseRole.java.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. #### Initializers @@ -54,7 +54,7 @@ GrantPrivilegesToDatabaseRole.Builder.create(Construct scope, java.lang.String i | allPrivileges | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Grant all privileges on the database role. | | alwaysApply | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | alwaysApplyTrigger | java.lang.String | This is a helper field and should not be set. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | | onDatabase | java.lang.String | The fully qualified name of the database on which privileges will be granted. | | onSchema | GrantPrivilegesToDatabaseRoleOnSchema | on_schema block. | | onSchemaObject | GrantPrivilegesToDatabaseRoleOnSchemaObject | on_schema_object block. | @@ -129,7 +129,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the database role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grant all privileges on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -151,7 +151,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -163,7 +163,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -184,7 +184,7 @@ If you experience problems setting this value it might not be settable. Please t The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privileges to grant on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If specified, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -740,7 +740,7 @@ The construct id used in the generated config for the GrantPrivilegesToDatabaseR The id of the existing GrantPrivilegesToDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use --- @@ -1205,7 +1205,7 @@ GrantPrivilegesToDatabaseRoleConfig.builder() | allPrivileges | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Grant all privileges on the database role. | | alwaysApply | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | alwaysApplyTrigger | java.lang.String | This is a helper field and should not be set. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | | onDatabase | java.lang.String | The fully qualified name of the database on which privileges will be granted. | | onSchema | GrantPrivilegesToDatabaseRoleOnSchema | on_schema block. | | onSchemaObject | GrantPrivilegesToDatabaseRoleOnSchemaObject | on_schema_object block. | @@ -1294,7 +1294,7 @@ public java.lang.String getDatabaseRoleName(); The fully qualified name of the database role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -1308,7 +1308,7 @@ public java.lang.Object getAllPrivileges(); Grant all privileges on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -1324,7 +1324,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -1340,7 +1340,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -1352,7 +1352,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1369,7 +1369,7 @@ public java.lang.String getOnDatabase(); The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -1383,7 +1383,7 @@ public GrantPrivilegesToDatabaseRoleOnSchema getOnSchema(); on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -1397,7 +1397,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObject getOnSchemaObject(); on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -1411,7 +1411,7 @@ public java.util.List getPrivileges(); The privileges to grant on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -1425,7 +1425,7 @@ public java.lang.Object getWithGrantOption(); If specified, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -1463,7 +1463,7 @@ public java.lang.String getAllSchemasInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -1477,7 +1477,7 @@ public java.lang.String getFutureSchemasInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -1491,7 +1491,7 @@ public java.lang.String getSchemaName(); The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -1531,7 +1531,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObjectAll getAll(); all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -1545,7 +1545,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture getFuture(); future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -1559,7 +1559,7 @@ public java.lang.String getObjectName(); The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -1575,7 +1575,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -1598,8 +1598,8 @@ GrantPrivilegesToDatabaseRoleOnSchemaObjectAll.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | objectTypePlural | java.lang.String | The plural object type of the schema object on which privileges will be granted. | -| inDatabase | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | -| inSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | +| inDatabase | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | +| inSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | --- @@ -1615,7 +1615,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1627,7 +1627,7 @@ public java.lang.String getInDatabase(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -1639,7 +1639,7 @@ public java.lang.String getInSchema(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- @@ -1662,8 +1662,8 @@ GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | objectTypePlural | java.lang.String | The plural object type of the schema object on which privileges will be granted. | -| inDatabase | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | -| inSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | +| inDatabase | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | +| inSchema | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | --- @@ -1679,7 +1679,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1691,7 +1691,7 @@ public java.lang.String getInDatabase(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -1703,7 +1703,7 @@ public java.lang.String getInSchema(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- diff --git a/docs/grantPrivilegesToDatabaseRole.python.md b/docs/grantPrivilegesToDatabaseRole.python.md index a2b1a6df0..d5e7ea7de 100644 --- a/docs/grantPrivilegesToDatabaseRole.python.md +++ b/docs/grantPrivilegesToDatabaseRole.python.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. #### Initializers @@ -49,7 +49,7 @@ grantPrivilegesToDatabaseRole.GrantPrivilegesToDatabaseRole( | all_privileges | typing.Union[bool, cdktf.IResolvable] | Grant all privileges on the database role. | | always_apply | typing.Union[bool, cdktf.IResolvable] | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | always_apply_trigger | str | This is a helper field and should not be set. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | | on_database | str | The fully qualified name of the database on which privileges will be granted. | | on_schema | GrantPrivilegesToDatabaseRoleOnSchema | on_schema block. | | on_schema_object | GrantPrivilegesToDatabaseRoleOnSchemaObject | on_schema_object block. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the database role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grant all privileges on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -146,7 +146,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -158,7 +158,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privileges to grant on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If specified, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -605,7 +605,7 @@ def put_on_schema( The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -615,7 +615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -625,7 +625,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -646,7 +646,7 @@ def put_on_schema_object( all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -656,7 +656,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -666,7 +666,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -678,7 +678,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -850,7 +850,7 @@ The construct id used in the generated config for the GrantPrivilegesToDatabaseR The id of the existing GrantPrivilegesToDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use --- @@ -1308,7 +1308,7 @@ grantPrivilegesToDatabaseRole.GrantPrivilegesToDatabaseRoleConfig( | all_privileges | typing.Union[bool, cdktf.IResolvable] | Grant all privileges on the database role. | | always_apply | typing.Union[bool, cdktf.IResolvable] | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | always_apply_trigger | str | This is a helper field and should not be set. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | | on_database | str | The fully qualified name of the database on which privileges will be granted. | | on_schema | GrantPrivilegesToDatabaseRoleOnSchema | on_schema block. | | on_schema_object | GrantPrivilegesToDatabaseRoleOnSchemaObject | on_schema_object block. | @@ -1397,7 +1397,7 @@ database_role_name: str The fully qualified name of the database role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -1411,7 +1411,7 @@ all_privileges: typing.Union[bool, IResolvable] Grant all privileges on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -1427,7 +1427,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -1443,7 +1443,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -1455,7 +1455,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1472,7 +1472,7 @@ on_database: str The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -1486,7 +1486,7 @@ on_schema: GrantPrivilegesToDatabaseRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -1500,7 +1500,7 @@ on_schema_object: GrantPrivilegesToDatabaseRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -1514,7 +1514,7 @@ privileges: typing.List[str] The privileges to grant on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -1528,7 +1528,7 @@ with_grant_option: typing.Union[bool, IResolvable] If specified, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -1566,7 +1566,7 @@ all_schemas_in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -1580,7 +1580,7 @@ future_schemas_in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -1594,7 +1594,7 @@ schema_name: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -1634,7 +1634,7 @@ all: GrantPrivilegesToDatabaseRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -1648,7 +1648,7 @@ future: GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -1662,7 +1662,7 @@ object_name: str The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -1678,7 +1678,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -1701,8 +1701,8 @@ grantPrivilegesToDatabaseRole.GrantPrivilegesToDatabaseRoleOnSchemaObjectAll( | **Name** | **Type** | **Description** | | --- | --- | --- | | object_type_plural | str | The plural object type of the schema object on which privileges will be granted. | -| in_database | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | -| in_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | +| in_database | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | +| in_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | --- @@ -1718,7 +1718,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1730,7 +1730,7 @@ in_database: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -1742,7 +1742,7 @@ in_schema: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- @@ -1765,8 +1765,8 @@ grantPrivilegesToDatabaseRole.GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture( | **Name** | **Type** | **Description** | | --- | --- | --- | | object_type_plural | str | The plural object type of the schema object on which privileges will be granted. | -| in_database | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | -| in_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | +| in_database | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | +| in_schema | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | --- @@ -1782,7 +1782,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1794,7 +1794,7 @@ in_database: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -1806,7 +1806,7 @@ in_schema: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- @@ -2772,7 +2772,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -2780,7 +2780,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -2788,7 +2788,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- @@ -2810,7 +2810,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -2818,7 +2818,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -2826,7 +2826,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- diff --git a/docs/grantPrivilegesToDatabaseRole.typescript.md b/docs/grantPrivilegesToDatabaseRole.typescript.md index a7fcff1e4..b45b01772 100644 --- a/docs/grantPrivilegesToDatabaseRole.typescript.md +++ b/docs/grantPrivilegesToDatabaseRole.typescript.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. #### Initializers @@ -556,7 +556,7 @@ The construct id used in the generated config for the GrantPrivilegesToDatabaseR The id of the existing GrantPrivilegesToDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use --- @@ -996,7 +996,7 @@ const grantPrivilegesToDatabaseRoleConfig: grantPrivilegesToDatabaseRole.GrantPr | allPrivileges | boolean \| cdktf.IResolvable | Grant all privileges on the database role. | | alwaysApply | boolean \| cdktf.IResolvable | If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. | | alwaysApplyTrigger | string | This is a helper field and should not be set. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. | | onDatabase | string | The fully qualified name of the database on which privileges will be granted. | | onSchema | GrantPrivilegesToDatabaseRoleOnSchema | on_schema block. | | onSchemaObject | GrantPrivilegesToDatabaseRoleOnSchemaObject | on_schema_object block. | @@ -1085,7 +1085,7 @@ public readonly databaseRoleName: string; The fully qualified name of the database role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -1099,7 +1099,7 @@ public readonly allPrivileges: boolean | IResolvable; Grant all privileges on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -1115,7 +1115,7 @@ If true, the resource will always produce a “plan” and on “apply” it wil It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -1131,7 +1131,7 @@ This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -1143,7 +1143,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1160,7 +1160,7 @@ public readonly onDatabase: string; The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -1174,7 +1174,7 @@ public readonly onSchema: GrantPrivilegesToDatabaseRoleOnSchema; on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -1188,7 +1188,7 @@ public readonly onSchemaObject: GrantPrivilegesToDatabaseRoleOnSchemaObject; on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -1202,7 +1202,7 @@ public readonly privileges: string[]; The privileges to grant on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -1216,7 +1216,7 @@ public readonly withGrantOption: boolean | IResolvable; If specified, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -1250,7 +1250,7 @@ public readonly allSchemasInDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -1264,7 +1264,7 @@ public readonly futureSchemasInDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -1278,7 +1278,7 @@ public readonly schemaName: string; The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -1313,7 +1313,7 @@ public readonly all: GrantPrivilegesToDatabaseRoleOnSchemaObjectAll; all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -1327,7 +1327,7 @@ public readonly future: GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture; future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -1341,7 +1341,7 @@ public readonly objectName: string; The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -1357,7 +1357,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -1376,8 +1376,8 @@ const grantPrivilegesToDatabaseRoleOnSchemaObjectAll: grantPrivilegesToDatabaseR | **Name** | **Type** | **Description** | | --- | --- | --- | | objectTypePlural | string | The plural object type of the schema object on which privileges will be granted. | -| inDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | -| inSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | +| inDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | +| inSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | --- @@ -1393,7 +1393,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1405,7 +1405,7 @@ public readonly inDatabase: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -1417,7 +1417,7 @@ public readonly inSchema: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- @@ -1436,8 +1436,8 @@ const grantPrivilegesToDatabaseRoleOnSchemaObjectFuture: grantPrivilegesToDataba | **Name** | **Type** | **Description** | | --- | --- | --- | | objectTypePlural | string | The plural object type of the schema object on which privileges will be granted. | -| inDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | -| inSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | +| inDatabase | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. | +| inSchema | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. | --- @@ -1453,7 +1453,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1465,7 +1465,7 @@ public readonly inDatabase: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database}. --- @@ -1477,7 +1477,7 @@ public readonly inSchema: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema}. --- diff --git a/docs/grantPrivilegesToRole.csharp.md b/docs/grantPrivilegesToRole.csharp.md index aaeb82663..f9bd89e03 100644 --- a/docs/grantPrivilegesToRole.csharp.md +++ b/docs/grantPrivilegesToRole.csharp.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. #### Initializers @@ -562,7 +562,7 @@ The construct id used in the generated config for the GrantPrivilegesToRole to i The id of the existing GrantPrivilegesToRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use --- @@ -995,7 +995,7 @@ new GrantPrivilegesToRoleConfig { | Provisioners | object[] | *No description.* | | RoleName | string | The fully qualified name of the role to which privileges will be granted. | | AllPrivileges | object | Grant all privileges on the account role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | OnAccount | object | If true, the privileges will be granted on the account. | | OnAccountObject | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | OnSchema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -1085,7 +1085,7 @@ public string RoleName { get; set; } The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -1099,7 +1099,7 @@ public object AllPrivileges { get; set; } Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -1111,7 +1111,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1128,7 +1128,7 @@ public object OnAccount { get; set; } If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -1142,7 +1142,7 @@ public GrantPrivilegesToRoleOnAccountObject OnAccountObject { get; set; } on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -1156,7 +1156,7 @@ public GrantPrivilegesToRoleOnSchema OnSchema { get; set; } on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -1170,7 +1170,7 @@ public GrantPrivilegesToRoleOnSchemaObject OnSchemaObject { get; set; } on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -1184,7 +1184,7 @@ public string[] Privileges { get; set; } The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -1198,7 +1198,7 @@ public object WithGrantOption { get; set; } Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -1234,7 +1234,7 @@ public string ObjectName { get; set; } The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1250,7 +1250,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1288,7 +1288,7 @@ public string AllSchemasInDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -1302,7 +1302,7 @@ public string FutureSchemasInDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -1316,7 +1316,7 @@ public string SchemaName { get; set; } The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -1356,7 +1356,7 @@ public GrantPrivilegesToRoleOnSchemaObjectAll All { get; set; } all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -1370,7 +1370,7 @@ public GrantPrivilegesToRoleOnSchemaObjectFuture Future { get; set; } future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -1384,7 +1384,7 @@ public string ObjectName { get; set; } The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1400,7 +1400,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1440,7 +1440,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1454,7 +1454,7 @@ public string InDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1468,7 +1468,7 @@ public string InSchema { get; set; } The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -1508,7 +1508,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1522,7 +1522,7 @@ public string InDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1536,7 +1536,7 @@ public string InSchema { get; set; } The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- diff --git a/docs/grantPrivilegesToRole.go.md b/docs/grantPrivilegesToRole.go.md index 451399327..1f2280fb7 100644 --- a/docs/grantPrivilegesToRole.go.md +++ b/docs/grantPrivilegesToRole.go.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. #### Initializers @@ -562,7 +562,7 @@ The construct id used in the generated config for the GrantPrivilegesToRole to i The id of the existing GrantPrivilegesToRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use --- @@ -995,7 +995,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/grantprivileg | Provisioners | *[]interface{} | *No description.* | | RoleName | *string | The fully qualified name of the role to which privileges will be granted. | | AllPrivileges | interface{} | Grant all privileges on the account role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | OnAccount | interface{} | If true, the privileges will be granted on the account. | | OnAccountObject | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | OnSchema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -1085,7 +1085,7 @@ RoleName *string The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -1099,7 +1099,7 @@ AllPrivileges interface{} Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -1111,7 +1111,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1128,7 +1128,7 @@ OnAccount interface{} If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -1142,7 +1142,7 @@ OnAccountObject GrantPrivilegesToRoleOnAccountObject on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -1156,7 +1156,7 @@ OnSchema GrantPrivilegesToRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -1170,7 +1170,7 @@ OnSchemaObject GrantPrivilegesToRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -1184,7 +1184,7 @@ Privileges *[]*string The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -1198,7 +1198,7 @@ WithGrantOption interface{} Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -1234,7 +1234,7 @@ ObjectName *string The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1250,7 +1250,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1288,7 +1288,7 @@ AllSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -1302,7 +1302,7 @@ FutureSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -1316,7 +1316,7 @@ SchemaName *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -1356,7 +1356,7 @@ All GrantPrivilegesToRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -1370,7 +1370,7 @@ Future GrantPrivilegesToRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -1384,7 +1384,7 @@ ObjectName *string The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1400,7 +1400,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1440,7 +1440,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1454,7 +1454,7 @@ InDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1468,7 +1468,7 @@ InSchema *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -1508,7 +1508,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1522,7 +1522,7 @@ InDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1536,7 +1536,7 @@ InSchema *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- diff --git a/docs/grantPrivilegesToRole.java.md b/docs/grantPrivilegesToRole.java.md index 9a7d038f6..13021592d 100644 --- a/docs/grantPrivilegesToRole.java.md +++ b/docs/grantPrivilegesToRole.java.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. #### Initializers @@ -51,7 +51,7 @@ GrantPrivilegesToRole.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | roleName | java.lang.String | The fully qualified name of the role to which privileges will be granted. | | allPrivileges | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Grant all privileges on the account role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the privileges will be granted on the account. | | onAccountObject | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | onSchema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -158,7 +158,7 @@ If you experience problems setting this value it might not be settable. Please t If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -730,7 +730,7 @@ The construct id used in the generated config for the GrantPrivilegesToRole to i The id of the existing GrantPrivilegesToRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use --- @@ -1170,7 +1170,7 @@ GrantPrivilegesToRoleConfig.builder() | provisioners | java.util.List | *No description.* | | roleName | java.lang.String | The fully qualified name of the role to which privileges will be granted. | | allPrivileges | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Grant all privileges on the account role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the privileges will be granted on the account. | | onAccountObject | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | onSchema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -1260,7 +1260,7 @@ public java.lang.String getRoleName(); The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -1274,7 +1274,7 @@ public java.lang.Object getAllPrivileges(); Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -1286,7 +1286,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1303,7 +1303,7 @@ public java.lang.Object getOnAccount(); If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -1317,7 +1317,7 @@ public GrantPrivilegesToRoleOnAccountObject getOnAccountObject(); on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -1331,7 +1331,7 @@ public GrantPrivilegesToRoleOnSchema getOnSchema(); on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -1345,7 +1345,7 @@ public GrantPrivilegesToRoleOnSchemaObject getOnSchemaObject(); on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -1359,7 +1359,7 @@ public java.util.List getPrivileges(); The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -1373,7 +1373,7 @@ public java.lang.Object getWithGrantOption(); Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -1409,7 +1409,7 @@ public java.lang.String getObjectName(); The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1425,7 +1425,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1463,7 +1463,7 @@ public java.lang.String getAllSchemasInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -1477,7 +1477,7 @@ public java.lang.String getFutureSchemasInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -1491,7 +1491,7 @@ public java.lang.String getSchemaName(); The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -1531,7 +1531,7 @@ public GrantPrivilegesToRoleOnSchemaObjectAll getAll(); all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -1545,7 +1545,7 @@ public GrantPrivilegesToRoleOnSchemaObjectFuture getFuture(); future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -1559,7 +1559,7 @@ public java.lang.String getObjectName(); The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1575,7 +1575,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1615,7 +1615,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1629,7 +1629,7 @@ public java.lang.String getInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1643,7 +1643,7 @@ public java.lang.String getInSchema(); The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -1683,7 +1683,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1697,7 +1697,7 @@ public java.lang.String getInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1711,7 +1711,7 @@ public java.lang.String getInSchema(); The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- diff --git a/docs/grantPrivilegesToRole.python.md b/docs/grantPrivilegesToRole.python.md index 7c3bd0058..49346a682 100644 --- a/docs/grantPrivilegesToRole.python.md +++ b/docs/grantPrivilegesToRole.python.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. #### Initializers @@ -46,7 +46,7 @@ grantPrivilegesToRole.GrantPrivilegesToRole( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | role_name | str | The fully qualified name of the role to which privileges will be granted. | | all_privileges | typing.Union[bool, cdktf.IResolvable] | Grant all privileges on the account role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the privileges will be granted on the account. | | on_account_object | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | on_schema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -588,7 +588,7 @@ def put_on_account_object( The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -600,7 +600,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -620,7 +620,7 @@ def put_on_schema( The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -630,7 +630,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -640,7 +640,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -661,7 +661,7 @@ def put_on_schema_object( all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -671,7 +671,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -681,7 +681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -693,7 +693,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -859,7 +859,7 @@ The construct id used in the generated config for the GrantPrivilegesToRole to i The id of the existing GrantPrivilegesToRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use --- @@ -1292,7 +1292,7 @@ grantPrivilegesToRole.GrantPrivilegesToRoleConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | role_name | str | The fully qualified name of the role to which privileges will be granted. | | all_privileges | typing.Union[bool, cdktf.IResolvable] | Grant all privileges on the account role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the privileges will be granted on the account. | | on_account_object | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | on_schema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -1382,7 +1382,7 @@ role_name: str The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -1396,7 +1396,7 @@ all_privileges: typing.Union[bool, IResolvable] Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -1408,7 +1408,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1425,7 +1425,7 @@ on_account: typing.Union[bool, IResolvable] If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -1439,7 +1439,7 @@ on_account_object: GrantPrivilegesToRoleOnAccountObject on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -1453,7 +1453,7 @@ on_schema: GrantPrivilegesToRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -1467,7 +1467,7 @@ on_schema_object: GrantPrivilegesToRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -1481,7 +1481,7 @@ privileges: typing.List[str] The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -1495,7 +1495,7 @@ with_grant_option: typing.Union[bool, IResolvable] Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -1531,7 +1531,7 @@ object_name: str The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1547,7 +1547,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1585,7 +1585,7 @@ all_schemas_in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -1599,7 +1599,7 @@ future_schemas_in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -1613,7 +1613,7 @@ schema_name: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -1653,7 +1653,7 @@ all: GrantPrivilegesToRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -1667,7 +1667,7 @@ future: GrantPrivilegesToRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -1681,7 +1681,7 @@ object_name: str The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1697,7 +1697,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1737,7 +1737,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1751,7 +1751,7 @@ in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1765,7 +1765,7 @@ in_schema: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -1805,7 +1805,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1819,7 +1819,7 @@ in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1833,7 +1833,7 @@ in_schema: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -3117,7 +3117,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -3127,7 +3127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -3137,7 +3137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -3159,7 +3159,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -3169,7 +3169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -3179,7 +3179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- diff --git a/docs/grantPrivilegesToRole.typescript.md b/docs/grantPrivilegesToRole.typescript.md index 813471237..e0196d420 100644 --- a/docs/grantPrivilegesToRole.typescript.md +++ b/docs/grantPrivilegesToRole.typescript.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. #### Initializers @@ -562,7 +562,7 @@ The construct id used in the generated config for the GrantPrivilegesToRole to i The id of the existing GrantPrivilegesToRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use --- @@ -978,7 +978,7 @@ const grantPrivilegesToRoleConfig: grantPrivilegesToRole.GrantPrivilegesToRoleCo | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | roleName | string | The fully qualified name of the role to which privileges will be granted. | | allPrivileges | boolean \| cdktf.IResolvable | Grant all privileges on the account role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | onAccount | boolean \| cdktf.IResolvable | If true, the privileges will be granted on the account. | | onAccountObject | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | onSchema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -1068,7 +1068,7 @@ public readonly roleName: string; The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -1082,7 +1082,7 @@ public readonly allPrivileges: boolean | IResolvable; Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -1094,7 +1094,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1111,7 +1111,7 @@ public readonly onAccount: boolean | IResolvable; If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -1125,7 +1125,7 @@ public readonly onAccountObject: GrantPrivilegesToRoleOnAccountObject; on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -1139,7 +1139,7 @@ public readonly onSchema: GrantPrivilegesToRoleOnSchema; on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -1153,7 +1153,7 @@ public readonly onSchemaObject: GrantPrivilegesToRoleOnSchemaObject; on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -1167,7 +1167,7 @@ public readonly privileges: string[]; The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -1181,7 +1181,7 @@ public readonly withGrantOption: boolean | IResolvable; Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -1214,7 +1214,7 @@ public readonly objectName: string; The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1230,7 +1230,7 @@ The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1264,7 +1264,7 @@ public readonly allSchemasInDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -1278,7 +1278,7 @@ public readonly futureSchemasInDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -1292,7 +1292,7 @@ public readonly schemaName: string; The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -1327,7 +1327,7 @@ public readonly all: GrantPrivilegesToRoleOnSchemaObjectAll; all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -1341,7 +1341,7 @@ public readonly future: GrantPrivilegesToRoleOnSchemaObjectFuture; future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -1355,7 +1355,7 @@ public readonly objectName: string; The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1371,7 +1371,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1407,7 +1407,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1421,7 +1421,7 @@ public readonly inDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1435,7 +1435,7 @@ public readonly inSchema: string; The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -1471,7 +1471,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1485,7 +1485,7 @@ public readonly inDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1499,7 +1499,7 @@ public readonly inSchema: string; The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- diff --git a/docs/grantPrivilegesToShare.csharp.md b/docs/grantPrivilegesToShare.csharp.md index 6358cef28..af1cd97a2 100644 --- a/docs/grantPrivilegesToShare.csharp.md +++ b/docs/grantPrivilegesToShare.csharp.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToShare -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the GrantPrivilegesToShare to The id of the existing GrantPrivilegesToShare that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use --- @@ -949,7 +949,7 @@ new GrantPrivilegesToShareConfig { | Provisioners | object[] | *No description.* | | Privileges | string[] | The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. | | ToShare | string | The fully qualified name of the share on which privileges will be granted. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | | OnAllTablesInSchema | string | The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. | | OnDatabase | string | The fully qualified name of the database on which privileges will be granted. | | OnSchema | string | The fully qualified name of the schema on which privileges will be granted. | @@ -1039,7 +1039,7 @@ public string[] Privileges { get; set; } The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -1053,7 +1053,7 @@ public string ToShare { get; set; } The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -1065,7 +1065,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1082,7 +1082,7 @@ public string OnAllTablesInSchema { get; set; } The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -1096,7 +1096,7 @@ public string OnDatabase { get; set; } The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -1110,7 +1110,7 @@ public string OnSchema { get; set; } The fully qualified name of the schema on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -1124,7 +1124,7 @@ public string OnTable { get; set; } The fully qualified name of the table on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -1138,7 +1138,7 @@ public string OnTag { get; set; } The fully qualified name of the tag on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -1152,7 +1152,7 @@ public string OnView { get; set; } The fully qualified name of the view on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- diff --git a/docs/grantPrivilegesToShare.go.md b/docs/grantPrivilegesToShare.go.md index 46a51225b..4647a421b 100644 --- a/docs/grantPrivilegesToShare.go.md +++ b/docs/grantPrivilegesToShare.go.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToShare -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the GrantPrivilegesToShare to The id of the existing GrantPrivilegesToShare that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use --- @@ -949,7 +949,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/grantprivileg | Provisioners | *[]interface{} | *No description.* | | Privileges | *[]*string | The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. | | ToShare | *string | The fully qualified name of the share on which privileges will be granted. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | | OnAllTablesInSchema | *string | The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. | | OnDatabase | *string | The fully qualified name of the database on which privileges will be granted. | | OnSchema | *string | The fully qualified name of the schema on which privileges will be granted. | @@ -1039,7 +1039,7 @@ Privileges *[]*string The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -1053,7 +1053,7 @@ ToShare *string The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -1065,7 +1065,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1082,7 +1082,7 @@ OnAllTablesInSchema *string The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -1096,7 +1096,7 @@ OnDatabase *string The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -1110,7 +1110,7 @@ OnSchema *string The fully qualified name of the schema on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -1124,7 +1124,7 @@ OnTable *string The fully qualified name of the table on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -1138,7 +1138,7 @@ OnTag *string The fully qualified name of the tag on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -1152,7 +1152,7 @@ OnView *string The fully qualified name of the view on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- diff --git a/docs/grantPrivilegesToShare.java.md b/docs/grantPrivilegesToShare.java.md index fc61e49a8..ac94a4f84 100644 --- a/docs/grantPrivilegesToShare.java.md +++ b/docs/grantPrivilegesToShare.java.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToShare -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. #### Initializers @@ -48,7 +48,7 @@ GrantPrivilegesToShare.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | privileges | java.util.List | The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. | | toShare | java.lang.String | The fully qualified name of the share on which privileges will be granted. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | | onAllTablesInSchema | java.lang.String | The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. | | onDatabase | java.lang.String | The fully qualified name of the database on which privileges will be granted. | | onSchema | java.lang.String | The fully qualified name of the schema on which privileges will be granted. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the table on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the tag on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the view on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- @@ -681,7 +681,7 @@ The construct id used in the generated config for the GrantPrivilegesToShare to The id of the existing GrantPrivilegesToShare that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use --- @@ -1118,7 +1118,7 @@ GrantPrivilegesToShareConfig.builder() | provisioners | java.util.List | *No description.* | | privileges | java.util.List | The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. | | toShare | java.lang.String | The fully qualified name of the share on which privileges will be granted. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | | onAllTablesInSchema | java.lang.String | The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. | | onDatabase | java.lang.String | The fully qualified name of the database on which privileges will be granted. | | onSchema | java.lang.String | The fully qualified name of the schema on which privileges will be granted. | @@ -1208,7 +1208,7 @@ public java.util.List getPrivileges(); The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -1222,7 +1222,7 @@ public java.lang.String getToShare(); The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -1234,7 +1234,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1251,7 +1251,7 @@ public java.lang.String getOnAllTablesInSchema(); The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -1265,7 +1265,7 @@ public java.lang.String getOnDatabase(); The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -1279,7 +1279,7 @@ public java.lang.String getOnSchema(); The fully qualified name of the schema on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -1293,7 +1293,7 @@ public java.lang.String getOnTable(); The fully qualified name of the table on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -1307,7 +1307,7 @@ public java.lang.String getOnTag(); The fully qualified name of the tag on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -1321,7 +1321,7 @@ public java.lang.String getOnView(); The fully qualified name of the view on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- diff --git a/docs/grantPrivilegesToShare.python.md b/docs/grantPrivilegesToShare.python.md index b236df45f..7f0c7d22e 100644 --- a/docs/grantPrivilegesToShare.python.md +++ b/docs/grantPrivilegesToShare.python.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToShare -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. #### Initializers @@ -46,7 +46,7 @@ grantPrivilegesToShare.GrantPrivilegesToShare( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | privileges | typing.List[str] | The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. | | to_share | str | The fully qualified name of the share on which privileges will be granted. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | | on_all_tables_in_schema | str | The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. | | on_database | str | The fully qualified name of the database on which privileges will be granted. | | on_schema | str | The fully qualified name of the schema on which privileges will be granted. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the table on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the tag on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the view on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- @@ -725,7 +725,7 @@ The construct id used in the generated config for the GrantPrivilegesToShare to The id of the existing GrantPrivilegesToShare that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use --- @@ -1158,7 +1158,7 @@ grantPrivilegesToShare.GrantPrivilegesToShareConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | privileges | typing.List[str] | The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. | | to_share | str | The fully qualified name of the share on which privileges will be granted. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | | on_all_tables_in_schema | str | The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. | | on_database | str | The fully qualified name of the database on which privileges will be granted. | | on_schema | str | The fully qualified name of the schema on which privileges will be granted. | @@ -1248,7 +1248,7 @@ privileges: typing.List[str] The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -1262,7 +1262,7 @@ to_share: str The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -1274,7 +1274,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1291,7 +1291,7 @@ on_all_tables_in_schema: str The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -1305,7 +1305,7 @@ on_database: str The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -1319,7 +1319,7 @@ on_schema: str The fully qualified name of the schema on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -1333,7 +1333,7 @@ on_table: str The fully qualified name of the table on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -1347,7 +1347,7 @@ on_tag: str The fully qualified name of the tag on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -1361,7 +1361,7 @@ on_view: str The fully qualified name of the view on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- diff --git a/docs/grantPrivilegesToShare.typescript.md b/docs/grantPrivilegesToShare.typescript.md index 6887f6d77..b2dbe7c93 100644 --- a/docs/grantPrivilegesToShare.typescript.md +++ b/docs/grantPrivilegesToShare.typescript.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToShare -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the GrantPrivilegesToShare to The id of the existing GrantPrivilegesToShare that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use --- @@ -932,7 +932,7 @@ const grantPrivilegesToShareConfig: grantPrivilegesToShare.GrantPrivilegesToShar | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | privileges | string[] | The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. | | toShare | string | The fully qualified name of the share on which privileges will be granted. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | | onAllTablesInSchema | string | The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. | | onDatabase | string | The fully qualified name of the database on which privileges will be granted. | | onSchema | string | The fully qualified name of the schema on which privileges will be granted. | @@ -1022,7 +1022,7 @@ public readonly privileges: string[]; The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -1036,7 +1036,7 @@ public readonly toShare: string; The fully qualified name of the share on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -1048,7 +1048,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1065,7 +1065,7 @@ public readonly onAllTablesInSchema: string; The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -1079,7 +1079,7 @@ public readonly onDatabase: string; The fully qualified name of the database on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -1093,7 +1093,7 @@ public readonly onSchema: string; The fully qualified name of the schema on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -1107,7 +1107,7 @@ public readonly onTable: string; The fully qualified name of the table on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -1121,7 +1121,7 @@ public readonly onTag: string; The fully qualified name of the tag on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -1135,7 +1135,7 @@ public readonly onView: string; The fully qualified name of the view on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- diff --git a/docs/integrationGrant.csharp.md b/docs/integrationGrant.csharp.md index 0b6b95691..1733bdae1 100644 --- a/docs/integrationGrant.csharp.md +++ b/docs/integrationGrant.csharp.md @@ -4,7 +4,7 @@ ### IntegrationGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant snowflake_integration_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant snowflake_integration_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the IntegrationGrant to import The id of the existing IntegrationGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use --- @@ -896,7 +896,7 @@ new IntegrationGrantConfig { | Provisioners | object[] | *No description.* | | IntegrationName | string | Identifier for the integration; must be unique for your account. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. | | Privilege | string | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -984,7 +984,7 @@ public string IntegrationName { get; set; } Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -1000,7 +1000,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -1012,7 +1012,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1029,7 +1029,7 @@ public string Privilege { get; set; } The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -1045,7 +1045,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -1059,7 +1059,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -1073,7 +1073,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- diff --git a/docs/integrationGrant.go.md b/docs/integrationGrant.go.md index 7830452da..b2b1d50cc 100644 --- a/docs/integrationGrant.go.md +++ b/docs/integrationGrant.go.md @@ -4,7 +4,7 @@ ### IntegrationGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant snowflake_integration_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant snowflake_integration_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the IntegrationGrant to import The id of the existing IntegrationGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use --- @@ -896,7 +896,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/integrationgr | Provisioners | *[]interface{} | *No description.* | | IntegrationName | *string | Identifier for the integration; must be unique for your account. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. | | Privilege | *string | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -984,7 +984,7 @@ IntegrationName *string Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -1000,7 +1000,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -1012,7 +1012,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1029,7 +1029,7 @@ Privilege *string The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -1045,7 +1045,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -1059,7 +1059,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -1073,7 +1073,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- diff --git a/docs/integrationGrant.java.md b/docs/integrationGrant.java.md index 796c114fe..dec7ffdc0 100644 --- a/docs/integrationGrant.java.md +++ b/docs/integrationGrant.java.md @@ -4,7 +4,7 @@ ### IntegrationGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant snowflake_integration_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant snowflake_integration_grant}. #### Initializers @@ -48,7 +48,7 @@ IntegrationGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | integrationName | java.lang.String | Identifier for the integration; must be unique for your account. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. | | privilege | java.lang.String | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -134,7 +134,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -167,7 +167,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- @@ -656,7 +656,7 @@ The construct id used in the generated config for the IntegrationGrant to import The id of the existing IntegrationGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use --- @@ -1049,7 +1049,7 @@ IntegrationGrantConfig.builder() | provisioners | java.util.List | *No description.* | | integrationName | java.lang.String | Identifier for the integration; must be unique for your account. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. | | privilege | java.lang.String | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1137,7 +1137,7 @@ public java.lang.String getIntegrationName(); Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -1153,7 +1153,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -1165,7 +1165,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1182,7 +1182,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -1198,7 +1198,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -1212,7 +1212,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -1226,7 +1226,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- diff --git a/docs/integrationGrant.python.md b/docs/integrationGrant.python.md index 1f3502d48..6ed7c657c 100644 --- a/docs/integrationGrant.python.md +++ b/docs/integrationGrant.python.md @@ -4,7 +4,7 @@ ### IntegrationGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant snowflake_integration_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant snowflake_integration_grant}. #### Initializers @@ -44,7 +44,7 @@ integrationGrant.IntegrationGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | integration_name | str | Identifier for the integration; must be unique for your account. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. | | privilege | str | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -130,7 +130,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -163,7 +163,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- @@ -698,7 +698,7 @@ The construct id used in the generated config for the IntegrationGrant to import The id of the existing IntegrationGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use --- @@ -1085,7 +1085,7 @@ integrationGrant.IntegrationGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | integration_name | str | Identifier for the integration; must be unique for your account. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. | | privilege | str | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1173,7 +1173,7 @@ integration_name: str Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -1189,7 +1189,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -1201,7 +1201,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1218,7 +1218,7 @@ privilege: str The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -1234,7 +1234,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -1248,7 +1248,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -1262,7 +1262,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- diff --git a/docs/integrationGrant.typescript.md b/docs/integrationGrant.typescript.md index 52512ee3a..b421a653f 100644 --- a/docs/integrationGrant.typescript.md +++ b/docs/integrationGrant.typescript.md @@ -4,7 +4,7 @@ ### IntegrationGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant snowflake_integration_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant snowflake_integration_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the IntegrationGrant to import The id of the existing IntegrationGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use --- @@ -881,7 +881,7 @@ const integrationGrantConfig: integrationGrant.IntegrationGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | integrationName | string | Identifier for the integration; must be unique for your account. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. | | privilege | string | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -969,7 +969,7 @@ public readonly integrationName: string; Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -985,7 +985,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -997,7 +997,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1014,7 +1014,7 @@ public readonly privilege: string; The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -1030,7 +1030,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -1044,7 +1044,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -1058,7 +1058,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- diff --git a/docs/managedAccount.csharp.md b/docs/managedAccount.csharp.md index 2620ca00d..429778b88 100644 --- a/docs/managedAccount.csharp.md +++ b/docs/managedAccount.csharp.md @@ -4,7 +4,7 @@ ### ManagedAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account snowflake_managed_account}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the ManagedAccount to import. The id of the existing ManagedAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -909,7 +909,7 @@ new ManagedAccountConfig { | AdminPassword | string | Password for the initial user in the managed account. | | Name | string | Identifier for the managed account; must be unique for your account. | | Comment | string | Specifies a comment for the managed account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. | | Type | string | Specifies the type of managed account. | --- @@ -996,7 +996,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1010,7 +1010,7 @@ public string AdminPassword { get; set; } Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1024,7 +1024,7 @@ public string Name { get; set; } Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1038,7 +1038,7 @@ public string Comment { get; set; } Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1050,7 +1050,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1067,7 +1067,7 @@ public string Type { get; set; } Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.go.md b/docs/managedAccount.go.md index cfaaf374f..684d1e230 100644 --- a/docs/managedAccount.go.md +++ b/docs/managedAccount.go.md @@ -4,7 +4,7 @@ ### ManagedAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account snowflake_managed_account}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the ManagedAccount to import. The id of the existing ManagedAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -909,7 +909,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/managedaccoun | AdminPassword | *string | Password for the initial user in the managed account. | | Name | *string | Identifier for the managed account; must be unique for your account. | | Comment | *string | Specifies a comment for the managed account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. | | Type | *string | Specifies the type of managed account. | --- @@ -996,7 +996,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1010,7 +1010,7 @@ AdminPassword *string Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1024,7 +1024,7 @@ Name *string Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1038,7 +1038,7 @@ Comment *string Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1050,7 +1050,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1067,7 +1067,7 @@ Type *string Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.java.md b/docs/managedAccount.java.md index 886fd3725..f9e4197d6 100644 --- a/docs/managedAccount.java.md +++ b/docs/managedAccount.java.md @@ -4,7 +4,7 @@ ### ManagedAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account snowflake_managed_account}. #### Initializers @@ -47,7 +47,7 @@ ManagedAccount.Builder.create(Construct scope, java.lang.String id) | adminPassword | java.lang.String | Password for the initial user in the managed account. | | name | java.lang.String | Identifier for the managed account; must be unique for your account. | | comment | java.lang.String | Specifies a comment for the managed account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. | | type | java.lang.String | Specifies the type of managed account. | --- @@ -120,7 +120,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#name ManagedAccount#name} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#type ManagedAccount#type} --- @@ -619,7 +619,7 @@ The construct id used in the generated config for the ManagedAccount to import. The id of the existing ManagedAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -1044,7 +1044,7 @@ ManagedAccountConfig.builder() | adminPassword | java.lang.String | Password for the initial user in the managed account. | | name | java.lang.String | Identifier for the managed account; must be unique for your account. | | comment | java.lang.String | Specifies a comment for the managed account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. | | type | java.lang.String | Specifies the type of managed account. | --- @@ -1131,7 +1131,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1145,7 +1145,7 @@ public java.lang.String getAdminPassword(); Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1159,7 +1159,7 @@ public java.lang.String getName(); Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1173,7 +1173,7 @@ public java.lang.String getComment(); Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1185,7 +1185,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1202,7 +1202,7 @@ public java.lang.String getType(); Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.python.md b/docs/managedAccount.python.md index 9b114c166..7fda1d641 100644 --- a/docs/managedAccount.python.md +++ b/docs/managedAccount.python.md @@ -4,7 +4,7 @@ ### ManagedAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account snowflake_managed_account}. #### Initializers @@ -45,7 +45,7 @@ managedAccount.ManagedAccount( | admin_password | str | Password for the initial user in the managed account. | | name | str | Identifier for the managed account; must be unique for your account. | | comment | str | Specifies a comment for the managed account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. | | type | str | Specifies the type of managed account. | --- @@ -118,7 +118,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#name ManagedAccount#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -169,7 +169,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#type ManagedAccount#type} --- @@ -663,7 +663,7 @@ The construct id used in the generated config for the ManagedAccount to import. The id of the existing ManagedAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -1084,7 +1084,7 @@ managedAccount.ManagedAccountConfig( | admin_password | str | Password for the initial user in the managed account. | | name | str | Identifier for the managed account; must be unique for your account. | | comment | str | Specifies a comment for the managed account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. | | type | str | Specifies the type of managed account. | --- @@ -1171,7 +1171,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1185,7 +1185,7 @@ admin_password: str Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1199,7 +1199,7 @@ name: str Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1213,7 +1213,7 @@ comment: str Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1225,7 +1225,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1242,7 +1242,7 @@ type: str Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.typescript.md b/docs/managedAccount.typescript.md index 299002795..23324cebf 100644 --- a/docs/managedAccount.typescript.md +++ b/docs/managedAccount.typescript.md @@ -4,7 +4,7 @@ ### ManagedAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account snowflake_managed_account}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the ManagedAccount to import. The id of the existing ManagedAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -895,7 +895,7 @@ const managedAccountConfig: managedAccount.ManagedAccountConfig = { ... } | adminPassword | string | Password for the initial user in the managed account. | | name | string | Identifier for the managed account; must be unique for your account. | | comment | string | Specifies a comment for the managed account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. | | type | string | Specifies the type of managed account. | --- @@ -982,7 +982,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -996,7 +996,7 @@ public readonly adminPassword: string; Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1010,7 +1010,7 @@ public readonly name: string; Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1024,7 +1024,7 @@ public readonly comment: string; Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1036,7 +1036,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1053,7 +1053,7 @@ public readonly type: string; Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/maskingPolicy.csharp.md b/docs/maskingPolicy.csharp.md index ff4a99c64..f0e689c30 100644 --- a/docs/maskingPolicy.csharp.md +++ b/docs/maskingPolicy.csharp.md @@ -4,7 +4,7 @@ ### MaskingPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the MaskingPolicy to import. The id of the existing MaskingPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -1011,7 +1011,7 @@ new MaskingPolicyConfig { | Signature | MaskingPolicySignature | signature block. | | Comment | string | Specifies a comment for the masking policy. | | ExemptOtherPolicies | object | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. | | IfNotExists | object | Prevent overwriting a previous masking policy with the same name. | | OrReplace | object | Whether to override a previous masking policy with the same name. | @@ -1097,7 +1097,7 @@ public string Database { get; set; } The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1111,7 +1111,7 @@ public string MaskingExpression { get; set; } Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -1127,7 +1127,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1141,7 +1141,7 @@ public string ReturnDataType { get; set; } Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1155,7 +1155,7 @@ public string Schema { get; set; } The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1169,7 +1169,7 @@ public MaskingPolicySignature Signature { get; set; } signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -1183,7 +1183,7 @@ public string Comment { get; set; } Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1197,7 +1197,7 @@ public object ExemptOtherPolicies { get; set; } Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1209,7 +1209,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1226,7 +1226,7 @@ public object IfNotExists { get; set; } Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -1240,7 +1240,7 @@ public object OrReplace { get; set; } Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -1274,7 +1274,7 @@ public object Column { get; set; } column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -1310,7 +1310,7 @@ public string Name { get; set; } Specifies the column name to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1324,7 +1324,7 @@ public string Type { get; set; } Specifies the column type to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#type MaskingPolicy#type} --- diff --git a/docs/maskingPolicy.go.md b/docs/maskingPolicy.go.md index c5079b8ae..8304edec5 100644 --- a/docs/maskingPolicy.go.md +++ b/docs/maskingPolicy.go.md @@ -4,7 +4,7 @@ ### MaskingPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the MaskingPolicy to import. The id of the existing MaskingPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -1011,7 +1011,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/maskingpolicy | Signature | MaskingPolicySignature | signature block. | | Comment | *string | Specifies a comment for the masking policy. | | ExemptOtherPolicies | interface{} | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. | | IfNotExists | interface{} | Prevent overwriting a previous masking policy with the same name. | | OrReplace | interface{} | Whether to override a previous masking policy with the same name. | @@ -1097,7 +1097,7 @@ Database *string The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1111,7 +1111,7 @@ MaskingExpression *string Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -1127,7 +1127,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1141,7 +1141,7 @@ ReturnDataType *string Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1155,7 +1155,7 @@ Schema *string The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1169,7 +1169,7 @@ Signature MaskingPolicySignature signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -1183,7 +1183,7 @@ Comment *string Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1197,7 +1197,7 @@ ExemptOtherPolicies interface{} Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1209,7 +1209,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1226,7 +1226,7 @@ IfNotExists interface{} Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -1240,7 +1240,7 @@ OrReplace interface{} Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -1274,7 +1274,7 @@ Column interface{} column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -1310,7 +1310,7 @@ Name *string Specifies the column name to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1324,7 +1324,7 @@ Type *string Specifies the column type to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#type MaskingPolicy#type} --- diff --git a/docs/maskingPolicy.java.md b/docs/maskingPolicy.java.md index e892d53bd..d9119b58c 100644 --- a/docs/maskingPolicy.java.md +++ b/docs/maskingPolicy.java.md @@ -4,7 +4,7 @@ ### MaskingPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -59,7 +59,7 @@ MaskingPolicy.Builder.create(Construct scope, java.lang.String id) | signature | MaskingPolicySignature | signature block. | | comment | java.lang.String | Specifies a comment for the masking policy. | | exemptOtherPolicies | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. | | ifNotExists | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Prevent overwriting a previous masking policy with the same name. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether to override a previous masking policy with the same name. | @@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -153,7 +153,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -224,7 +224,7 @@ If you experience problems setting this value it might not be settable. Please t Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -709,7 +709,7 @@ The construct id used in the generated config for the MaskingPolicy to import. The id of the existing MaskingPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -1212,7 +1212,7 @@ MaskingPolicyConfig.builder() | signature | MaskingPolicySignature | signature block. | | comment | java.lang.String | Specifies a comment for the masking policy. | | exemptOtherPolicies | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. | | ifNotExists | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Prevent overwriting a previous masking policy with the same name. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether to override a previous masking policy with the same name. | @@ -1298,7 +1298,7 @@ public java.lang.String getDatabase(); The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1312,7 +1312,7 @@ public java.lang.String getMaskingExpression(); Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -1328,7 +1328,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1342,7 +1342,7 @@ public java.lang.String getReturnDataType(); Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1356,7 +1356,7 @@ public java.lang.String getSchema(); The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1370,7 +1370,7 @@ public MaskingPolicySignature getSignature(); signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -1384,7 +1384,7 @@ public java.lang.String getComment(); Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1398,7 +1398,7 @@ public java.lang.Object getExemptOtherPolicies(); Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1410,7 +1410,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1427,7 +1427,7 @@ public java.lang.Object getIfNotExists(); Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -1441,7 +1441,7 @@ public java.lang.Object getOrReplace(); Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -1476,7 +1476,7 @@ public java.lang.Object getColumn(); column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -1512,7 +1512,7 @@ public java.lang.String getName(); Specifies the column name to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1526,7 +1526,7 @@ public java.lang.String getType(); Specifies the column type to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#type MaskingPolicy#type} --- diff --git a/docs/maskingPolicy.python.md b/docs/maskingPolicy.python.md index ed3ffd46a..b0e9e78d6 100644 --- a/docs/maskingPolicy.python.md +++ b/docs/maskingPolicy.python.md @@ -4,7 +4,7 @@ ### MaskingPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -54,7 +54,7 @@ maskingPolicy.MaskingPolicy( | signature | MaskingPolicySignature | signature block. | | comment | str | Specifies a comment for the masking policy. | | exempt_other_policies | typing.Union[bool, cdktf.IResolvable] | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. | | if_not_exists | typing.Union[bool, cdktf.IResolvable] | Prevent overwriting a previous masking policy with the same name. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Whether to override a previous masking policy with the same name. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -148,7 +148,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -219,7 +219,7 @@ If you experience problems setting this value it might not be settable. Please t Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -608,7 +608,7 @@ def put_signature( column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -756,7 +756,7 @@ The construct id used in the generated config for the MaskingPolicy to import. The id of the existing MaskingPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -1252,7 +1252,7 @@ maskingPolicy.MaskingPolicyConfig( | signature | MaskingPolicySignature | signature block. | | comment | str | Specifies a comment for the masking policy. | | exempt_other_policies | typing.Union[bool, cdktf.IResolvable] | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. | | if_not_exists | typing.Union[bool, cdktf.IResolvable] | Prevent overwriting a previous masking policy with the same name. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Whether to override a previous masking policy with the same name. | @@ -1338,7 +1338,7 @@ database: str The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1352,7 +1352,7 @@ masking_expression: str Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -1368,7 +1368,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1382,7 +1382,7 @@ return_data_type: str Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1396,7 +1396,7 @@ schema: str The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1410,7 +1410,7 @@ signature: MaskingPolicySignature signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -1424,7 +1424,7 @@ comment: str Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1438,7 +1438,7 @@ exempt_other_policies: typing.Union[bool, IResolvable] Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1450,7 +1450,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1467,7 +1467,7 @@ if_not_exists: typing.Union[bool, IResolvable] Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -1481,7 +1481,7 @@ or_replace: typing.Union[bool, IResolvable] Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -1515,7 +1515,7 @@ column: typing.Union[IResolvable, typing.List[MaskingPolicySignatureColumn]] column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -1551,7 +1551,7 @@ name: str Specifies the column name to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1565,7 +1565,7 @@ type: str Specifies the column type to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#type MaskingPolicy#type} --- diff --git a/docs/maskingPolicy.typescript.md b/docs/maskingPolicy.typescript.md index bf4390d8c..b12cf5291 100644 --- a/docs/maskingPolicy.typescript.md +++ b/docs/maskingPolicy.typescript.md @@ -4,7 +4,7 @@ ### MaskingPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the MaskingPolicy to import. The id of the existing MaskingPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -992,7 +992,7 @@ const maskingPolicyConfig: maskingPolicy.MaskingPolicyConfig = { ... } | signature | MaskingPolicySignature | signature block. | | comment | string | Specifies a comment for the masking policy. | | exemptOtherPolicies | boolean \| cdktf.IResolvable | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. | | ifNotExists | boolean \| cdktf.IResolvable | Prevent overwriting a previous masking policy with the same name. | | orReplace | boolean \| cdktf.IResolvable | Whether to override a previous masking policy with the same name. | @@ -1078,7 +1078,7 @@ public readonly database: string; The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1092,7 +1092,7 @@ public readonly maskingExpression: string; Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -1108,7 +1108,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1122,7 +1122,7 @@ public readonly returnDataType: string; Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1136,7 +1136,7 @@ public readonly schema: string; The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1150,7 +1150,7 @@ public readonly signature: MaskingPolicySignature; signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -1164,7 +1164,7 @@ public readonly comment: string; Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1178,7 +1178,7 @@ public readonly exemptOtherPolicies: boolean | IResolvable; Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1190,7 +1190,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1207,7 +1207,7 @@ public readonly ifNotExists: boolean | IResolvable; Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -1221,7 +1221,7 @@ public readonly orReplace: boolean | IResolvable; Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -1253,7 +1253,7 @@ public readonly column: IResolvable | MaskingPolicySignatureColumn[]; column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -1286,7 +1286,7 @@ public readonly name: string; Specifies the column name to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1300,7 +1300,7 @@ public readonly type: string; Specifies the column type to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#type MaskingPolicy#type} --- diff --git a/docs/maskingPolicyGrant.csharp.md b/docs/maskingPolicyGrant.csharp.md index bd8c928e6..08eeda5f6 100644 --- a/docs/maskingPolicyGrant.csharp.md +++ b/docs/maskingPolicyGrant.csharp.md @@ -4,7 +4,7 @@ ### MaskingPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the MaskingPolicyGrant to impo The id of the existing MaskingPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -944,7 +944,7 @@ new MaskingPolicyGrantConfig { | MaskingPolicyName | string | The name of the masking policy on which to grant privileges immediately. | | SchemaName | string | The name of the schema containing the masking policy on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | Privilege | string | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -1032,7 +1032,7 @@ public string DatabaseName { get; set; } The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -1046,7 +1046,7 @@ public string MaskingPolicyName { get; set; } The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -1060,7 +1060,7 @@ public string SchemaName { get; set; } The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -1076,7 +1076,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -1088,7 +1088,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1105,7 +1105,7 @@ public string Privilege { get; set; } The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -1121,7 +1121,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -1135,7 +1135,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -1149,7 +1149,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- diff --git a/docs/maskingPolicyGrant.go.md b/docs/maskingPolicyGrant.go.md index b872f24e5..1257fd091 100644 --- a/docs/maskingPolicyGrant.go.md +++ b/docs/maskingPolicyGrant.go.md @@ -4,7 +4,7 @@ ### MaskingPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the MaskingPolicyGrant to impo The id of the existing MaskingPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -944,7 +944,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/maskingpolicy | MaskingPolicyName | *string | The name of the masking policy on which to grant privileges immediately. | | SchemaName | *string | The name of the schema containing the masking policy on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | Privilege | *string | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -1032,7 +1032,7 @@ DatabaseName *string The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -1046,7 +1046,7 @@ MaskingPolicyName *string The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -1060,7 +1060,7 @@ SchemaName *string The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -1076,7 +1076,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -1088,7 +1088,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1105,7 +1105,7 @@ Privilege *string The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -1121,7 +1121,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -1135,7 +1135,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -1149,7 +1149,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- diff --git a/docs/maskingPolicyGrant.java.md b/docs/maskingPolicyGrant.java.md index a53caa4fa..0c6959d70 100644 --- a/docs/maskingPolicyGrant.java.md +++ b/docs/maskingPolicyGrant.java.md @@ -4,7 +4,7 @@ ### MaskingPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. #### Initializers @@ -52,7 +52,7 @@ MaskingPolicyGrant.Builder.create(Construct scope, java.lang.String id) | maskingPolicyName | java.lang.String | The name of the masking policy on which to grant privileges immediately. | | schemaName | java.lang.String | The name of the schema containing the masking policy on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | privilege | java.lang.String | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -158,7 +158,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -191,7 +191,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- @@ -680,7 +680,7 @@ The construct id used in the generated config for the MaskingPolicyGrant to impo The id of the existing MaskingPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -1121,7 +1121,7 @@ MaskingPolicyGrantConfig.builder() | maskingPolicyName | java.lang.String | The name of the masking policy on which to grant privileges immediately. | | schemaName | java.lang.String | The name of the schema containing the masking policy on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | privilege | java.lang.String | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1209,7 +1209,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -1223,7 +1223,7 @@ public java.lang.String getMaskingPolicyName(); The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -1237,7 +1237,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -1253,7 +1253,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -1265,7 +1265,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1282,7 +1282,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -1298,7 +1298,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -1312,7 +1312,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -1326,7 +1326,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- diff --git a/docs/maskingPolicyGrant.python.md b/docs/maskingPolicyGrant.python.md index 5a977169e..2813546af 100644 --- a/docs/maskingPolicyGrant.python.md +++ b/docs/maskingPolicyGrant.python.md @@ -4,7 +4,7 @@ ### MaskingPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. #### Initializers @@ -48,7 +48,7 @@ maskingPolicyGrant.MaskingPolicyGrant( | masking_policy_name | str | The name of the masking policy on which to grant privileges immediately. | | schema_name | str | The name of the schema containing the masking policy on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | privilege | str | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -187,7 +187,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- @@ -722,7 +722,7 @@ The construct id used in the generated config for the MaskingPolicyGrant to impo The id of the existing MaskingPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -1157,7 +1157,7 @@ maskingPolicyGrant.MaskingPolicyGrantConfig( | masking_policy_name | str | The name of the masking policy on which to grant privileges immediately. | | schema_name | str | The name of the schema containing the masking policy on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | privilege | str | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1245,7 +1245,7 @@ database_name: str The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -1259,7 +1259,7 @@ masking_policy_name: str The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -1273,7 +1273,7 @@ schema_name: str The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -1289,7 +1289,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -1301,7 +1301,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1318,7 +1318,7 @@ privilege: str The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -1334,7 +1334,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -1348,7 +1348,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -1362,7 +1362,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- diff --git a/docs/maskingPolicyGrant.typescript.md b/docs/maskingPolicyGrant.typescript.md index 4bc263f62..1263fa819 100644 --- a/docs/maskingPolicyGrant.typescript.md +++ b/docs/maskingPolicyGrant.typescript.md @@ -4,7 +4,7 @@ ### MaskingPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the MaskingPolicyGrant to impo The id of the existing MaskingPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -927,7 +927,7 @@ const maskingPolicyGrantConfig: maskingPolicyGrant.MaskingPolicyGrantConfig = { | maskingPolicyName | string | The name of the masking policy on which to grant privileges immediately. | | schemaName | string | The name of the schema containing the masking policy on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | privilege | string | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -1015,7 +1015,7 @@ public readonly databaseName: string; The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -1029,7 +1029,7 @@ public readonly maskingPolicyName: string; The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -1043,7 +1043,7 @@ public readonly schemaName: string; The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -1059,7 +1059,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -1071,7 +1071,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1088,7 +1088,7 @@ public readonly privilege: string; The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -1104,7 +1104,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -1118,7 +1118,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -1132,7 +1132,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- diff --git a/docs/materializedView.csharp.md b/docs/materializedView.csharp.md index 6c95c9e03..0937fb420 100644 --- a/docs/materializedView.csharp.md +++ b/docs/materializedView.csharp.md @@ -4,7 +4,7 @@ ### MaterializedView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view snowflake_materialized_view}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the MaterializedView to import The id of the existing MaterializedView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -975,7 +975,7 @@ new MaterializedViewConfig { | Statement | string | Specifies the query used to create the view. | | Warehouse | string | The warehouse name. | | Comment | string | Specifies a comment for the view. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. | | IsSecure | object | Specifies that the view is secure. | | OrReplace | object | Overwrites the View if it exists. | | Tag | object | tag block. | @@ -1062,7 +1062,7 @@ public string Database { get; set; } The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1076,7 +1076,7 @@ public string Name { get; set; } Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1090,7 +1090,7 @@ public string Schema { get; set; } The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1104,7 +1104,7 @@ public string Statement { get; set; } Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1118,7 +1118,7 @@ public string Warehouse { get; set; } The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1132,7 +1132,7 @@ public string Comment { get; set; } Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1144,7 +1144,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1161,7 +1161,7 @@ public object IsSecure { get; set; } Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1175,7 +1175,7 @@ public object OrReplace { get; set; } Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1189,7 +1189,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1229,7 +1229,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1243,7 +1243,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1257,7 +1257,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1271,7 +1271,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.go.md b/docs/materializedView.go.md index a81fc0ab8..e66e7d5c1 100644 --- a/docs/materializedView.go.md +++ b/docs/materializedView.go.md @@ -4,7 +4,7 @@ ### MaterializedView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view snowflake_materialized_view}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the MaterializedView to import The id of the existing MaterializedView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -975,7 +975,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/materializedv | Statement | *string | Specifies the query used to create the view. | | Warehouse | *string | The warehouse name. | | Comment | *string | Specifies a comment for the view. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. | | IsSecure | interface{} | Specifies that the view is secure. | | OrReplace | interface{} | Overwrites the View if it exists. | | Tag | interface{} | tag block. | @@ -1062,7 +1062,7 @@ Database *string The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1076,7 +1076,7 @@ Name *string Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1090,7 +1090,7 @@ Schema *string The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1104,7 +1104,7 @@ Statement *string Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1118,7 +1118,7 @@ Warehouse *string The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1132,7 +1132,7 @@ Comment *string Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1144,7 +1144,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1161,7 +1161,7 @@ IsSecure interface{} Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1175,7 +1175,7 @@ OrReplace interface{} Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1189,7 +1189,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1229,7 +1229,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1243,7 +1243,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1257,7 +1257,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1271,7 +1271,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.java.md b/docs/materializedView.java.md index f5997a020..528e17fbf 100644 --- a/docs/materializedView.java.md +++ b/docs/materializedView.java.md @@ -4,7 +4,7 @@ ### MaterializedView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view snowflake_materialized_view}. #### Initializers @@ -56,7 +56,7 @@ MaterializedView.Builder.create(Construct scope, java.lang.String id) | statement | java.lang.String | Specifies the query used to create the view. | | warehouse | java.lang.String | The warehouse name. | | comment | java.lang.String | Specifies a comment for the view. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. | | isSecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies that the view is secure. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Overwrites the View if it exists. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<MaterializedViewTag> | tag block. | @@ -129,7 +129,7 @@ Must be unique amongst siblings in the same scope The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -200,7 +200,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -695,7 +695,7 @@ The construct id used in the generated config for the MaterializedView to import The id of the existing MaterializedView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -1162,7 +1162,7 @@ MaterializedViewConfig.builder() | statement | java.lang.String | Specifies the query used to create the view. | | warehouse | java.lang.String | The warehouse name. | | comment | java.lang.String | Specifies a comment for the view. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. | | isSecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies that the view is secure. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Overwrites the View if it exists. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<MaterializedViewTag> | tag block. | @@ -1249,7 +1249,7 @@ public java.lang.String getDatabase(); The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1263,7 +1263,7 @@ public java.lang.String getName(); Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1277,7 +1277,7 @@ public java.lang.String getSchema(); The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1291,7 +1291,7 @@ public java.lang.String getStatement(); Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1305,7 +1305,7 @@ public java.lang.String getWarehouse(); The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1319,7 +1319,7 @@ public java.lang.String getComment(); Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1331,7 +1331,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1348,7 +1348,7 @@ public java.lang.Object getIsSecure(); Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1362,7 +1362,7 @@ public java.lang.Object getOrReplace(); Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1376,7 +1376,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1416,7 +1416,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1430,7 +1430,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1444,7 +1444,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1458,7 +1458,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.python.md b/docs/materializedView.python.md index be00c7d10..1009e5748 100644 --- a/docs/materializedView.python.md +++ b/docs/materializedView.python.md @@ -4,7 +4,7 @@ ### MaterializedView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view snowflake_materialized_view}. #### Initializers @@ -51,7 +51,7 @@ materializedView.MaterializedView( | statement | str | Specifies the query used to create the view. | | warehouse | str | The warehouse name. | | comment | str | Specifies a comment for the view. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. | | is_secure | typing.Union[bool, cdktf.IResolvable] | Specifies that the view is secure. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Overwrites the View if it exists. | | tag | typing.Union[cdktf.IResolvable, typing.List[MaterializedViewTag]] | tag block. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -195,7 +195,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -738,7 +738,7 @@ The construct id used in the generated config for the MaterializedView to import The id of the existing MaterializedView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -1198,7 +1198,7 @@ materializedView.MaterializedViewConfig( | statement | str | Specifies the query used to create the view. | | warehouse | str | The warehouse name. | | comment | str | Specifies a comment for the view. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. | | is_secure | typing.Union[bool, cdktf.IResolvable] | Specifies that the view is secure. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Overwrites the View if it exists. | | tag | typing.Union[cdktf.IResolvable, typing.List[MaterializedViewTag]] | tag block. | @@ -1285,7 +1285,7 @@ database: str The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1299,7 +1299,7 @@ name: str Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1313,7 +1313,7 @@ schema: str The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1327,7 +1327,7 @@ statement: str Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1341,7 +1341,7 @@ warehouse: str The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1355,7 +1355,7 @@ comment: str Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1367,7 +1367,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1384,7 +1384,7 @@ is_secure: typing.Union[bool, IResolvable] Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1398,7 +1398,7 @@ or_replace: typing.Union[bool, IResolvable] Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1412,7 +1412,7 @@ tag: typing.Union[IResolvable, typing.List[MaterializedViewTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1452,7 +1452,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1466,7 +1466,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1480,7 +1480,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1494,7 +1494,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.typescript.md b/docs/materializedView.typescript.md index c5c2b7d30..de4b2fc86 100644 --- a/docs/materializedView.typescript.md +++ b/docs/materializedView.typescript.md @@ -4,7 +4,7 @@ ### MaterializedView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view snowflake_materialized_view}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the MaterializedView to import The id of the existing MaterializedView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -957,7 +957,7 @@ const materializedViewConfig: materializedView.MaterializedViewConfig = { ... } | statement | string | Specifies the query used to create the view. | | warehouse | string | The warehouse name. | | comment | string | Specifies a comment for the view. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. | | isSecure | boolean \| cdktf.IResolvable | Specifies that the view is secure. | | orReplace | boolean \| cdktf.IResolvable | Overwrites the View if it exists. | | tag | cdktf.IResolvable \| MaterializedViewTag[] | tag block. | @@ -1044,7 +1044,7 @@ public readonly database: string; The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1058,7 +1058,7 @@ public readonly name: string; Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1072,7 +1072,7 @@ public readonly schema: string; The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1086,7 +1086,7 @@ public readonly statement: string; Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1100,7 +1100,7 @@ public readonly warehouse: string; The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1114,7 +1114,7 @@ public readonly comment: string; Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1126,7 +1126,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1143,7 +1143,7 @@ public readonly isSecure: boolean | IResolvable; Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1157,7 +1157,7 @@ public readonly orReplace: boolean | IResolvable; Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1171,7 +1171,7 @@ public readonly tag: IResolvable | MaterializedViewTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1206,7 +1206,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1220,7 +1220,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1234,7 +1234,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1248,7 +1248,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedViewGrant.csharp.md b/docs/materializedViewGrant.csharp.md index 9245282e3..108b1691f 100644 --- a/docs/materializedViewGrant.csharp.md +++ b/docs/materializedViewGrant.csharp.md @@ -4,7 +4,7 @@ ### MaterializedViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the MaterializedViewGrant to i The id of the existing MaterializedViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1046,7 +1046,7 @@ new MaterializedViewGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database containing the current or future materialized views on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | MaterializedViewName | string | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -1139,7 +1139,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -1155,7 +1155,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -1167,7 +1167,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1184,7 +1184,7 @@ public string MaterializedViewName { get; set; } The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -1200,7 +1200,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -1216,7 +1216,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -1232,7 +1232,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -1248,7 +1248,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -1262,7 +1262,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -1276,7 +1276,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -1290,7 +1290,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -1304,7 +1304,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- diff --git a/docs/materializedViewGrant.go.md b/docs/materializedViewGrant.go.md index 62512486e..792da9a53 100644 --- a/docs/materializedViewGrant.go.md +++ b/docs/materializedViewGrant.go.md @@ -4,7 +4,7 @@ ### MaterializedViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the MaterializedViewGrant to i The id of the existing MaterializedViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1046,7 +1046,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/materializedv | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database containing the current or future materialized views on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | MaterializedViewName | *string | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -1139,7 +1139,7 @@ DatabaseName *string The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -1155,7 +1155,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -1167,7 +1167,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1184,7 +1184,7 @@ MaterializedViewName *string The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -1200,7 +1200,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -1216,7 +1216,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -1232,7 +1232,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -1248,7 +1248,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -1262,7 +1262,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -1276,7 +1276,7 @@ SchemaName *string The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -1290,7 +1290,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -1304,7 +1304,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- diff --git a/docs/materializedViewGrant.java.md b/docs/materializedViewGrant.java.md index e85d3e60b..561ab9e8f 100644 --- a/docs/materializedViewGrant.java.md +++ b/docs/materializedViewGrant.java.md @@ -4,7 +4,7 @@ ### MaterializedViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. #### Initializers @@ -55,7 +55,7 @@ MaterializedViewGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future materialized views on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | materializedViewName | java.lang.String | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -146,7 +146,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -167,7 +167,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -179,7 +179,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -191,7 +191,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -203,7 +203,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -215,7 +215,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- @@ -759,7 +759,7 @@ The construct id used in the generated config for the MaterializedViewGrant to i The id of the existing MaterializedViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1269,7 +1269,7 @@ MaterializedViewGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future materialized views on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | materializedViewName | java.lang.String | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -1362,7 +1362,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -1378,7 +1378,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -1390,7 +1390,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1407,7 +1407,7 @@ public java.lang.String getMaterializedViewName(); The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -1423,7 +1423,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -1439,7 +1439,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -1455,7 +1455,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -1471,7 +1471,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -1485,7 +1485,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -1499,7 +1499,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -1513,7 +1513,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -1527,7 +1527,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- diff --git a/docs/materializedViewGrant.python.md b/docs/materializedViewGrant.python.md index 9208bc224..2ce9c83bc 100644 --- a/docs/materializedViewGrant.python.md +++ b/docs/materializedViewGrant.python.md @@ -4,7 +4,7 @@ ### MaterializedViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. #### Initializers @@ -49,7 +49,7 @@ materializedViewGrant.MaterializedViewGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future materialized views on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | materialized_view_name | str | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -140,7 +140,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -161,7 +161,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -173,7 +173,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -185,7 +185,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -197,7 +197,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -209,7 +209,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- @@ -799,7 +799,7 @@ The construct id used in the generated config for the MaterializedViewGrant to i The id of the existing MaterializedViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1301,7 +1301,7 @@ materializedViewGrant.MaterializedViewGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future materialized views on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | materialized_view_name | str | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -1394,7 +1394,7 @@ database_name: str The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -1410,7 +1410,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -1422,7 +1422,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1439,7 +1439,7 @@ materialized_view_name: str The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -1455,7 +1455,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -1471,7 +1471,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -1487,7 +1487,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -1503,7 +1503,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -1517,7 +1517,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -1531,7 +1531,7 @@ schema_name: str The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -1545,7 +1545,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -1559,7 +1559,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- diff --git a/docs/materializedViewGrant.typescript.md b/docs/materializedViewGrant.typescript.md index a30feaeee..4dc9c706a 100644 --- a/docs/materializedViewGrant.typescript.md +++ b/docs/materializedViewGrant.typescript.md @@ -4,7 +4,7 @@ ### MaterializedViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the MaterializedViewGrant to i The id of the existing MaterializedViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1026,7 +1026,7 @@ const materializedViewGrantConfig: materializedViewGrant.MaterializedViewGrantCo | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database containing the current or future materialized views on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | materializedViewName | string | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -1119,7 +1119,7 @@ public readonly databaseName: string; The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -1135,7 +1135,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -1147,7 +1147,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1164,7 +1164,7 @@ public readonly materializedViewName: string; The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -1180,7 +1180,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -1196,7 +1196,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -1212,7 +1212,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -1228,7 +1228,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -1242,7 +1242,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -1256,7 +1256,7 @@ public readonly schemaName: string; The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -1270,7 +1270,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -1284,7 +1284,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- diff --git a/docs/networkPolicy.csharp.md b/docs/networkPolicy.csharp.md index 0ba0d4e7b..99389f5d0 100644 --- a/docs/networkPolicy.csharp.md +++ b/docs/networkPolicy.csharp.md @@ -4,7 +4,7 @@ ### NetworkPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the NetworkPolicy to import. The id of the existing NetworkPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -831,7 +831,7 @@ new NetworkPolicyConfig { | Name | string | Specifies the identifier for the network policy; | | BlockedIpList | string[] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. | | Comment | string | Specifies a comment for the network policy. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -915,7 +915,7 @@ public string[] AllowedIpList { get; set; } Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -931,7 +931,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -945,7 +945,7 @@ public string[] BlockedIpList { get; set; } Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -959,7 +959,7 @@ public string Comment { get; set; } Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -971,7 +971,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/networkPolicy.go.md b/docs/networkPolicy.go.md index b8efd70a9..0be95a6ce 100644 --- a/docs/networkPolicy.go.md +++ b/docs/networkPolicy.go.md @@ -4,7 +4,7 @@ ### NetworkPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the NetworkPolicy to import. The id of the existing NetworkPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -831,7 +831,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/networkpolicy | Name | *string | Specifies the identifier for the network policy; | | BlockedIpList | *[]*string | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. | | Comment | *string | Specifies a comment for the network policy. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -915,7 +915,7 @@ AllowedIpList *[]*string Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -931,7 +931,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -945,7 +945,7 @@ BlockedIpList *[]*string Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -959,7 +959,7 @@ Comment *string Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -971,7 +971,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/networkPolicy.java.md b/docs/networkPolicy.java.md index 1c00e64fd..83c40d48b 100644 --- a/docs/networkPolicy.java.md +++ b/docs/networkPolicy.java.md @@ -4,7 +4,7 @@ ### NetworkPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -46,7 +46,7 @@ NetworkPolicy.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Specifies the identifier for the network policy; | | blockedIpList | java.util.List | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. | | comment | java.lang.String | Specifies a comment for the network policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -128,7 +128,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the NetworkPolicy to import. The id of the existing NetworkPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -954,7 +954,7 @@ NetworkPolicyConfig.builder() | name | java.lang.String | Specifies the identifier for the network policy; | | blockedIpList | java.util.List | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. | | comment | java.lang.String | Specifies a comment for the network policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -1038,7 +1038,7 @@ public java.util.List getAllowedIpList(); Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -1054,7 +1054,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -1068,7 +1068,7 @@ public java.util.List getBlockedIpList(); Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -1082,7 +1082,7 @@ public java.lang.String getComment(); Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -1094,7 +1094,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/networkPolicy.python.md b/docs/networkPolicy.python.md index c675edc79..ce13c3c39 100644 --- a/docs/networkPolicy.python.md +++ b/docs/networkPolicy.python.md @@ -4,7 +4,7 @@ ### NetworkPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -44,7 +44,7 @@ networkPolicy.NetworkPolicy( | name | str | Specifies the identifier for the network policy; | | blocked_ip_list | typing.List[str] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. | | comment | str | Specifies a comment for the network policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -126,7 +126,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -651,7 +651,7 @@ The construct id used in the generated config for the NetworkPolicy to import. The id of the existing NetworkPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -994,7 +994,7 @@ networkPolicy.NetworkPolicyConfig( | name | str | Specifies the identifier for the network policy; | | blocked_ip_list | typing.List[str] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. | | comment | str | Specifies a comment for the network policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -1078,7 +1078,7 @@ allowed_ip_list: typing.List[str] Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -1094,7 +1094,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -1108,7 +1108,7 @@ blocked_ip_list: typing.List[str] Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -1122,7 +1122,7 @@ comment: str Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -1134,7 +1134,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/networkPolicy.typescript.md b/docs/networkPolicy.typescript.md index 29cf8dc34..43398fcd2 100644 --- a/docs/networkPolicy.typescript.md +++ b/docs/networkPolicy.typescript.md @@ -4,7 +4,7 @@ ### NetworkPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the NetworkPolicy to import. The id of the existing NetworkPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -818,7 +818,7 @@ const networkPolicyConfig: networkPolicy.NetworkPolicyConfig = { ... } | name | string | Specifies the identifier for the network policy; | | blockedIpList | string[] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. | | comment | string | Specifies a comment for the network policy. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -902,7 +902,7 @@ public readonly allowedIpList: string[]; Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -918,7 +918,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -932,7 +932,7 @@ public readonly blockedIpList: string[]; Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -946,7 +946,7 @@ public readonly comment: string; Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -958,7 +958,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/networkPolicyAttachment.csharp.md b/docs/networkPolicyAttachment.csharp.md index 6954c35ea..fe7661c8c 100644 --- a/docs/networkPolicyAttachment.csharp.md +++ b/docs/networkPolicyAttachment.csharp.md @@ -4,7 +4,7 @@ ### NetworkPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the NetworkPolicyAttachment to The id of the existing NetworkPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -805,7 +805,7 @@ new NetworkPolicyAttachmentConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | NetworkPolicyName | string | Specifies the identifier for the network policy; | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | | SetForAccount | object | Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. | | Users | string[] | Specifies which users the network policy should be attached to. | @@ -893,7 +893,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} --- @@ -905,7 +905,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -922,7 +922,7 @@ public object SetForAccount { get; set; } Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} --- @@ -936,7 +936,7 @@ public string[] Users { get; set; } Specifies which users the network policy should be attached to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- diff --git a/docs/networkPolicyAttachment.go.md b/docs/networkPolicyAttachment.go.md index 9f0fc4253..9e678d548 100644 --- a/docs/networkPolicyAttachment.go.md +++ b/docs/networkPolicyAttachment.go.md @@ -4,7 +4,7 @@ ### NetworkPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the NetworkPolicyAttachment to The id of the existing NetworkPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -805,7 +805,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/networkpolicy | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | NetworkPolicyName | *string | Specifies the identifier for the network policy; | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | | SetForAccount | interface{} | Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. | | Users | *[]*string | Specifies which users the network policy should be attached to. | @@ -893,7 +893,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} --- @@ -905,7 +905,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -922,7 +922,7 @@ SetForAccount interface{} Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} --- @@ -936,7 +936,7 @@ Users *[]*string Specifies which users the network policy should be attached to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- diff --git a/docs/networkPolicyAttachment.java.md b/docs/networkPolicyAttachment.java.md index 8361e15b4..3b46b1836 100644 --- a/docs/networkPolicyAttachment.java.md +++ b/docs/networkPolicyAttachment.java.md @@ -4,7 +4,7 @@ ### NetworkPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. #### Initializers @@ -43,7 +43,7 @@ NetworkPolicyAttachment.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | networkPolicyName | java.lang.String | Specifies the identifier for the network policy; | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | | setForAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. | | users | java.util.List | Specifies which users the network policy should be attached to. | @@ -117,7 +117,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} --- @@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -138,7 +138,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies which users the network policy should be attached to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- @@ -596,7 +596,7 @@ The construct id used in the generated config for the NetworkPolicyAttachment to The id of the existing NetworkPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -918,7 +918,7 @@ NetworkPolicyAttachmentConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | networkPolicyName | java.lang.String | Specifies the identifier for the network policy; | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | | setForAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. | | users | java.util.List | Specifies which users the network policy should be attached to. | @@ -1006,7 +1006,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} --- @@ -1018,7 +1018,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1035,7 +1035,7 @@ public java.lang.Object getSetForAccount(); Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} --- @@ -1049,7 +1049,7 @@ public java.util.List getUsers(); Specifies which users the network policy should be attached to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- diff --git a/docs/networkPolicyAttachment.python.md b/docs/networkPolicyAttachment.python.md index c9521d190..640a83a25 100644 --- a/docs/networkPolicyAttachment.python.md +++ b/docs/networkPolicyAttachment.python.md @@ -4,7 +4,7 @@ ### NetworkPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. #### Initializers @@ -40,7 +40,7 @@ networkPolicyAttachment.NetworkPolicyAttachment( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | network_policy_name | str | Specifies the identifier for the network policy; | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | | set_for_account | typing.Union[bool, cdktf.IResolvable] | Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. | | users | typing.List[str] | Specifies which users the network policy should be attached to. | @@ -114,7 +114,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies which users the network policy should be attached to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- @@ -639,7 +639,7 @@ The construct id used in the generated config for the NetworkPolicyAttachment to The id of the existing NetworkPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -956,7 +956,7 @@ networkPolicyAttachment.NetworkPolicyAttachmentConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | network_policy_name | str | Specifies the identifier for the network policy; | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | | set_for_account | typing.Union[bool, cdktf.IResolvable] | Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. | | users | typing.List[str] | Specifies which users the network policy should be attached to. | @@ -1044,7 +1044,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} --- @@ -1056,7 +1056,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1073,7 +1073,7 @@ set_for_account: typing.Union[bool, IResolvable] Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} --- @@ -1087,7 +1087,7 @@ users: typing.List[str] Specifies which users the network policy should be attached to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- diff --git a/docs/networkPolicyAttachment.typescript.md b/docs/networkPolicyAttachment.typescript.md index ece8667a6..bf1f6fbf1 100644 --- a/docs/networkPolicyAttachment.typescript.md +++ b/docs/networkPolicyAttachment.typescript.md @@ -4,7 +4,7 @@ ### NetworkPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the NetworkPolicyAttachment to The id of the existing NetworkPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -793,7 +793,7 @@ const networkPolicyAttachmentConfig: networkPolicyAttachment.NetworkPolicyAttach | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | networkPolicyName | string | Specifies the identifier for the network policy; | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | | setForAccount | boolean \| cdktf.IResolvable | Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. | | users | string[] | Specifies which users the network policy should be attached to. | @@ -881,7 +881,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} --- @@ -893,7 +893,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -910,7 +910,7 @@ public readonly setForAccount: boolean | IResolvable; Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} --- @@ -924,7 +924,7 @@ public readonly users: string[]; Specifies which users the network policy should be attached to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- diff --git a/docs/notificationIntegration.csharp.md b/docs/notificationIntegration.csharp.md index 277d60713..b2f41c35a 100644 --- a/docs/notificationIntegration.csharp.md +++ b/docs/notificationIntegration.csharp.md @@ -4,7 +4,7 @@ ### NotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration snowflake_notification_integration}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the NotificationIntegration to The id of the existing NotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1193,7 +1193,7 @@ new NotificationIntegrationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. | | NotificationProvider | string | The third-party cloud message queuing service (supported values: AZURE_STORAGE_QUEUE, AWS_SNS, GCP_PUBSUB; | | AwsSnsRoleArn | string | AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. | | AwsSnsTopicArn | string | AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. | @@ -1203,10 +1203,10 @@ new NotificationIntegrationConfig { | AzureTenantId | string | The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. | | Comment | string | A comment for the integration. | | Direction | string | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | GcpPubsubSubscriptionName | string | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | GcpPubsubTopicName | string | The topic id that Snowflake will use to push notifications. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. | | Type | string | A type of integration. | --- @@ -1289,7 +1289,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1305,7 +1305,7 @@ The third-party cloud message queuing service (supported values: AZURE_STORAGE_Q AWS_SQS is deprecated and will be removed in the future provider versions) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1319,7 +1319,7 @@ public string AwsSnsRoleArn { get; set; } AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1333,7 +1333,7 @@ public string AwsSnsTopicArn { get; set; } AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1347,7 +1347,7 @@ public string AwsSqsArn { get; set; } AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1361,7 +1361,7 @@ public string AwsSqsRoleArn { get; set; } AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1375,7 +1375,7 @@ public string AzureStorageQueuePrimaryUri { get; set; } The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1389,7 +1389,7 @@ public string AzureTenantId { get; set; } The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1403,7 +1403,7 @@ public string Comment { get; set; } A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1417,7 +1417,7 @@ public string Direction { get; set; } Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1429,7 +1429,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1443,7 +1443,7 @@ public string GcpPubsubSubscriptionName { get; set; } The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1457,7 +1457,7 @@ public string GcpPubsubTopicName { get; set; } The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1469,7 +1469,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1486,7 +1486,7 @@ public string Type { get; set; } A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.go.md b/docs/notificationIntegration.go.md index a2c028dfe..8919e2bdf 100644 --- a/docs/notificationIntegration.go.md +++ b/docs/notificationIntegration.go.md @@ -4,7 +4,7 @@ ### NotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration snowflake_notification_integration}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the NotificationIntegration to The id of the existing NotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1193,7 +1193,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/notificationi | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. | | NotificationProvider | *string | The third-party cloud message queuing service (supported values: AZURE_STORAGE_QUEUE, AWS_SNS, GCP_PUBSUB; | | AwsSnsRoleArn | *string | AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. | | AwsSnsTopicArn | *string | AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. | @@ -1203,10 +1203,10 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/notificationi | AzureTenantId | *string | The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. | | Comment | *string | A comment for the integration. | | Direction | *string | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | GcpPubsubSubscriptionName | *string | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | GcpPubsubTopicName | *string | The topic id that Snowflake will use to push notifications. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. | | Type | *string | A type of integration. | --- @@ -1289,7 +1289,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1305,7 +1305,7 @@ The third-party cloud message queuing service (supported values: AZURE_STORAGE_Q AWS_SQS is deprecated and will be removed in the future provider versions) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1319,7 +1319,7 @@ AwsSnsRoleArn *string AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1333,7 +1333,7 @@ AwsSnsTopicArn *string AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1347,7 +1347,7 @@ AwsSqsArn *string AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1361,7 +1361,7 @@ AwsSqsRoleArn *string AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1375,7 +1375,7 @@ AzureStorageQueuePrimaryUri *string The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1389,7 +1389,7 @@ AzureTenantId *string The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1403,7 +1403,7 @@ Comment *string A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1417,7 +1417,7 @@ Direction *string Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1429,7 +1429,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1443,7 +1443,7 @@ GcpPubsubSubscriptionName *string The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1457,7 +1457,7 @@ GcpPubsubTopicName *string The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1469,7 +1469,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1486,7 +1486,7 @@ Type *string A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.java.md b/docs/notificationIntegration.java.md index 117352e20..7107d0279 100644 --- a/docs/notificationIntegration.java.md +++ b/docs/notificationIntegration.java.md @@ -4,7 +4,7 @@ ### NotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration snowflake_notification_integration}. #### Initializers @@ -53,7 +53,7 @@ NotificationIntegration.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. | | notificationProvider | java.lang.String | The third-party cloud message queuing service (supported values: AZURE_STORAGE_QUEUE, AWS_SNS, GCP_PUBSUB; | | awsSnsRoleArn | java.lang.String | AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. | | awsSnsTopicArn | java.lang.String | AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. | @@ -63,10 +63,10 @@ NotificationIntegration.Builder.create(Construct scope, java.lang.String id) | azureTenantId | java.lang.String | The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. | | comment | java.lang.String | A comment for the integration. | | direction | java.lang.String | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | gcpPubsubSubscriptionName | java.lang.String | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | gcpPubsubTopicName | java.lang.String | The topic id that Snowflake will use to push notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. | | type | java.lang.String | A type of integration. | --- @@ -135,7 +135,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -147,7 +147,7 @@ The third-party cloud message queuing service (supported values: AZURE_STORAGE_Q AWS_SQS is deprecated and will be removed in the future provider versions) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -276,7 +276,7 @@ If you experience problems setting this value it might not be settable. Please t A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#type NotificationIntegration#type} --- @@ -794,7 +794,7 @@ The construct id used in the generated config for the NotificationIntegration to The id of the existing NotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1434,7 +1434,7 @@ NotificationIntegrationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. | | notificationProvider | java.lang.String | The third-party cloud message queuing service (supported values: AZURE_STORAGE_QUEUE, AWS_SNS, GCP_PUBSUB; | | awsSnsRoleArn | java.lang.String | AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. | | awsSnsTopicArn | java.lang.String | AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. | @@ -1444,10 +1444,10 @@ NotificationIntegrationConfig.builder() | azureTenantId | java.lang.String | The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. | | comment | java.lang.String | A comment for the integration. | | direction | java.lang.String | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | gcpPubsubSubscriptionName | java.lang.String | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | gcpPubsubTopicName | java.lang.String | The topic id that Snowflake will use to push notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. | | type | java.lang.String | A type of integration. | --- @@ -1530,7 +1530,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1546,7 +1546,7 @@ The third-party cloud message queuing service (supported values: AZURE_STORAGE_Q AWS_SQS is deprecated and will be removed in the future provider versions) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1560,7 +1560,7 @@ public java.lang.String getAwsSnsRoleArn(); AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1574,7 +1574,7 @@ public java.lang.String getAwsSnsTopicArn(); AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1588,7 +1588,7 @@ public java.lang.String getAwsSqsArn(); AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1602,7 +1602,7 @@ public java.lang.String getAwsSqsRoleArn(); AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1616,7 +1616,7 @@ public java.lang.String getAzureStorageQueuePrimaryUri(); The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1630,7 +1630,7 @@ public java.lang.String getAzureTenantId(); The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1644,7 +1644,7 @@ public java.lang.String getComment(); A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1658,7 +1658,7 @@ public java.lang.String getDirection(); Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1670,7 +1670,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1684,7 +1684,7 @@ public java.lang.String getGcpPubsubSubscriptionName(); The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1698,7 +1698,7 @@ public java.lang.String getGcpPubsubTopicName(); The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1710,7 +1710,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1727,7 +1727,7 @@ public java.lang.String getType(); A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.python.md b/docs/notificationIntegration.python.md index 290e51dd2..36f72fe70 100644 --- a/docs/notificationIntegration.python.md +++ b/docs/notificationIntegration.python.md @@ -4,7 +4,7 @@ ### NotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration snowflake_notification_integration}. #### Initializers @@ -50,7 +50,7 @@ notificationIntegration.NotificationIntegration( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. | | notification_provider | str | The third-party cloud message queuing service (supported values: AZURE_STORAGE_QUEUE, AWS_SNS, GCP_PUBSUB; | | aws_sns_role_arn | str | AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. | | aws_sns_topic_arn | str | AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. | @@ -60,10 +60,10 @@ notificationIntegration.NotificationIntegration( | azure_tenant_id | str | The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. | | comment | str | A comment for the integration. | | direction | str | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | gcp_pubsub_subscription_name | str | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | gcp_pubsub_topic_name | str | The topic id that Snowflake will use to push notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. | | type | str | A type of integration. | --- @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -144,7 +144,7 @@ The third-party cloud message queuing service (supported values: AZURE_STORAGE_Q AWS_SQS is deprecated and will be removed in the future provider versions) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -273,7 +273,7 @@ If you experience problems setting this value it might not be settable. Please t A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#type NotificationIntegration#type} --- @@ -837,7 +837,7 @@ The construct id used in the generated config for the NotificationIntegration to The id of the existing NotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1472,7 +1472,7 @@ notificationIntegration.NotificationIntegrationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. | | notification_provider | str | The third-party cloud message queuing service (supported values: AZURE_STORAGE_QUEUE, AWS_SNS, GCP_PUBSUB; | | aws_sns_role_arn | str | AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. | | aws_sns_topic_arn | str | AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. | @@ -1482,10 +1482,10 @@ notificationIntegration.NotificationIntegrationConfig( | azure_tenant_id | str | The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. | | comment | str | A comment for the integration. | | direction | str | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | gcp_pubsub_subscription_name | str | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | gcp_pubsub_topic_name | str | The topic id that Snowflake will use to push notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. | | type | str | A type of integration. | --- @@ -1568,7 +1568,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1584,7 +1584,7 @@ The third-party cloud message queuing service (supported values: AZURE_STORAGE_Q AWS_SQS is deprecated and will be removed in the future provider versions) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1598,7 +1598,7 @@ aws_sns_role_arn: str AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1612,7 +1612,7 @@ aws_sns_topic_arn: str AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1626,7 +1626,7 @@ aws_sqs_arn: str AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1640,7 +1640,7 @@ aws_sqs_role_arn: str AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1654,7 +1654,7 @@ azure_storage_queue_primary_uri: str The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1668,7 +1668,7 @@ azure_tenant_id: str The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1682,7 +1682,7 @@ comment: str A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1696,7 +1696,7 @@ direction: str Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1708,7 +1708,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1722,7 +1722,7 @@ gcp_pubsub_subscription_name: str The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1736,7 +1736,7 @@ gcp_pubsub_topic_name: str The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1748,7 +1748,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1765,7 +1765,7 @@ type: str A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.typescript.md b/docs/notificationIntegration.typescript.md index 9bab4de70..bc9c6dd71 100644 --- a/docs/notificationIntegration.typescript.md +++ b/docs/notificationIntegration.typescript.md @@ -4,7 +4,7 @@ ### NotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration snowflake_notification_integration}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the NotificationIntegration to The id of the existing NotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1170,7 +1170,7 @@ const notificationIntegrationConfig: notificationIntegration.NotificationIntegra | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. | | notificationProvider | string | The third-party cloud message queuing service (supported values: AZURE_STORAGE_QUEUE, AWS_SNS, GCP_PUBSUB; | | awsSnsRoleArn | string | AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. | | awsSnsTopicArn | string | AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. | @@ -1180,10 +1180,10 @@ const notificationIntegrationConfig: notificationIntegration.NotificationIntegra | azureTenantId | string | The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. | | comment | string | A comment for the integration. | | direction | string | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | gcpPubsubSubscriptionName | string | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | gcpPubsubTopicName | string | The topic id that Snowflake will use to push notifications. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. | | type | string | A type of integration. | --- @@ -1266,7 +1266,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1282,7 +1282,7 @@ The third-party cloud message queuing service (supported values: AZURE_STORAGE_Q AWS_SQS is deprecated and will be removed in the future provider versions) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1296,7 +1296,7 @@ public readonly awsSnsRoleArn: string; AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1310,7 +1310,7 @@ public readonly awsSnsTopicArn: string; AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1324,7 +1324,7 @@ public readonly awsSqsArn: string; AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1338,7 +1338,7 @@ public readonly awsSqsRoleArn: string; AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1352,7 +1352,7 @@ public readonly azureStorageQueuePrimaryUri: string; The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1366,7 +1366,7 @@ public readonly azureTenantId: string; The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1380,7 +1380,7 @@ public readonly comment: string; A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1394,7 +1394,7 @@ public readonly direction: string; Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1406,7 +1406,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1420,7 +1420,7 @@ public readonly gcpPubsubSubscriptionName: string; The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1434,7 +1434,7 @@ public readonly gcpPubsubTopicName: string; The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1446,7 +1446,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1463,7 +1463,7 @@ public readonly type: string; A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/oauthIntegration.csharp.md b/docs/oauthIntegration.csharp.md index a02c51daa..f943c0718 100644 --- a/docs/oauthIntegration.csharp.md +++ b/docs/oauthIntegration.csharp.md @@ -4,7 +4,7 @@ ### OauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration snowflake_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration snowflake_oauth_integration}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the OauthIntegration to import The id of the existing OauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1023,7 +1023,7 @@ new OauthIntegrationConfig { | BlockedRolesList | string[] | List of roles that a user cannot explicitly consent to using after authenticating. | | Comment | string | Specifies a comment for the OAuth integration. | | Enabled | object | Specifies whether this OAuth integration is enabled or disabled. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. | | OauthClientType | string | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | OauthIssueRefreshTokens | object | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | OauthRedirectUri | string | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -1114,7 +1114,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -1128,7 +1128,7 @@ public string OauthClient { get; set; } Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -1144,7 +1144,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -1158,7 +1158,7 @@ public string Comment { get; set; } Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -1172,7 +1172,7 @@ public object Enabled { get; set; } Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -1184,7 +1184,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1201,7 +1201,7 @@ public string OauthClientType { get; set; } Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -1215,7 +1215,7 @@ public object OauthIssueRefreshTokens { get; set; } Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -1229,7 +1229,7 @@ public string OauthRedirectUri { get; set; } Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -1243,7 +1243,7 @@ public double OauthRefreshTokenValidity { get; set; } Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -1257,7 +1257,7 @@ public string OauthUseSecondaryRoles { get; set; } Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegration.go.md b/docs/oauthIntegration.go.md index f72e29517..eeb6dc6df 100644 --- a/docs/oauthIntegration.go.md +++ b/docs/oauthIntegration.go.md @@ -4,7 +4,7 @@ ### OauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration snowflake_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration snowflake_oauth_integration}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the OauthIntegration to import The id of the existing OauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1023,7 +1023,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/oauthintegrat | BlockedRolesList | *[]*string | List of roles that a user cannot explicitly consent to using after authenticating. | | Comment | *string | Specifies a comment for the OAuth integration. | | Enabled | interface{} | Specifies whether this OAuth integration is enabled or disabled. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. | | OauthClientType | *string | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | OauthIssueRefreshTokens | interface{} | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | OauthRedirectUri | *string | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -1114,7 +1114,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -1128,7 +1128,7 @@ OauthClient *string Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -1144,7 +1144,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -1158,7 +1158,7 @@ Comment *string Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -1172,7 +1172,7 @@ Enabled interface{} Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -1184,7 +1184,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1201,7 +1201,7 @@ OauthClientType *string Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -1215,7 +1215,7 @@ OauthIssueRefreshTokens interface{} Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -1229,7 +1229,7 @@ OauthRedirectUri *string Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -1243,7 +1243,7 @@ OauthRefreshTokenValidity *f64 Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -1257,7 +1257,7 @@ OauthUseSecondaryRoles *string Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegration.java.md b/docs/oauthIntegration.java.md index a4a517fc0..0ea35ff86 100644 --- a/docs/oauthIntegration.java.md +++ b/docs/oauthIntegration.java.md @@ -4,7 +4,7 @@ ### OauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration snowflake_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration snowflake_oauth_integration}. #### Initializers @@ -55,7 +55,7 @@ OauthIntegration.Builder.create(Construct scope, java.lang.String id) | blockedRolesList | java.util.List | List of roles that a user cannot explicitly consent to using after authenticating. | | comment | java.lang.String | Specifies a comment for the OAuth integration. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this OAuth integration is enabled or disabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. | | oauthClientType | java.lang.String | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | oauthIssueRefreshTokens | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | oauthRedirectUri | java.lang.String | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -132,7 +132,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -154,7 +154,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -195,7 +195,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- @@ -725,7 +725,7 @@ The construct id used in the generated config for the OauthIntegration to import The id of the existing OauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1224,7 +1224,7 @@ OauthIntegrationConfig.builder() | blockedRolesList | java.util.List | List of roles that a user cannot explicitly consent to using after authenticating. | | comment | java.lang.String | Specifies a comment for the OAuth integration. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this OAuth integration is enabled or disabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. | | oauthClientType | java.lang.String | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | oauthIssueRefreshTokens | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | oauthRedirectUri | java.lang.String | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -1315,7 +1315,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -1329,7 +1329,7 @@ public java.lang.String getOauthClient(); Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -1345,7 +1345,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -1359,7 +1359,7 @@ public java.lang.String getComment(); Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -1373,7 +1373,7 @@ public java.lang.Object getEnabled(); Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -1385,7 +1385,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1402,7 +1402,7 @@ public java.lang.String getOauthClientType(); Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -1416,7 +1416,7 @@ public java.lang.Object getOauthIssueRefreshTokens(); Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -1430,7 +1430,7 @@ public java.lang.String getOauthRedirectUri(); Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -1444,7 +1444,7 @@ public java.lang.Number getOauthRefreshTokenValidity(); Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -1458,7 +1458,7 @@ public java.lang.String getOauthUseSecondaryRoles(); Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegration.python.md b/docs/oauthIntegration.python.md index bd9eb9004..ef73f8f6a 100644 --- a/docs/oauthIntegration.python.md +++ b/docs/oauthIntegration.python.md @@ -4,7 +4,7 @@ ### OauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration snowflake_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration snowflake_oauth_integration}. #### Initializers @@ -51,7 +51,7 @@ oauthIntegration.OauthIntegration( | blocked_roles_list | typing.List[str] | List of roles that a user cannot explicitly consent to using after authenticating. | | comment | str | Specifies a comment for the OAuth integration. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this OAuth integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. | | oauth_client_type | str | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | oauth_issue_refresh_tokens | typing.Union[bool, cdktf.IResolvable] | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | oauth_redirect_uri | str | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -128,7 +128,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -150,7 +150,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -191,7 +191,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- @@ -767,7 +767,7 @@ The construct id used in the generated config for the OauthIntegration to import The id of the existing OauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1260,7 +1260,7 @@ oauthIntegration.OauthIntegrationConfig( | blocked_roles_list | typing.List[str] | List of roles that a user cannot explicitly consent to using after authenticating. | | comment | str | Specifies a comment for the OAuth integration. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this OAuth integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. | | oauth_client_type | str | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | oauth_issue_refresh_tokens | typing.Union[bool, cdktf.IResolvable] | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | oauth_redirect_uri | str | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -1351,7 +1351,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -1365,7 +1365,7 @@ oauth_client: str Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -1381,7 +1381,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -1395,7 +1395,7 @@ comment: str Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -1409,7 +1409,7 @@ enabled: typing.Union[bool, IResolvable] Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -1421,7 +1421,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1438,7 +1438,7 @@ oauth_client_type: str Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -1452,7 +1452,7 @@ oauth_issue_refresh_tokens: typing.Union[bool, IResolvable] Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -1466,7 +1466,7 @@ oauth_redirect_uri: str Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -1480,7 +1480,7 @@ oauth_refresh_token_validity: typing.Union[int, float] Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -1494,7 +1494,7 @@ oauth_use_secondary_roles: str Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegration.typescript.md b/docs/oauthIntegration.typescript.md index 4ebe3023c..b7b493527 100644 --- a/docs/oauthIntegration.typescript.md +++ b/docs/oauthIntegration.typescript.md @@ -4,7 +4,7 @@ ### OauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration snowflake_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration snowflake_oauth_integration}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the OauthIntegration to import The id of the existing OauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1004,7 +1004,7 @@ const oauthIntegrationConfig: oauthIntegration.OauthIntegrationConfig = { ... } | blockedRolesList | string[] | List of roles that a user cannot explicitly consent to using after authenticating. | | comment | string | Specifies a comment for the OAuth integration. | | enabled | boolean \| cdktf.IResolvable | Specifies whether this OAuth integration is enabled or disabled. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. | | oauthClientType | string | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | oauthIssueRefreshTokens | boolean \| cdktf.IResolvable | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | oauthRedirectUri | string | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -1095,7 +1095,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -1109,7 +1109,7 @@ public readonly oauthClient: string; Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -1125,7 +1125,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -1139,7 +1139,7 @@ public readonly comment: string; Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -1153,7 +1153,7 @@ public readonly enabled: boolean | IResolvable; Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -1165,7 +1165,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1182,7 +1182,7 @@ public readonly oauthClientType: string; Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -1196,7 +1196,7 @@ public readonly oauthIssueRefreshTokens: boolean | IResolvable; Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -1210,7 +1210,7 @@ public readonly oauthRedirectUri: string; Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -1224,7 +1224,7 @@ public readonly oauthRefreshTokenValidity: number; Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -1238,7 +1238,7 @@ public readonly oauthUseSecondaryRoles: string; Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- diff --git a/docs/objectParameter.csharp.md b/docs/objectParameter.csharp.md index fa6853e6f..7943f48c9 100644 --- a/docs/objectParameter.csharp.md +++ b/docs/objectParameter.csharp.md @@ -4,7 +4,7 @@ ### ObjectParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter snowflake_object_parameter}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the ObjectParameter to import. The id of the existing ObjectParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use --- @@ -872,7 +872,7 @@ new ObjectParameterConfig { | Provisioners | object[] | *No description.* | | Key | string | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | Value | string | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. | | ObjectIdentifier | object | object_identifier block. | | ObjectType | string | Type of object to which the parameter applies. | | OnAccount | object | If true, the object parameter will be set on the account level. | @@ -959,7 +959,7 @@ public string Key { get; set; } Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -973,7 +973,7 @@ public string Value { get; set; } Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -985,7 +985,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1002,7 +1002,7 @@ public object ObjectIdentifier { get; set; } object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -1018,7 +1018,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -1032,7 +1032,7 @@ public object OnAccount { get; set; } If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -1070,7 +1070,7 @@ public string Name { get; set; } Name of the object to set the parameter for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#name ObjectParameter#name} --- @@ -1084,7 +1084,7 @@ public string Database { get; set; } Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#database ObjectParameter#database} --- @@ -1098,7 +1098,7 @@ public string Schema { get; set; } Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.go.md b/docs/objectParameter.go.md index 878c6c890..12f960dac 100644 --- a/docs/objectParameter.go.md +++ b/docs/objectParameter.go.md @@ -4,7 +4,7 @@ ### ObjectParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter snowflake_object_parameter}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the ObjectParameter to import. The id of the existing ObjectParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use --- @@ -872,7 +872,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/objectparamet | Provisioners | *[]interface{} | *No description.* | | Key | *string | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | Value | *string | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. | | ObjectIdentifier | interface{} | object_identifier block. | | ObjectType | *string | Type of object to which the parameter applies. | | OnAccount | interface{} | If true, the object parameter will be set on the account level. | @@ -959,7 +959,7 @@ Key *string Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -973,7 +973,7 @@ Value *string Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -985,7 +985,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1002,7 +1002,7 @@ ObjectIdentifier interface{} object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -1018,7 +1018,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -1032,7 +1032,7 @@ OnAccount interface{} If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -1070,7 +1070,7 @@ Name *string Name of the object to set the parameter for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#name ObjectParameter#name} --- @@ -1084,7 +1084,7 @@ Database *string Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#database ObjectParameter#database} --- @@ -1098,7 +1098,7 @@ Schema *string Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.java.md b/docs/objectParameter.java.md index 4872c5007..5db35f97b 100644 --- a/docs/objectParameter.java.md +++ b/docs/objectParameter.java.md @@ -4,7 +4,7 @@ ### ObjectParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter snowflake_object_parameter}. #### Initializers @@ -47,7 +47,7 @@ ObjectParameter.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | value | java.lang.String | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. | | objectIdentifier | com.hashicorp.cdktf.IResolvable OR java.util.List<ObjectParameterObjectIdentifier> | object_identifier block. | | objectType | java.lang.String | Type of object to which the parameter applies. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the object parameter will be set on the account level. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -163,7 +163,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -641,7 +641,7 @@ The construct id used in the generated config for the ObjectParameter to import. The id of the existing ObjectParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use --- @@ -1011,7 +1011,7 @@ ObjectParameterConfig.builder() | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | value | java.lang.String | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. | | objectIdentifier | com.hashicorp.cdktf.IResolvable OR java.util.List<ObjectParameterObjectIdentifier> | object_identifier block. | | objectType | java.lang.String | Type of object to which the parameter applies. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the object parameter will be set on the account level. | @@ -1098,7 +1098,7 @@ public java.lang.String getKey(); Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -1112,7 +1112,7 @@ public java.lang.String getValue(); Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -1124,7 +1124,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1141,7 +1141,7 @@ public java.lang.Object getObjectIdentifier(); object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -1157,7 +1157,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -1171,7 +1171,7 @@ public java.lang.Object getOnAccount(); If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -1209,7 +1209,7 @@ public java.lang.String getName(); Name of the object to set the parameter for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#name ObjectParameter#name} --- @@ -1223,7 +1223,7 @@ public java.lang.String getDatabase(); Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#database ObjectParameter#database} --- @@ -1237,7 +1237,7 @@ public java.lang.String getSchema(); Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.python.md b/docs/objectParameter.python.md index e29b6e7cf..10433bd18 100644 --- a/docs/objectParameter.python.md +++ b/docs/objectParameter.python.md @@ -4,7 +4,7 @@ ### ObjectParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter snowflake_object_parameter}. #### Initializers @@ -43,7 +43,7 @@ objectParameter.ObjectParameter( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | value | str | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. | | object_identifier | typing.Union[cdktf.IResolvable, typing.List[ObjectParameterObjectIdentifier]] | object_identifier block. | | object_type | str | Type of object to which the parameter applies. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the object parameter will be set on the account level. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ If you experience problems setting this value it might not be settable. Please t object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -159,7 +159,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -685,7 +685,7 @@ The construct id used in the generated config for the ObjectParameter to import. The id of the existing ObjectParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use --- @@ -1049,7 +1049,7 @@ objectParameter.ObjectParameterConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | value | str | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. | | object_identifier | typing.Union[cdktf.IResolvable, typing.List[ObjectParameterObjectIdentifier]] | object_identifier block. | | object_type | str | Type of object to which the parameter applies. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the object parameter will be set on the account level. | @@ -1136,7 +1136,7 @@ key: str Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -1150,7 +1150,7 @@ value: str Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -1162,7 +1162,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1179,7 +1179,7 @@ object_identifier: typing.Union[IResolvable, typing.List[ObjectParameterObjectId object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -1195,7 +1195,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -1209,7 +1209,7 @@ on_account: typing.Union[bool, IResolvable] If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -1247,7 +1247,7 @@ name: str Name of the object to set the parameter for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#name ObjectParameter#name} --- @@ -1261,7 +1261,7 @@ database: str Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#database ObjectParameter#database} --- @@ -1275,7 +1275,7 @@ schema: str Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.typescript.md b/docs/objectParameter.typescript.md index 3e8d91a77..931f518b9 100644 --- a/docs/objectParameter.typescript.md +++ b/docs/objectParameter.typescript.md @@ -4,7 +4,7 @@ ### ObjectParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter snowflake_object_parameter}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the ObjectParameter to import. The id of the existing ObjectParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use --- @@ -858,7 +858,7 @@ const objectParameterConfig: objectParameter.ObjectParameterConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | key | string | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | value | string | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. | | objectIdentifier | cdktf.IResolvable \| ObjectParameterObjectIdentifier[] | object_identifier block. | | objectType | string | Type of object to which the parameter applies. | | onAccount | boolean \| cdktf.IResolvable | If true, the object parameter will be set on the account level. | @@ -945,7 +945,7 @@ public readonly key: string; Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -959,7 +959,7 @@ public readonly value: string; Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -971,7 +971,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -988,7 +988,7 @@ public readonly objectIdentifier: IResolvable | ObjectParameterObjectIdentifier[ object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -1004,7 +1004,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -1018,7 +1018,7 @@ public readonly onAccount: boolean | IResolvable; If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -1052,7 +1052,7 @@ public readonly name: string; Name of the object to set the parameter for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#name ObjectParameter#name} --- @@ -1066,7 +1066,7 @@ public readonly database: string; Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#database ObjectParameter#database} --- @@ -1080,7 +1080,7 @@ public readonly schema: string; Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/passwordPolicy.csharp.md b/docs/passwordPolicy.csharp.md index 3a1792975..9045fd34b 100644 --- a/docs/passwordPolicy.csharp.md +++ b/docs/passwordPolicy.csharp.md @@ -4,7 +4,7 @@ ### PasswordPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy snowflake_password_policy}. #### Initializers @@ -572,7 +572,7 @@ The construct id used in the generated config for the PasswordPolicy to import. The id of the existing PasswordPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use --- @@ -1226,7 +1226,7 @@ new PasswordPolicyConfig { | Schema | string | The schema this password policy belongs to. | | Comment | string | Adds a comment or overwrites an existing comment for the password policy. | | History | double | Specifies the number of the most recent passwords that Snowflake stores. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. | | IfNotExists | object | Prevent overwriting a previous password policy with the same name. | | LockoutTimeMins | double | Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. | | MaxAgeDays | double | Specifies the maximum number of days before the password must be changed. | @@ -1322,7 +1322,7 @@ public string Database { get; set; } The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -1336,7 +1336,7 @@ public string Name { get; set; } Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -1350,7 +1350,7 @@ public string Schema { get; set; } The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -1364,7 +1364,7 @@ public string Comment { get; set; } Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -1380,7 +1380,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -1392,7 +1392,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1409,7 +1409,7 @@ public object IfNotExists { get; set; } Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -1423,7 +1423,7 @@ public double LockoutTimeMins { get; set; } Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -1439,7 +1439,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -1455,7 +1455,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -1471,7 +1471,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -1487,7 +1487,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -1501,7 +1501,7 @@ public double MinLength { get; set; } Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -1515,7 +1515,7 @@ public double MinLowerCaseChars { get; set; } Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -1529,7 +1529,7 @@ public double MinNumericChars { get; set; } Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -1543,7 +1543,7 @@ public double MinSpecialChars { get; set; } Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -1557,7 +1557,7 @@ public double MinUpperCaseChars { get; set; } Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -1571,7 +1571,7 @@ public object OrReplace { get; set; } Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.go.md b/docs/passwordPolicy.go.md index 5793c78e8..dabc9c4a9 100644 --- a/docs/passwordPolicy.go.md +++ b/docs/passwordPolicy.go.md @@ -4,7 +4,7 @@ ### PasswordPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy snowflake_password_policy}. #### Initializers @@ -572,7 +572,7 @@ The construct id used in the generated config for the PasswordPolicy to import. The id of the existing PasswordPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use --- @@ -1226,7 +1226,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/passwordpolic | Schema | *string | The schema this password policy belongs to. | | Comment | *string | Adds a comment or overwrites an existing comment for the password policy. | | History | *f64 | Specifies the number of the most recent passwords that Snowflake stores. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. | | IfNotExists | interface{} | Prevent overwriting a previous password policy with the same name. | | LockoutTimeMins | *f64 | Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. | | MaxAgeDays | *f64 | Specifies the maximum number of days before the password must be changed. | @@ -1322,7 +1322,7 @@ Database *string The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -1336,7 +1336,7 @@ Name *string Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -1350,7 +1350,7 @@ Schema *string The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -1364,7 +1364,7 @@ Comment *string Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -1380,7 +1380,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -1392,7 +1392,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1409,7 +1409,7 @@ IfNotExists interface{} Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -1423,7 +1423,7 @@ LockoutTimeMins *f64 Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -1439,7 +1439,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -1455,7 +1455,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -1471,7 +1471,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -1487,7 +1487,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -1501,7 +1501,7 @@ MinLength *f64 Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -1515,7 +1515,7 @@ MinLowerCaseChars *f64 Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -1529,7 +1529,7 @@ MinNumericChars *f64 Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -1543,7 +1543,7 @@ MinSpecialChars *f64 Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -1557,7 +1557,7 @@ MinUpperCaseChars *f64 Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -1571,7 +1571,7 @@ OrReplace interface{} Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.java.md b/docs/passwordPolicy.java.md index 3492b52ff..619dca6aa 100644 --- a/docs/passwordPolicy.java.md +++ b/docs/passwordPolicy.java.md @@ -4,7 +4,7 @@ ### PasswordPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy snowflake_password_policy}. #### Initializers @@ -62,7 +62,7 @@ PasswordPolicy.Builder.create(Construct scope, java.lang.String id) | schema | java.lang.String | The schema this password policy belongs to. | | comment | java.lang.String | Adds a comment or overwrites an existing comment for the password policy. | | history | java.lang.Number | Specifies the number of the most recent passwords that Snowflake stores. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. | | ifNotExists | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Prevent overwriting a previous password policy with the same name. | | lockoutTimeMins | java.lang.Number | Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. | | maxAgeDays | java.lang.Number | Specifies the maximum number of days before the password must be changed. | @@ -144,7 +144,7 @@ Must be unique amongst siblings in the same scope The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -186,7 +186,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -207,7 +207,7 @@ If you experience problems setting this value it might not be settable. Please t Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -229,7 +229,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -241,7 +241,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -253,7 +253,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -265,7 +265,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -315,7 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- @@ -857,7 +857,7 @@ The construct id used in the generated config for the PasswordPolicy to import. The id of the existing PasswordPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use --- @@ -1517,7 +1517,7 @@ PasswordPolicyConfig.builder() | schema | java.lang.String | The schema this password policy belongs to. | | comment | java.lang.String | Adds a comment or overwrites an existing comment for the password policy. | | history | java.lang.Number | Specifies the number of the most recent passwords that Snowflake stores. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. | | ifNotExists | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Prevent overwriting a previous password policy with the same name. | | lockoutTimeMins | java.lang.Number | Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. | | maxAgeDays | java.lang.Number | Specifies the maximum number of days before the password must be changed. | @@ -1613,7 +1613,7 @@ public java.lang.String getDatabase(); The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -1627,7 +1627,7 @@ public java.lang.String getName(); Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -1641,7 +1641,7 @@ public java.lang.String getSchema(); The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -1655,7 +1655,7 @@ public java.lang.String getComment(); Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -1671,7 +1671,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -1683,7 +1683,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1700,7 +1700,7 @@ public java.lang.Object getIfNotExists(); Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -1714,7 +1714,7 @@ public java.lang.Number getLockoutTimeMins(); Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -1730,7 +1730,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -1746,7 +1746,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -1762,7 +1762,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -1778,7 +1778,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -1792,7 +1792,7 @@ public java.lang.Number getMinLength(); Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -1806,7 +1806,7 @@ public java.lang.Number getMinLowerCaseChars(); Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -1820,7 +1820,7 @@ public java.lang.Number getMinNumericChars(); Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -1834,7 +1834,7 @@ public java.lang.Number getMinSpecialChars(); Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -1848,7 +1848,7 @@ public java.lang.Number getMinUpperCaseChars(); Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -1862,7 +1862,7 @@ public java.lang.Object getOrReplace(); Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.python.md b/docs/passwordPolicy.python.md index c4ebf5571..e5c142df9 100644 --- a/docs/passwordPolicy.python.md +++ b/docs/passwordPolicy.python.md @@ -4,7 +4,7 @@ ### PasswordPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy snowflake_password_policy}. #### Initializers @@ -58,7 +58,7 @@ passwordPolicy.PasswordPolicy( | schema | str | The schema this password policy belongs to. | | comment | str | Adds a comment or overwrites an existing comment for the password policy. | | history | typing.Union[int, float] | Specifies the number of the most recent passwords that Snowflake stores. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. | | if_not_exists | typing.Union[bool, cdktf.IResolvable] | Prevent overwriting a previous password policy with the same name. | | lockout_time_mins | typing.Union[int, float] | Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. | | max_age_days | typing.Union[int, float] | Specifies the maximum number of days before the password must be changed. | @@ -140,7 +140,7 @@ Must be unique amongst siblings in the same scope The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -182,7 +182,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -203,7 +203,7 @@ If you experience problems setting this value it might not be settable. Please t Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -225,7 +225,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -237,7 +237,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -249,7 +249,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -261,7 +261,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -301,7 +301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -311,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -321,7 +321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- @@ -899,7 +899,7 @@ The construct id used in the generated config for the PasswordPolicy to import. The id of the existing PasswordPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use --- @@ -1553,7 +1553,7 @@ passwordPolicy.PasswordPolicyConfig( | schema | str | The schema this password policy belongs to. | | comment | str | Adds a comment or overwrites an existing comment for the password policy. | | history | typing.Union[int, float] | Specifies the number of the most recent passwords that Snowflake stores. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. | | if_not_exists | typing.Union[bool, cdktf.IResolvable] | Prevent overwriting a previous password policy with the same name. | | lockout_time_mins | typing.Union[int, float] | Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. | | max_age_days | typing.Union[int, float] | Specifies the maximum number of days before the password must be changed. | @@ -1649,7 +1649,7 @@ database: str The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -1663,7 +1663,7 @@ name: str Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -1677,7 +1677,7 @@ schema: str The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -1691,7 +1691,7 @@ comment: str Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -1707,7 +1707,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -1719,7 +1719,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1736,7 +1736,7 @@ if_not_exists: typing.Union[bool, IResolvable] Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -1750,7 +1750,7 @@ lockout_time_mins: typing.Union[int, float] Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -1766,7 +1766,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -1782,7 +1782,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -1798,7 +1798,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -1814,7 +1814,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -1828,7 +1828,7 @@ min_length: typing.Union[int, float] Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -1842,7 +1842,7 @@ min_lower_case_chars: typing.Union[int, float] Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -1856,7 +1856,7 @@ min_numeric_chars: typing.Union[int, float] Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -1870,7 +1870,7 @@ min_special_chars: typing.Union[int, float] Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -1884,7 +1884,7 @@ min_upper_case_chars: typing.Union[int, float] Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -1898,7 +1898,7 @@ or_replace: typing.Union[bool, IResolvable] Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.typescript.md b/docs/passwordPolicy.typescript.md index 1b6f5f9be..f2ae8d8aa 100644 --- a/docs/passwordPolicy.typescript.md +++ b/docs/passwordPolicy.typescript.md @@ -4,7 +4,7 @@ ### PasswordPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy snowflake_password_policy}. #### Initializers @@ -572,7 +572,7 @@ The construct id used in the generated config for the PasswordPolicy to import. The id of the existing PasswordPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use --- @@ -1200,7 +1200,7 @@ const passwordPolicyConfig: passwordPolicy.PasswordPolicyConfig = { ... } | schema | string | The schema this password policy belongs to. | | comment | string | Adds a comment or overwrites an existing comment for the password policy. | | history | number | Specifies the number of the most recent passwords that Snowflake stores. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. | | ifNotExists | boolean \| cdktf.IResolvable | Prevent overwriting a previous password policy with the same name. | | lockoutTimeMins | number | Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. | | maxAgeDays | number | Specifies the maximum number of days before the password must be changed. | @@ -1296,7 +1296,7 @@ public readonly database: string; The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -1310,7 +1310,7 @@ public readonly name: string; Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -1324,7 +1324,7 @@ public readonly schema: string; The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -1338,7 +1338,7 @@ public readonly comment: string; Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -1354,7 +1354,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -1366,7 +1366,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1383,7 +1383,7 @@ public readonly ifNotExists: boolean | IResolvable; Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -1397,7 +1397,7 @@ public readonly lockoutTimeMins: number; Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -1413,7 +1413,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -1429,7 +1429,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -1445,7 +1445,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -1461,7 +1461,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -1475,7 +1475,7 @@ public readonly minLength: number; Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -1489,7 +1489,7 @@ public readonly minLowerCaseChars: number; Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -1503,7 +1503,7 @@ public readonly minNumericChars: number; Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -1517,7 +1517,7 @@ public readonly minSpecialChars: number; Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -1531,7 +1531,7 @@ public readonly minUpperCaseChars: number; Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -1545,7 +1545,7 @@ public readonly orReplace: boolean | IResolvable; Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/pipe.csharp.md b/docs/pipe.csharp.md index 32b9dba97..8561af6cd 100644 --- a/docs/pipe.csharp.md +++ b/docs/pipe.csharp.md @@ -4,7 +4,7 @@ ### Pipe -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe snowflake_pipe}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the Pipe to import. The id of the existing Pipe that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -993,7 +993,7 @@ new PipeConfig { | AwsSnsTopicArn | string | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | Comment | string | Specifies a comment for the pipe. | | ErrorIntegration | string | Specifies the name of the notification integration used for error notifications. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. | | Integration | string | Specifies an integration for the pipe. | --- @@ -1078,7 +1078,7 @@ public string CopyStatement { get; set; } Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1092,7 +1092,7 @@ public string Database { get; set; } The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#database Pipe#database} --- @@ -1108,7 +1108,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#name Pipe#name} --- @@ -1122,7 +1122,7 @@ public string Schema { get; set; } The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#schema Pipe#schema} --- @@ -1136,7 +1136,7 @@ public object AutoIngest { get; set; } Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1150,7 +1150,7 @@ public string AwsSnsTopicArn { get; set; } Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1164,7 +1164,7 @@ public string Comment { get; set; } Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#comment Pipe#comment} --- @@ -1178,7 +1178,7 @@ public string ErrorIntegration { get; set; } Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1190,7 +1190,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1207,7 +1207,7 @@ public string Integration { get; set; } Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.go.md b/docs/pipe.go.md index 9973f196a..14e8dbd3a 100644 --- a/docs/pipe.go.md +++ b/docs/pipe.go.md @@ -4,7 +4,7 @@ ### Pipe -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe snowflake_pipe}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the Pipe to import. The id of the existing Pipe that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -993,7 +993,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/pipe" | AwsSnsTopicArn | *string | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | Comment | *string | Specifies a comment for the pipe. | | ErrorIntegration | *string | Specifies the name of the notification integration used for error notifications. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. | | Integration | *string | Specifies an integration for the pipe. | --- @@ -1078,7 +1078,7 @@ CopyStatement *string Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1092,7 +1092,7 @@ Database *string The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#database Pipe#database} --- @@ -1108,7 +1108,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#name Pipe#name} --- @@ -1122,7 +1122,7 @@ Schema *string The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#schema Pipe#schema} --- @@ -1136,7 +1136,7 @@ AutoIngest interface{} Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1150,7 +1150,7 @@ AwsSnsTopicArn *string Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1164,7 +1164,7 @@ Comment *string Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#comment Pipe#comment} --- @@ -1178,7 +1178,7 @@ ErrorIntegration *string Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1190,7 +1190,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1207,7 +1207,7 @@ Integration *string Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.java.md b/docs/pipe.java.md index fab860d93..e83cd434e 100644 --- a/docs/pipe.java.md +++ b/docs/pipe.java.md @@ -4,7 +4,7 @@ ### Pipe -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe snowflake_pipe}. #### Initializers @@ -56,7 +56,7 @@ Pipe.Builder.create(Construct scope, java.lang.String id) | awsSnsTopicArn | java.lang.String | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | comment | java.lang.String | Specifies a comment for the pipe. | | errorIntegration | java.lang.String | Specifies the name of the notification integration used for error notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. | | integration | java.lang.String | Specifies an integration for the pipe. | --- @@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#database Pipe#database} --- @@ -149,7 +149,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#name Pipe#name} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#schema Pipe#schema} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#comment Pipe#comment} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -220,7 +220,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#integration Pipe#integration} --- @@ -689,7 +689,7 @@ The construct id used in the generated config for the Pipe to import. The id of the existing Pipe that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -1178,7 +1178,7 @@ PipeConfig.builder() | awsSnsTopicArn | java.lang.String | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | comment | java.lang.String | Specifies a comment for the pipe. | | errorIntegration | java.lang.String | Specifies the name of the notification integration used for error notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. | | integration | java.lang.String | Specifies an integration for the pipe. | --- @@ -1263,7 +1263,7 @@ public java.lang.String getCopyStatement(); Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1277,7 +1277,7 @@ public java.lang.String getDatabase(); The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#database Pipe#database} --- @@ -1293,7 +1293,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#name Pipe#name} --- @@ -1307,7 +1307,7 @@ public java.lang.String getSchema(); The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#schema Pipe#schema} --- @@ -1321,7 +1321,7 @@ public java.lang.Object getAutoIngest(); Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1335,7 +1335,7 @@ public java.lang.String getAwsSnsTopicArn(); Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1349,7 +1349,7 @@ public java.lang.String getComment(); Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#comment Pipe#comment} --- @@ -1363,7 +1363,7 @@ public java.lang.String getErrorIntegration(); Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1375,7 +1375,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1392,7 +1392,7 @@ public java.lang.String getIntegration(); Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.python.md b/docs/pipe.python.md index cfb0c9e38..ff45cdad3 100644 --- a/docs/pipe.python.md +++ b/docs/pipe.python.md @@ -4,7 +4,7 @@ ### Pipe -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe snowflake_pipe}. #### Initializers @@ -53,7 +53,7 @@ pipe.Pipe( | aws_sns_topic_arn | str | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | comment | str | Specifies a comment for the pipe. | | error_integration | str | Specifies the name of the notification integration used for error notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. | | integration | str | Specifies an integration for the pipe. | --- @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#database Pipe#database} --- @@ -146,7 +146,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#name Pipe#name} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#schema Pipe#schema} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#comment Pipe#comment} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -217,7 +217,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#integration Pipe#integration} --- @@ -732,7 +732,7 @@ The construct id used in the generated config for the Pipe to import. The id of the existing Pipe that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -1216,7 +1216,7 @@ pipe.PipeConfig( | aws_sns_topic_arn | str | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | comment | str | Specifies a comment for the pipe. | | error_integration | str | Specifies the name of the notification integration used for error notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. | | integration | str | Specifies an integration for the pipe. | --- @@ -1301,7 +1301,7 @@ copy_statement: str Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1315,7 +1315,7 @@ database: str The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#database Pipe#database} --- @@ -1331,7 +1331,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#name Pipe#name} --- @@ -1345,7 +1345,7 @@ schema: str The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#schema Pipe#schema} --- @@ -1359,7 +1359,7 @@ auto_ingest: typing.Union[bool, IResolvable] Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1373,7 +1373,7 @@ aws_sns_topic_arn: str Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1387,7 +1387,7 @@ comment: str Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#comment Pipe#comment} --- @@ -1401,7 +1401,7 @@ error_integration: str Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1413,7 +1413,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1430,7 +1430,7 @@ integration: str Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.typescript.md b/docs/pipe.typescript.md index 8121668fb..048d60fff 100644 --- a/docs/pipe.typescript.md +++ b/docs/pipe.typescript.md @@ -4,7 +4,7 @@ ### Pipe -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe snowflake_pipe}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the Pipe to import. The id of the existing Pipe that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -975,7 +975,7 @@ const pipeConfig: pipe.PipeConfig = { ... } | awsSnsTopicArn | string | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | comment | string | Specifies a comment for the pipe. | | errorIntegration | string | Specifies the name of the notification integration used for error notifications. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. | | integration | string | Specifies an integration for the pipe. | --- @@ -1060,7 +1060,7 @@ public readonly copyStatement: string; Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1074,7 +1074,7 @@ public readonly database: string; The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#database Pipe#database} --- @@ -1090,7 +1090,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#name Pipe#name} --- @@ -1104,7 +1104,7 @@ public readonly schema: string; The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#schema Pipe#schema} --- @@ -1118,7 +1118,7 @@ public readonly autoIngest: boolean | IResolvable; Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1132,7 +1132,7 @@ public readonly awsSnsTopicArn: string; Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1146,7 +1146,7 @@ public readonly comment: string; Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#comment Pipe#comment} --- @@ -1160,7 +1160,7 @@ public readonly errorIntegration: string; Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1172,7 +1172,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1189,7 +1189,7 @@ public readonly integration: string; Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipeGrant.csharp.md b/docs/pipeGrant.csharp.md index 5f7dfe016..990478871 100644 --- a/docs/pipeGrant.csharp.md +++ b/docs/pipeGrant.csharp.md @@ -4,7 +4,7 @@ ### PipeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant snowflake_pipe_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant snowflake_pipe_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the PipeGrant to import. The id of the existing PipeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use --- @@ -986,7 +986,7 @@ new PipeGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database containing the current or future pipes on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | PipeName | string | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | Privilege | string | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1077,7 +1077,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -1093,7 +1093,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -1105,7 +1105,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1124,7 +1124,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -1138,7 +1138,7 @@ public string PipeName { get; set; } The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -1152,7 +1152,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -1168,7 +1168,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -1182,7 +1182,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -1196,7 +1196,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -1210,7 +1210,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- diff --git a/docs/pipeGrant.go.md b/docs/pipeGrant.go.md index 04b6bb4e3..13f275a98 100644 --- a/docs/pipeGrant.go.md +++ b/docs/pipeGrant.go.md @@ -4,7 +4,7 @@ ### PipeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant snowflake_pipe_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant snowflake_pipe_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the PipeGrant to import. The id of the existing PipeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use --- @@ -986,7 +986,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/pipegrant" | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database containing the current or future pipes on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | PipeName | *string | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | Privilege | *string | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1077,7 +1077,7 @@ DatabaseName *string The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -1093,7 +1093,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -1105,7 +1105,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1124,7 +1124,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -1138,7 +1138,7 @@ PipeName *string The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -1152,7 +1152,7 @@ Privilege *string The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -1168,7 +1168,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -1182,7 +1182,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -1196,7 +1196,7 @@ SchemaName *string The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -1210,7 +1210,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- diff --git a/docs/pipeGrant.java.md b/docs/pipeGrant.java.md index d6c4e3b25..f085ab7e6 100644 --- a/docs/pipeGrant.java.md +++ b/docs/pipeGrant.java.md @@ -4,7 +4,7 @@ ### PipeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant snowflake_pipe_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant snowflake_pipe_grant}. #### Initializers @@ -52,7 +52,7 @@ PipeGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future pipes on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | pipeName | java.lang.String | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | privilege | java.lang.String | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -129,7 +129,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -141,7 +141,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -164,7 +164,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -196,7 +196,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- @@ -716,7 +716,7 @@ The construct id used in the generated config for the PipeGrant to import. The id of the existing PipeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use --- @@ -1179,7 +1179,7 @@ PipeGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future pipes on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | pipeName | java.lang.String | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | privilege | java.lang.String | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1270,7 +1270,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -1286,7 +1286,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -1298,7 +1298,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1317,7 +1317,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -1331,7 +1331,7 @@ public java.lang.String getPipeName(); The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -1345,7 +1345,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -1361,7 +1361,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -1375,7 +1375,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -1389,7 +1389,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -1403,7 +1403,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- diff --git a/docs/pipeGrant.python.md b/docs/pipeGrant.python.md index 19ea59afb..18b22a6d8 100644 --- a/docs/pipeGrant.python.md +++ b/docs/pipeGrant.python.md @@ -4,7 +4,7 @@ ### PipeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant snowflake_pipe_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant snowflake_pipe_grant}. #### Initializers @@ -47,7 +47,7 @@ pipeGrant.PipeGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future pipes on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | pipe_name | str | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | privilege | str | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -136,7 +136,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -159,7 +159,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -191,7 +191,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- @@ -757,7 +757,7 @@ The construct id used in the generated config for the PipeGrant to import. The id of the existing PipeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use --- @@ -1213,7 +1213,7 @@ pipeGrant.PipeGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future pipes on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | pipe_name | str | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | privilege | str | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1304,7 +1304,7 @@ database_name: str The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -1320,7 +1320,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -1332,7 +1332,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1351,7 +1351,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -1365,7 +1365,7 @@ pipe_name: str The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -1379,7 +1379,7 @@ privilege: str The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -1395,7 +1395,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -1409,7 +1409,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -1423,7 +1423,7 @@ schema_name: str The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -1437,7 +1437,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- diff --git a/docs/pipeGrant.typescript.md b/docs/pipeGrant.typescript.md index 9bae59b5b..46aecfccc 100644 --- a/docs/pipeGrant.typescript.md +++ b/docs/pipeGrant.typescript.md @@ -4,7 +4,7 @@ ### PipeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant snowflake_pipe_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant snowflake_pipe_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the PipeGrant to import. The id of the existing PipeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use --- @@ -968,7 +968,7 @@ const pipeGrantConfig: pipeGrant.PipeGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database containing the current or future pipes on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | pipeName | string | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | privilege | string | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1059,7 +1059,7 @@ public readonly databaseName: string; The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -1075,7 +1075,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -1087,7 +1087,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1106,7 +1106,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -1120,7 +1120,7 @@ public readonly pipeName: string; The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -1134,7 +1134,7 @@ public readonly privilege: string; The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -1150,7 +1150,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -1164,7 +1164,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -1178,7 +1178,7 @@ public readonly schemaName: string; The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -1192,7 +1192,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- diff --git a/docs/procedure.csharp.md b/docs/procedure.csharp.md index e9b627295..7d713382e 100644 --- a/docs/procedure.csharp.md +++ b/docs/procedure.csharp.md @@ -4,7 +4,7 @@ ### Procedure -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure snowflake_procedure}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure snowflake_procedure}. #### Initializers @@ -564,7 +564,7 @@ The construct id used in the generated config for the Procedure to import. The id of the existing Procedure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use --- @@ -1165,7 +1165,7 @@ public string Name { get; set; } The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -1179,7 +1179,7 @@ public string Type { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#type Procedure#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#type Procedure#type} --- @@ -1238,7 +1238,7 @@ new ProcedureConfig { | Comment | string | Specifies a comment for the procedure. | | ExecuteAs | string | Sets execute context - see caller's rights and owner's rights. | | Handler | string | The handler method for Java / Python procedures. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. | | Imports | string[] | Imports for Java / Python procedures. | | Language | string | Specifies the language of the stored procedure code. | | NullInputBehavior | string | Specifies the behavior of the procedure when called with null inputs. | @@ -1329,7 +1329,7 @@ public string Database { get; set; } The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#database Procedure#database} --- @@ -1345,7 +1345,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -1359,7 +1359,7 @@ public string ReturnType { get; set; } The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_type Procedure#return_type} --- @@ -1373,7 +1373,7 @@ public string Schema { get; set; } The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#schema Procedure#schema} --- @@ -1387,7 +1387,7 @@ public string Statement { get; set; } Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#statement Procedure#statement} --- @@ -1401,7 +1401,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#arguments Procedure#arguments} --- @@ -1415,7 +1415,7 @@ public string Comment { get; set; } Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#comment Procedure#comment} --- @@ -1429,7 +1429,7 @@ public string ExecuteAs { get; set; } Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -1443,7 +1443,7 @@ public string Handler { get; set; } The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#handler Procedure#handler} --- @@ -1455,7 +1455,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1474,7 +1474,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#imports Procedure#imports} --- @@ -1488,7 +1488,7 @@ public string Language { get; set; } Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#language Procedure#language} --- @@ -1502,7 +1502,7 @@ public string NullInputBehavior { get; set; } Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -1518,7 +1518,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#packages Procedure#packages} --- @@ -1532,7 +1532,7 @@ public string ReturnBehavior { get; set; } Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -1546,7 +1546,7 @@ public string RuntimeVersion { get; set; } Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#runtime_version Procedure#runtime_version} --- @@ -1562,7 +1562,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see Protecting Sensitive Information with Secure UDFs and Stored Procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#secure Procedure#secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#secure Procedure#secure} --- diff --git a/docs/procedure.go.md b/docs/procedure.go.md index 154d3198e..0b4ed005a 100644 --- a/docs/procedure.go.md +++ b/docs/procedure.go.md @@ -4,7 +4,7 @@ ### Procedure -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure snowflake_procedure}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure snowflake_procedure}. #### Initializers @@ -564,7 +564,7 @@ The construct id used in the generated config for the Procedure to import. The id of the existing Procedure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use --- @@ -1165,7 +1165,7 @@ Name *string The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -1179,7 +1179,7 @@ Type *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#type Procedure#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#type Procedure#type} --- @@ -1238,7 +1238,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/procedure" | Comment | *string | Specifies a comment for the procedure. | | ExecuteAs | *string | Sets execute context - see caller's rights and owner's rights. | | Handler | *string | The handler method for Java / Python procedures. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. | | Imports | *[]*string | Imports for Java / Python procedures. | | Language | *string | Specifies the language of the stored procedure code. | | NullInputBehavior | *string | Specifies the behavior of the procedure when called with null inputs. | @@ -1329,7 +1329,7 @@ Database *string The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#database Procedure#database} --- @@ -1345,7 +1345,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -1359,7 +1359,7 @@ ReturnType *string The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_type Procedure#return_type} --- @@ -1373,7 +1373,7 @@ Schema *string The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#schema Procedure#schema} --- @@ -1387,7 +1387,7 @@ Statement *string Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#statement Procedure#statement} --- @@ -1401,7 +1401,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#arguments Procedure#arguments} --- @@ -1415,7 +1415,7 @@ Comment *string Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#comment Procedure#comment} --- @@ -1429,7 +1429,7 @@ ExecuteAs *string Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -1443,7 +1443,7 @@ Handler *string The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#handler Procedure#handler} --- @@ -1455,7 +1455,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1474,7 +1474,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#imports Procedure#imports} --- @@ -1488,7 +1488,7 @@ Language *string Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#language Procedure#language} --- @@ -1502,7 +1502,7 @@ NullInputBehavior *string Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -1518,7 +1518,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#packages Procedure#packages} --- @@ -1532,7 +1532,7 @@ ReturnBehavior *string Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -1546,7 +1546,7 @@ RuntimeVersion *string Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#runtime_version Procedure#runtime_version} --- @@ -1562,7 +1562,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see Protecting Sensitive Information with Secure UDFs and Stored Procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#secure Procedure#secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#secure Procedure#secure} --- diff --git a/docs/procedure.java.md b/docs/procedure.java.md index 6a403fdd2..30be4932d 100644 --- a/docs/procedure.java.md +++ b/docs/procedure.java.md @@ -4,7 +4,7 @@ ### Procedure -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure snowflake_procedure}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure snowflake_procedure}. #### Initializers @@ -65,7 +65,7 @@ Procedure.Builder.create(Construct scope, java.lang.String id) | comment | java.lang.String | Specifies a comment for the procedure. | | executeAs | java.lang.String | Sets execute context - see caller's rights and owner's rights. | | handler | java.lang.String | The handler method for Java / Python procedures. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. | | imports | java.util.List | Imports for Java / Python procedures. | | language | java.lang.String | Specifies the language of the stored procedure code. | | nullInputBehavior | java.lang.String | Specifies the behavior of the procedure when called with null inputs. | @@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#database Procedure#database} --- @@ -154,7 +154,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_type Procedure#return_type} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#schema Procedure#schema} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#statement Procedure#statement} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#arguments Procedure#arguments} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#comment Procedure#comment} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#handler Procedure#handler} --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -247,7 +247,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#imports Procedure#imports} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#language Procedure#language} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -279,7 +279,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#packages Procedure#packages} --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#runtime_version Procedure#runtime_version} --- @@ -311,7 +311,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see Protecting Sensitive Information with Secure UDFs and Stored Procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#secure Procedure#secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#secure Procedure#secure} --- @@ -835,7 +835,7 @@ The construct id used in the generated config for the Procedure to import. The id of the existing Procedure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use --- @@ -1436,7 +1436,7 @@ public java.lang.String getName(); The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -1450,7 +1450,7 @@ public java.lang.String getType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#type Procedure#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#type Procedure#type} --- @@ -1515,7 +1515,7 @@ ProcedureConfig.builder() | comment | java.lang.String | Specifies a comment for the procedure. | | executeAs | java.lang.String | Sets execute context - see caller's rights and owner's rights. | | handler | java.lang.String | The handler method for Java / Python procedures. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. | | imports | java.util.List | Imports for Java / Python procedures. | | language | java.lang.String | Specifies the language of the stored procedure code. | | nullInputBehavior | java.lang.String | Specifies the behavior of the procedure when called with null inputs. | @@ -1606,7 +1606,7 @@ public java.lang.String getDatabase(); The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#database Procedure#database} --- @@ -1622,7 +1622,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -1636,7 +1636,7 @@ public java.lang.String getReturnType(); The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_type Procedure#return_type} --- @@ -1650,7 +1650,7 @@ public java.lang.String getSchema(); The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#schema Procedure#schema} --- @@ -1664,7 +1664,7 @@ public java.lang.String getStatement(); Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#statement Procedure#statement} --- @@ -1678,7 +1678,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#arguments Procedure#arguments} --- @@ -1692,7 +1692,7 @@ public java.lang.String getComment(); Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#comment Procedure#comment} --- @@ -1706,7 +1706,7 @@ public java.lang.String getExecuteAs(); Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -1720,7 +1720,7 @@ public java.lang.String getHandler(); The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#handler Procedure#handler} --- @@ -1732,7 +1732,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1751,7 +1751,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#imports Procedure#imports} --- @@ -1765,7 +1765,7 @@ public java.lang.String getLanguage(); Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#language Procedure#language} --- @@ -1779,7 +1779,7 @@ public java.lang.String getNullInputBehavior(); Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -1795,7 +1795,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#packages Procedure#packages} --- @@ -1809,7 +1809,7 @@ public java.lang.String getReturnBehavior(); Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -1823,7 +1823,7 @@ public java.lang.String getRuntimeVersion(); Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#runtime_version Procedure#runtime_version} --- @@ -1839,7 +1839,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see Protecting Sensitive Information with Secure UDFs and Stored Procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#secure Procedure#secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#secure Procedure#secure} --- diff --git a/docs/procedure.python.md b/docs/procedure.python.md index 694313e3f..0045c1634 100644 --- a/docs/procedure.python.md +++ b/docs/procedure.python.md @@ -4,7 +4,7 @@ ### Procedure -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure snowflake_procedure}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure snowflake_procedure}. #### Initializers @@ -61,7 +61,7 @@ procedure.Procedure( | comment | str | Specifies a comment for the procedure. | | execute_as | str | Sets execute context - see caller's rights and owner's rights. | | handler | str | The handler method for Java / Python procedures. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. | | imports | typing.List[str] | Imports for Java / Python procedures. | | language | str | Specifies the language of the stored procedure code. | | null_input_behavior | str | Specifies the behavior of the procedure when called with null inputs. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#database Procedure#database} --- @@ -150,7 +150,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_type Procedure#return_type} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#schema Procedure#schema} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#statement Procedure#statement} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#arguments Procedure#arguments} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#comment Procedure#comment} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#handler Procedure#handler} --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -243,7 +243,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#imports Procedure#imports} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#language Procedure#language} --- @@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -275,7 +275,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#packages Procedure#packages} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#runtime_version Procedure#runtime_version} --- @@ -307,7 +307,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see Protecting Sensitive Information with Secure UDFs and Stored Procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#secure Procedure#secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#secure Procedure#secure} --- @@ -879,7 +879,7 @@ The construct id used in the generated config for the Procedure to import. The id of the existing Procedure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use --- @@ -1480,7 +1480,7 @@ name: str The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -1494,7 +1494,7 @@ type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#type Procedure#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#type Procedure#type} --- @@ -1553,7 +1553,7 @@ procedure.ProcedureConfig( | comment | str | Specifies a comment for the procedure. | | execute_as | str | Sets execute context - see caller's rights and owner's rights. | | handler | str | The handler method for Java / Python procedures. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. | | imports | typing.List[str] | Imports for Java / Python procedures. | | language | str | Specifies the language of the stored procedure code. | | null_input_behavior | str | Specifies the behavior of the procedure when called with null inputs. | @@ -1644,7 +1644,7 @@ database: str The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#database Procedure#database} --- @@ -1660,7 +1660,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -1674,7 +1674,7 @@ return_type: str The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_type Procedure#return_type} --- @@ -1688,7 +1688,7 @@ schema: str The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#schema Procedure#schema} --- @@ -1702,7 +1702,7 @@ statement: str Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#statement Procedure#statement} --- @@ -1716,7 +1716,7 @@ arguments: typing.Union[IResolvable, typing.List[ProcedureArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#arguments Procedure#arguments} --- @@ -1730,7 +1730,7 @@ comment: str Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#comment Procedure#comment} --- @@ -1744,7 +1744,7 @@ execute_as: str Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -1758,7 +1758,7 @@ handler: str The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#handler Procedure#handler} --- @@ -1770,7 +1770,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1789,7 +1789,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#imports Procedure#imports} --- @@ -1803,7 +1803,7 @@ language: str Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#language Procedure#language} --- @@ -1817,7 +1817,7 @@ null_input_behavior: str Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -1833,7 +1833,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#packages Procedure#packages} --- @@ -1847,7 +1847,7 @@ return_behavior: str Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -1861,7 +1861,7 @@ runtime_version: str Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#runtime_version Procedure#runtime_version} --- @@ -1877,7 +1877,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see Protecting Sensitive Information with Secure UDFs and Stored Procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#secure Procedure#secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#secure Procedure#secure} --- diff --git a/docs/procedure.typescript.md b/docs/procedure.typescript.md index bd48ae9f8..0f7ba757d 100644 --- a/docs/procedure.typescript.md +++ b/docs/procedure.typescript.md @@ -4,7 +4,7 @@ ### Procedure -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure snowflake_procedure}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure snowflake_procedure}. #### Initializers @@ -564,7 +564,7 @@ The construct id used in the generated config for the Procedure to import. The id of the existing Procedure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use --- @@ -1162,7 +1162,7 @@ public readonly name: string; The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -1176,7 +1176,7 @@ public readonly type: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#type Procedure#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#type Procedure#type} --- @@ -1210,7 +1210,7 @@ const procedureConfig: procedure.ProcedureConfig = { ... } | comment | string | Specifies a comment for the procedure. | | executeAs | string | Sets execute context - see caller's rights and owner's rights. | | handler | string | The handler method for Java / Python procedures. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. | | imports | string[] | Imports for Java / Python procedures. | | language | string | Specifies the language of the stored procedure code. | | nullInputBehavior | string | Specifies the behavior of the procedure when called with null inputs. | @@ -1301,7 +1301,7 @@ public readonly database: string; The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#database Procedure#database} --- @@ -1317,7 +1317,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} --- @@ -1331,7 +1331,7 @@ public readonly returnType: string; The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_type Procedure#return_type} --- @@ -1345,7 +1345,7 @@ public readonly schema: string; The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#schema Procedure#schema} --- @@ -1359,7 +1359,7 @@ public readonly statement: string; Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#statement Procedure#statement} --- @@ -1373,7 +1373,7 @@ public readonly arguments: IResolvable | ProcedureArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#arguments Procedure#arguments} --- @@ -1387,7 +1387,7 @@ public readonly comment: string; Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#comment Procedure#comment} --- @@ -1401,7 +1401,7 @@ public readonly executeAs: string; Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -1415,7 +1415,7 @@ public readonly handler: string; The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#handler Procedure#handler} --- @@ -1427,7 +1427,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1446,7 +1446,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#imports Procedure#imports} --- @@ -1460,7 +1460,7 @@ public readonly language: string; Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#language Procedure#language} --- @@ -1474,7 +1474,7 @@ public readonly nullInputBehavior: string; Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -1490,7 +1490,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#packages Procedure#packages} --- @@ -1504,7 +1504,7 @@ public readonly returnBehavior: string; Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -1518,7 +1518,7 @@ public readonly runtimeVersion: string; Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#runtime_version Procedure#runtime_version} --- @@ -1534,7 +1534,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see Protecting Sensitive Information with Secure UDFs and Stored Procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#secure Procedure#secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#secure Procedure#secure} --- diff --git a/docs/procedureGrant.csharp.md b/docs/procedureGrant.csharp.md index 17180c1c4..5418008a0 100644 --- a/docs/procedureGrant.csharp.md +++ b/docs/procedureGrant.csharp.md @@ -4,7 +4,7 @@ ### ProcedureGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant snowflake_procedure_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant snowflake_procedure_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the ProcedureGrant to import. The id of the existing ProcedureGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use --- @@ -1071,7 +1071,7 @@ new ProcedureGrantConfig { | Roles | string[] | Grants privilege to these roles. | | ArgumentDataTypes | string[] | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | Privilege | string | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1163,7 +1163,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -1177,7 +1177,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -1191,7 +1191,7 @@ public string[] ArgumentDataTypes { get; set; } List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -1207,7 +1207,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -1219,7 +1219,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1238,7 +1238,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -1254,7 +1254,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -1268,7 +1268,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -1282,7 +1282,7 @@ public string ProcedureName { get; set; } The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -1298,7 +1298,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -1312,7 +1312,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -1326,7 +1326,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -1340,7 +1340,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- diff --git a/docs/procedureGrant.go.md b/docs/procedureGrant.go.md index 8b02e4897..4048e5cfa 100644 --- a/docs/procedureGrant.go.md +++ b/docs/procedureGrant.go.md @@ -4,7 +4,7 @@ ### ProcedureGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant snowflake_procedure_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant snowflake_procedure_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the ProcedureGrant to import. The id of the existing ProcedureGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use --- @@ -1071,7 +1071,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/proceduregran | Roles | *[]*string | Grants privilege to these roles. | | ArgumentDataTypes | *[]*string | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | Privilege | *string | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1163,7 +1163,7 @@ DatabaseName *string The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -1177,7 +1177,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -1191,7 +1191,7 @@ ArgumentDataTypes *[]*string List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -1207,7 +1207,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -1219,7 +1219,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1238,7 +1238,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -1254,7 +1254,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -1268,7 +1268,7 @@ Privilege *string The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -1282,7 +1282,7 @@ ProcedureName *string The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -1298,7 +1298,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -1312,7 +1312,7 @@ SchemaName *string The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -1326,7 +1326,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -1340,7 +1340,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- diff --git a/docs/procedureGrant.java.md b/docs/procedureGrant.java.md index da4048a34..3f0bc4ad1 100644 --- a/docs/procedureGrant.java.md +++ b/docs/procedureGrant.java.md @@ -4,7 +4,7 @@ ### ProcedureGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant snowflake_procedure_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant snowflake_procedure_grant}. #### Initializers @@ -58,7 +58,7 @@ ProcedureGrant.Builder.create(Construct scope, java.lang.String id) | roles | java.util.List | Grants privilege to these roles. | | argumentDataTypes | java.util.List | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -168,7 +168,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -191,7 +191,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -203,7 +203,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -235,7 +235,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- @@ -769,7 +769,7 @@ The construct id used in the generated config for the ProcedureGrant to import. The id of the existing ProcedureGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use --- @@ -1304,7 +1304,7 @@ ProcedureGrantConfig.builder() | roles | java.util.List | Grants privilege to these roles. | | argumentDataTypes | java.util.List | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1396,7 +1396,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -1410,7 +1410,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -1424,7 +1424,7 @@ public java.util.List getArgumentDataTypes(); List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -1440,7 +1440,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -1452,7 +1452,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1471,7 +1471,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -1487,7 +1487,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -1501,7 +1501,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -1515,7 +1515,7 @@ public java.lang.String getProcedureName(); The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -1531,7 +1531,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -1545,7 +1545,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -1559,7 +1559,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -1573,7 +1573,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- diff --git a/docs/procedureGrant.python.md b/docs/procedureGrant.python.md index d354a10e2..7002c63b5 100644 --- a/docs/procedureGrant.python.md +++ b/docs/procedureGrant.python.md @@ -4,7 +4,7 @@ ### ProcedureGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant snowflake_procedure_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant snowflake_procedure_grant}. #### Initializers @@ -52,7 +52,7 @@ procedureGrant.ProcedureGrant( | roles | typing.List[str] | Grants privilege to these roles. | | argument_data_types | typing.List[str] | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | privilege | str | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -162,7 +162,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -185,7 +185,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -197,7 +197,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -229,7 +229,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- @@ -809,7 +809,7 @@ The construct id used in the generated config for the ProcedureGrant to import. The id of the existing ProcedureGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use --- @@ -1336,7 +1336,7 @@ procedureGrant.ProcedureGrantConfig( | roles | typing.List[str] | Grants privilege to these roles. | | argument_data_types | typing.List[str] | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | privilege | str | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1428,7 +1428,7 @@ database_name: str The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -1442,7 +1442,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -1456,7 +1456,7 @@ argument_data_types: typing.List[str] List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -1472,7 +1472,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -1484,7 +1484,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1503,7 +1503,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -1519,7 +1519,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -1533,7 +1533,7 @@ privilege: str The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -1547,7 +1547,7 @@ procedure_name: str The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -1563,7 +1563,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -1577,7 +1577,7 @@ schema_name: str The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -1591,7 +1591,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -1605,7 +1605,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- diff --git a/docs/procedureGrant.typescript.md b/docs/procedureGrant.typescript.md index 92189f410..89be17659 100644 --- a/docs/procedureGrant.typescript.md +++ b/docs/procedureGrant.typescript.md @@ -4,7 +4,7 @@ ### ProcedureGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant snowflake_procedure_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant snowflake_procedure_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the ProcedureGrant to import. The id of the existing ProcedureGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use --- @@ -1050,7 +1050,7 @@ const procedureGrantConfig: procedureGrant.ProcedureGrantConfig = { ... } | roles | string[] | Grants privilege to these roles. | | argumentDataTypes | string[] | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | privilege | string | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1142,7 +1142,7 @@ public readonly databaseName: string; The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -1156,7 +1156,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -1170,7 +1170,7 @@ public readonly argumentDataTypes: string[]; List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -1186,7 +1186,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -1198,7 +1198,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1217,7 +1217,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -1233,7 +1233,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -1247,7 +1247,7 @@ public readonly privilege: string; The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -1261,7 +1261,7 @@ public readonly procedureName: string; The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -1277,7 +1277,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -1291,7 +1291,7 @@ public readonly schemaName: string; The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -1305,7 +1305,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -1319,7 +1319,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index 4d773eea2..18a4b35a0 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -4,7 +4,7 @@ ### SnowflakeProvider -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs snowflake}. #### Initializers @@ -548,7 +548,7 @@ The construct id used in the generated config for the SnowflakeProvider to impor The id of the existing SnowflakeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -1787,7 +1787,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#account SnowflakeProvider#account} --- @@ -1801,7 +1801,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#alias SnowflakeProvider#alias} --- @@ -1815,7 +1815,7 @@ public string Authenticator { get; set; } Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. It has to be set explicitly to JWT for private key authentication. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#authenticator SnowflakeProvider#authenticator} --- @@ -1829,7 +1829,7 @@ public object BrowserAuth { get; set; } Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -1843,7 +1843,7 @@ public string ClientIp { get; set; } IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_ip SnowflakeProvider#client_ip} --- @@ -1859,7 +1859,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -1875,7 +1875,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -1891,7 +1891,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -1905,7 +1905,7 @@ public object DisableQueryContextCache { get; set; } Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -1919,7 +1919,7 @@ public object DisableTelemetry { get; set; } Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -1935,7 +1935,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -1951,7 +1951,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#host SnowflakeProvider#host} --- @@ -1967,7 +1967,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -1983,7 +1983,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -1997,7 +1997,7 @@ public double JwtExpireTimeout { get; set; } JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -2013,7 +2013,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -2029,7 +2029,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -2045,7 +2045,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -2059,7 +2059,7 @@ public string OauthClientId { get; set; } Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -2073,7 +2073,7 @@ public string OauthClientSecret { get; set; } Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -2087,7 +2087,7 @@ public string OauthEndpoint { get; set; } Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -2101,7 +2101,7 @@ public string OauthRedirectUrl { get; set; } Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -2117,7 +2117,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -2133,7 +2133,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2147,7 +2147,7 @@ public string OktaUrl { get; set; } The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2161,7 +2161,7 @@ public System.Collections.Generic.IDictionary Params { get; set; Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#params SnowflakeProvider#params} --- @@ -2177,7 +2177,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode SnowflakeProvider#passcode} --- @@ -2193,7 +2193,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2209,7 +2209,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#password SnowflakeProvider#password} --- @@ -2225,7 +2225,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#port SnowflakeProvider#port} --- @@ -2241,7 +2241,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key SnowflakeProvider#private_key} --- @@ -2257,7 +2257,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2273,7 +2273,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -2287,7 +2287,7 @@ public string Profile { get; set; } Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#profile SnowflakeProvider#profile} --- @@ -2301,7 +2301,7 @@ public string Protocol { get; set; } Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#protocol SnowflakeProvider#protocol} --- @@ -2317,7 +2317,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#region SnowflakeProvider#region} --- @@ -2333,7 +2333,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2349,7 +2349,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#role SnowflakeProvider#role} --- @@ -2363,7 +2363,7 @@ public System.Collections.Generic.IDictionary SessionParams { ge Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#session_params SnowflakeProvider#session_params} --- @@ -2379,7 +2379,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token SnowflakeProvider#token} --- @@ -2393,7 +2393,7 @@ public SnowflakeProviderTokenAccessor TokenAccessor { get; set; } token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -2407,7 +2407,7 @@ public string User { get; set; } Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#user SnowflakeProvider#user} --- @@ -2421,7 +2421,7 @@ public string Username { get; set; } Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#username SnowflakeProvider#username} --- @@ -2437,7 +2437,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -2453,7 +2453,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#warehouse SnowflakeProvider#warehouse} --- @@ -2497,7 +2497,7 @@ The client ID for the OAuth provider when using a refresh token to renew access Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_id SnowflakeProvider#client_id} --- @@ -2513,7 +2513,7 @@ The client secret for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_secret SnowflakeProvider#client_secret} --- @@ -2529,7 +2529,7 @@ The redirect URI for the OAuth provider when using a refresh token to renew acce Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -2545,7 +2545,7 @@ The refresh token for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -2559,7 +2559,7 @@ public string TokenEndpoint { get; set; } The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.go.md b/docs/provider.go.md index 0e6238bcc..bd58cc569 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -4,7 +4,7 @@ ### SnowflakeProvider -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs snowflake}. #### Initializers @@ -548,7 +548,7 @@ The construct id used in the generated config for the SnowflakeProvider to impor The id of the existing SnowflakeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -1787,7 +1787,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#account SnowflakeProvider#account} --- @@ -1801,7 +1801,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#alias SnowflakeProvider#alias} --- @@ -1815,7 +1815,7 @@ Authenticator *string Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. It has to be set explicitly to JWT for private key authentication. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#authenticator SnowflakeProvider#authenticator} --- @@ -1829,7 +1829,7 @@ BrowserAuth interface{} Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -1843,7 +1843,7 @@ ClientIp *string IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_ip SnowflakeProvider#client_ip} --- @@ -1859,7 +1859,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -1875,7 +1875,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -1891,7 +1891,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -1905,7 +1905,7 @@ DisableQueryContextCache interface{} Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -1919,7 +1919,7 @@ DisableTelemetry interface{} Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -1935,7 +1935,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -1951,7 +1951,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#host SnowflakeProvider#host} --- @@ -1967,7 +1967,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -1983,7 +1983,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -1997,7 +1997,7 @@ JwtExpireTimeout *f64 JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -2013,7 +2013,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -2029,7 +2029,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -2045,7 +2045,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -2059,7 +2059,7 @@ OauthClientId *string Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -2073,7 +2073,7 @@ OauthClientSecret *string Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -2087,7 +2087,7 @@ OauthEndpoint *string Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -2101,7 +2101,7 @@ OauthRedirectUrl *string Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -2117,7 +2117,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -2133,7 +2133,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2147,7 +2147,7 @@ OktaUrl *string The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2161,7 +2161,7 @@ Params *map[string]*string Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#params SnowflakeProvider#params} --- @@ -2177,7 +2177,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode SnowflakeProvider#passcode} --- @@ -2193,7 +2193,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2209,7 +2209,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#password SnowflakeProvider#password} --- @@ -2225,7 +2225,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#port SnowflakeProvider#port} --- @@ -2241,7 +2241,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key SnowflakeProvider#private_key} --- @@ -2257,7 +2257,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2273,7 +2273,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -2287,7 +2287,7 @@ Profile *string Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#profile SnowflakeProvider#profile} --- @@ -2301,7 +2301,7 @@ Protocol *string Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#protocol SnowflakeProvider#protocol} --- @@ -2317,7 +2317,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#region SnowflakeProvider#region} --- @@ -2333,7 +2333,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2349,7 +2349,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#role SnowflakeProvider#role} --- @@ -2363,7 +2363,7 @@ SessionParams *map[string]*string Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#session_params SnowflakeProvider#session_params} --- @@ -2379,7 +2379,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token SnowflakeProvider#token} --- @@ -2393,7 +2393,7 @@ TokenAccessor SnowflakeProviderTokenAccessor token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -2407,7 +2407,7 @@ User *string Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#user SnowflakeProvider#user} --- @@ -2421,7 +2421,7 @@ Username *string Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#username SnowflakeProvider#username} --- @@ -2437,7 +2437,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -2453,7 +2453,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#warehouse SnowflakeProvider#warehouse} --- @@ -2497,7 +2497,7 @@ The client ID for the OAuth provider when using a refresh token to renew access Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_id SnowflakeProvider#client_id} --- @@ -2513,7 +2513,7 @@ The client secret for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_secret SnowflakeProvider#client_secret} --- @@ -2529,7 +2529,7 @@ The redirect URI for the OAuth provider when using a refresh token to renew acce Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -2545,7 +2545,7 @@ The refresh token for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -2559,7 +2559,7 @@ TokenEndpoint *string The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.java.md b/docs/provider.java.md index 5b894fc2f..42835ea15 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -4,7 +4,7 @@ ### SnowflakeProvider -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs snowflake}. #### Initializers @@ -148,7 +148,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#account SnowflakeProvider#account} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#alias SnowflakeProvider#alias} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. It has to be set explicitly to JWT for private key authentication. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#authenticator SnowflakeProvider#authenticator} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_ip SnowflakeProvider#client_ip} --- @@ -200,7 +200,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -212,7 +212,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -224,7 +224,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -256,7 +256,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -268,7 +268,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#host SnowflakeProvider#host} --- @@ -280,7 +280,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -292,7 +292,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -302,7 +302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -314,7 +314,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -326,7 +326,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -338,7 +338,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -348,7 +348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -358,7 +358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -368,7 +368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -378,7 +378,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -390,7 +390,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -402,7 +402,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#okta_url SnowflakeProvider#okta_url} --- @@ -422,7 +422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#params SnowflakeProvider#params} --- @@ -434,7 +434,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode SnowflakeProvider#passcode} --- @@ -446,7 +446,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -458,7 +458,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#password SnowflakeProvider#password} --- @@ -470,7 +470,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#port SnowflakeProvider#port} --- @@ -482,7 +482,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key SnowflakeProvider#private_key} --- @@ -494,7 +494,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -506,7 +506,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -516,7 +516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#profile SnowflakeProvider#profile} --- @@ -526,7 +526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#protocol SnowflakeProvider#protocol} --- @@ -538,7 +538,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#region SnowflakeProvider#region} --- @@ -550,7 +550,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -562,7 +562,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#role SnowflakeProvider#role} --- @@ -572,7 +572,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#session_params SnowflakeProvider#session_params} --- @@ -584,7 +584,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token SnowflakeProvider#token} --- @@ -594,7 +594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -604,7 +604,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#user SnowflakeProvider#user} --- @@ -614,7 +614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#username SnowflakeProvider#username} --- @@ -626,7 +626,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -638,7 +638,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#warehouse SnowflakeProvider#warehouse} --- @@ -1144,7 +1144,7 @@ The construct id used in the generated config for the SnowflakeProvider to impor The id of the existing SnowflakeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -2393,7 +2393,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#account SnowflakeProvider#account} --- @@ -2407,7 +2407,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#alias SnowflakeProvider#alias} --- @@ -2421,7 +2421,7 @@ public java.lang.String getAuthenticator(); Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. It has to be set explicitly to JWT for private key authentication. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#authenticator SnowflakeProvider#authenticator} --- @@ -2435,7 +2435,7 @@ public java.lang.Object getBrowserAuth(); Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -2449,7 +2449,7 @@ public java.lang.String getClientIp(); IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_ip SnowflakeProvider#client_ip} --- @@ -2465,7 +2465,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -2481,7 +2481,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -2497,7 +2497,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -2511,7 +2511,7 @@ public java.lang.Object getDisableQueryContextCache(); Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -2525,7 +2525,7 @@ public java.lang.Object getDisableTelemetry(); Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -2541,7 +2541,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -2557,7 +2557,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#host SnowflakeProvider#host} --- @@ -2573,7 +2573,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -2589,7 +2589,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -2603,7 +2603,7 @@ public java.lang.Number getJwtExpireTimeout(); JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -2619,7 +2619,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -2635,7 +2635,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -2651,7 +2651,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -2665,7 +2665,7 @@ public java.lang.String getOauthClientId(); Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -2679,7 +2679,7 @@ public java.lang.String getOauthClientSecret(); Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -2693,7 +2693,7 @@ public java.lang.String getOauthEndpoint(); Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -2707,7 +2707,7 @@ public java.lang.String getOauthRedirectUrl(); Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -2723,7 +2723,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -2739,7 +2739,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2753,7 +2753,7 @@ public java.lang.String getOktaUrl(); The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2767,7 +2767,7 @@ public java.util.Map getParams(); Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#params SnowflakeProvider#params} --- @@ -2783,7 +2783,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode SnowflakeProvider#passcode} --- @@ -2799,7 +2799,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2815,7 +2815,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#password SnowflakeProvider#password} --- @@ -2831,7 +2831,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#port SnowflakeProvider#port} --- @@ -2847,7 +2847,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key SnowflakeProvider#private_key} --- @@ -2863,7 +2863,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2879,7 +2879,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -2893,7 +2893,7 @@ public java.lang.String getProfile(); Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#profile SnowflakeProvider#profile} --- @@ -2907,7 +2907,7 @@ public java.lang.String getProtocol(); Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#protocol SnowflakeProvider#protocol} --- @@ -2923,7 +2923,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#region SnowflakeProvider#region} --- @@ -2939,7 +2939,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2955,7 +2955,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#role SnowflakeProvider#role} --- @@ -2969,7 +2969,7 @@ public java.util.Map getSessionParams(); Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#session_params SnowflakeProvider#session_params} --- @@ -2985,7 +2985,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token SnowflakeProvider#token} --- @@ -2999,7 +2999,7 @@ public SnowflakeProviderTokenAccessor getTokenAccessor(); token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -3013,7 +3013,7 @@ public java.lang.String getUser(); Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#user SnowflakeProvider#user} --- @@ -3027,7 +3027,7 @@ public java.lang.String getUsername(); Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#username SnowflakeProvider#username} --- @@ -3043,7 +3043,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -3059,7 +3059,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#warehouse SnowflakeProvider#warehouse} --- @@ -3103,7 +3103,7 @@ The client ID for the OAuth provider when using a refresh token to renew access Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_id SnowflakeProvider#client_id} --- @@ -3119,7 +3119,7 @@ The client secret for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_secret SnowflakeProvider#client_secret} --- @@ -3135,7 +3135,7 @@ The redirect URI for the OAuth provider when using a refresh token to renew acce Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -3151,7 +3151,7 @@ The refresh token for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -3165,7 +3165,7 @@ public java.lang.String getTokenEndpoint(); The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.python.md b/docs/provider.python.md index 8c45fea3d..0e3516216 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -4,7 +4,7 @@ ### SnowflakeProvider -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs snowflake}. #### Initializers @@ -140,7 +140,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#account SnowflakeProvider#account} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#alias SnowflakeProvider#alias} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. It has to be set explicitly to JWT for private key authentication. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#authenticator SnowflakeProvider#authenticator} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_ip SnowflakeProvider#client_ip} --- @@ -192,7 +192,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -204,7 +204,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -216,7 +216,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -248,7 +248,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -260,7 +260,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#host SnowflakeProvider#host} --- @@ -272,7 +272,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -284,7 +284,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -306,7 +306,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -318,7 +318,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -330,7 +330,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -340,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -350,7 +350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -382,7 +382,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -394,7 +394,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -404,7 +404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#okta_url SnowflakeProvider#okta_url} --- @@ -414,7 +414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#params SnowflakeProvider#params} --- @@ -426,7 +426,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode SnowflakeProvider#passcode} --- @@ -438,7 +438,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -450,7 +450,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#password SnowflakeProvider#password} --- @@ -462,7 +462,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#port SnowflakeProvider#port} --- @@ -474,7 +474,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key SnowflakeProvider#private_key} --- @@ -486,7 +486,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -498,7 +498,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -508,7 +508,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#profile SnowflakeProvider#profile} --- @@ -518,7 +518,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#protocol SnowflakeProvider#protocol} --- @@ -530,7 +530,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#region SnowflakeProvider#region} --- @@ -542,7 +542,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -554,7 +554,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#role SnowflakeProvider#role} --- @@ -564,7 +564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#session_params SnowflakeProvider#session_params} --- @@ -576,7 +576,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token SnowflakeProvider#token} --- @@ -586,7 +586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -596,7 +596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#user SnowflakeProvider#user} --- @@ -606,7 +606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#username SnowflakeProvider#username} --- @@ -618,7 +618,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -630,7 +630,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#warehouse SnowflakeProvider#warehouse} --- @@ -1152,7 +1152,7 @@ The construct id used in the generated config for the SnowflakeProvider to impor The id of the existing SnowflakeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -2391,7 +2391,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#account SnowflakeProvider#account} --- @@ -2405,7 +2405,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#alias SnowflakeProvider#alias} --- @@ -2419,7 +2419,7 @@ authenticator: str Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. It has to be set explicitly to JWT for private key authentication. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#authenticator SnowflakeProvider#authenticator} --- @@ -2433,7 +2433,7 @@ browser_auth: typing.Union[bool, IResolvable] Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -2447,7 +2447,7 @@ client_ip: str IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_ip SnowflakeProvider#client_ip} --- @@ -2463,7 +2463,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -2479,7 +2479,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -2495,7 +2495,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -2509,7 +2509,7 @@ disable_query_context_cache: typing.Union[bool, IResolvable] Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -2523,7 +2523,7 @@ disable_telemetry: typing.Union[bool, IResolvable] Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -2539,7 +2539,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -2555,7 +2555,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#host SnowflakeProvider#host} --- @@ -2571,7 +2571,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -2587,7 +2587,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -2601,7 +2601,7 @@ jwt_expire_timeout: typing.Union[int, float] JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -2617,7 +2617,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -2633,7 +2633,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -2649,7 +2649,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -2663,7 +2663,7 @@ oauth_client_id: str Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -2677,7 +2677,7 @@ oauth_client_secret: str Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -2691,7 +2691,7 @@ oauth_endpoint: str Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -2705,7 +2705,7 @@ oauth_redirect_url: str Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -2721,7 +2721,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -2737,7 +2737,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2751,7 +2751,7 @@ okta_url: str The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2765,7 +2765,7 @@ params: typing.Mapping[str] Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#params SnowflakeProvider#params} --- @@ -2781,7 +2781,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode SnowflakeProvider#passcode} --- @@ -2797,7 +2797,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2813,7 +2813,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#password SnowflakeProvider#password} --- @@ -2829,7 +2829,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#port SnowflakeProvider#port} --- @@ -2845,7 +2845,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key SnowflakeProvider#private_key} --- @@ -2861,7 +2861,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2877,7 +2877,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -2891,7 +2891,7 @@ profile: str Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#profile SnowflakeProvider#profile} --- @@ -2905,7 +2905,7 @@ protocol: str Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#protocol SnowflakeProvider#protocol} --- @@ -2921,7 +2921,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#region SnowflakeProvider#region} --- @@ -2937,7 +2937,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2953,7 +2953,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#role SnowflakeProvider#role} --- @@ -2967,7 +2967,7 @@ session_params: typing.Mapping[str] Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#session_params SnowflakeProvider#session_params} --- @@ -2983,7 +2983,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token SnowflakeProvider#token} --- @@ -2997,7 +2997,7 @@ token_accessor: SnowflakeProviderTokenAccessor token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -3011,7 +3011,7 @@ user: str Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#user SnowflakeProvider#user} --- @@ -3025,7 +3025,7 @@ username: str Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#username SnowflakeProvider#username} --- @@ -3041,7 +3041,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -3057,7 +3057,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#warehouse SnowflakeProvider#warehouse} --- @@ -3101,7 +3101,7 @@ The client ID for the OAuth provider when using a refresh token to renew access Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_id SnowflakeProvider#client_id} --- @@ -3117,7 +3117,7 @@ The client secret for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_secret SnowflakeProvider#client_secret} --- @@ -3133,7 +3133,7 @@ The redirect URI for the OAuth provider when using a refresh token to renew acce Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -3149,7 +3149,7 @@ The refresh token for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -3163,7 +3163,7 @@ token_endpoint: str The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index 4ef5a251a..a0d941193 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -4,7 +4,7 @@ ### SnowflakeProvider -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs snowflake}. #### Initializers @@ -548,7 +548,7 @@ The construct id used in the generated config for the SnowflakeProvider to impor The id of the existing SnowflakeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -1741,7 +1741,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#account SnowflakeProvider#account} --- @@ -1755,7 +1755,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#alias SnowflakeProvider#alias} --- @@ -1769,7 +1769,7 @@ public readonly authenticator: string; Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. It has to be set explicitly to JWT for private key authentication. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#authenticator SnowflakeProvider#authenticator} --- @@ -1783,7 +1783,7 @@ public readonly browserAuth: boolean | IResolvable; Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -1797,7 +1797,7 @@ public readonly clientIp: string; IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_ip SnowflakeProvider#client_ip} --- @@ -1813,7 +1813,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -1829,7 +1829,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -1845,7 +1845,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -1859,7 +1859,7 @@ public readonly disableQueryContextCache: boolean | IResolvable; Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -1873,7 +1873,7 @@ public readonly disableTelemetry: boolean | IResolvable; Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -1889,7 +1889,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -1905,7 +1905,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#host SnowflakeProvider#host} --- @@ -1921,7 +1921,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -1937,7 +1937,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -1951,7 +1951,7 @@ public readonly jwtExpireTimeout: number; JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -1967,7 +1967,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -1983,7 +1983,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -1999,7 +1999,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -2013,7 +2013,7 @@ public readonly oauthClientId: string; Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -2027,7 +2027,7 @@ public readonly oauthClientSecret: string; Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -2041,7 +2041,7 @@ public readonly oauthEndpoint: string; Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -2055,7 +2055,7 @@ public readonly oauthRedirectUrl: string; Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -2071,7 +2071,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -2087,7 +2087,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2101,7 +2101,7 @@ public readonly oktaUrl: string; The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2115,7 +2115,7 @@ public readonly params: {[ key: string ]: string}; Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#params SnowflakeProvider#params} --- @@ -2131,7 +2131,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode SnowflakeProvider#passcode} --- @@ -2147,7 +2147,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2163,7 +2163,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#password SnowflakeProvider#password} --- @@ -2179,7 +2179,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#port SnowflakeProvider#port} --- @@ -2195,7 +2195,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key SnowflakeProvider#private_key} --- @@ -2211,7 +2211,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2227,7 +2227,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -2241,7 +2241,7 @@ public readonly profile: string; Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#profile SnowflakeProvider#profile} --- @@ -2255,7 +2255,7 @@ public readonly protocol: string; Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#protocol SnowflakeProvider#protocol} --- @@ -2271,7 +2271,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#region SnowflakeProvider#region} --- @@ -2287,7 +2287,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2303,7 +2303,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#role SnowflakeProvider#role} --- @@ -2317,7 +2317,7 @@ public readonly sessionParams: {[ key: string ]: string}; Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#session_params SnowflakeProvider#session_params} --- @@ -2333,7 +2333,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token SnowflakeProvider#token} --- @@ -2347,7 +2347,7 @@ public readonly tokenAccessor: SnowflakeProviderTokenAccessor; token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -2361,7 +2361,7 @@ public readonly user: string; Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#user SnowflakeProvider#user} --- @@ -2375,7 +2375,7 @@ public readonly username: string; Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#username SnowflakeProvider#username} --- @@ -2391,7 +2391,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -2407,7 +2407,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#warehouse SnowflakeProvider#warehouse} --- @@ -2445,7 +2445,7 @@ The client ID for the OAuth provider when using a refresh token to renew access Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_id SnowflakeProvider#client_id} --- @@ -2461,7 +2461,7 @@ The client secret for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_secret SnowflakeProvider#client_secret} --- @@ -2477,7 +2477,7 @@ The redirect URI for the OAuth provider when using a refresh token to renew acce Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -2493,7 +2493,7 @@ The refresh token for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -2507,7 +2507,7 @@ public readonly tokenEndpoint: string; The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/resourceMonitor.csharp.md b/docs/resourceMonitor.csharp.md index 5e8113284..8fb16084d 100644 --- a/docs/resourceMonitor.csharp.md +++ b/docs/resourceMonitor.csharp.md @@ -4,7 +4,7 @@ ### ResourceMonitor -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the ResourceMonitor to import. The id of the existing ResourceMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1108,7 +1108,7 @@ new ResourceMonitorConfig { | CreditQuota | double | The number of credits allocated monthly to the resource monitor. | | EndTimestamp | string | The date and time when the resource monitor suspends the assigned warehouses. | | Frequency | string | The frequency interval at which the credit usage resets to 0. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | | NotifyTriggers | double[] | A list of percentage thresholds at which to send an alert to subscribed users. | | NotifyUsers | string[] | Specifies the list of users to receive email notifications on resource monitors. | | SetForAccount | object | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -1201,7 +1201,7 @@ public string Name { get; set; } Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1215,7 +1215,7 @@ public double CreditQuota { get; set; } The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1229,7 +1229,7 @@ public string EndTimestamp { get; set; } The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1245,7 +1245,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1257,7 +1257,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1274,7 +1274,7 @@ public double[] NotifyTriggers { get; set; } A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1288,7 +1288,7 @@ public string[] NotifyUsers { get; set; } Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1302,7 +1302,7 @@ public object SetForAccount { get; set; } Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -1316,7 +1316,7 @@ public string StartTimestamp { get; set; } The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1330,7 +1330,7 @@ public double SuspendImmediateTrigger { get; set; } The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1344,7 +1344,7 @@ public double[] SuspendImmediateTriggers { get; set; } A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -1358,7 +1358,7 @@ public double SuspendTrigger { get; set; } The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -1372,7 +1372,7 @@ public double[] SuspendTriggers { get; set; } A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -1386,7 +1386,7 @@ public string[] Warehouses { get; set; } A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- diff --git a/docs/resourceMonitor.go.md b/docs/resourceMonitor.go.md index 6115125aa..85be222b2 100644 --- a/docs/resourceMonitor.go.md +++ b/docs/resourceMonitor.go.md @@ -4,7 +4,7 @@ ### ResourceMonitor -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the ResourceMonitor to import. The id of the existing ResourceMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1108,7 +1108,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/resourcemonit | CreditQuota | *f64 | The number of credits allocated monthly to the resource monitor. | | EndTimestamp | *string | The date and time when the resource monitor suspends the assigned warehouses. | | Frequency | *string | The frequency interval at which the credit usage resets to 0. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | | NotifyTriggers | *[]*f64 | A list of percentage thresholds at which to send an alert to subscribed users. | | NotifyUsers | *[]*string | Specifies the list of users to receive email notifications on resource monitors. | | SetForAccount | interface{} | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -1201,7 +1201,7 @@ Name *string Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1215,7 +1215,7 @@ CreditQuota *f64 The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1229,7 +1229,7 @@ EndTimestamp *string The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1245,7 +1245,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1257,7 +1257,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1274,7 +1274,7 @@ NotifyTriggers *[]*f64 A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1288,7 +1288,7 @@ NotifyUsers *[]*string Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1302,7 +1302,7 @@ SetForAccount interface{} Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -1316,7 +1316,7 @@ StartTimestamp *string The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1330,7 +1330,7 @@ SuspendImmediateTrigger *f64 The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1344,7 +1344,7 @@ SuspendImmediateTriggers *[]*f64 A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -1358,7 +1358,7 @@ SuspendTrigger *f64 The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -1372,7 +1372,7 @@ SuspendTriggers *[]*f64 A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -1386,7 +1386,7 @@ Warehouses *[]*string A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- diff --git a/docs/resourceMonitor.java.md b/docs/resourceMonitor.java.md index dcc1575de..1b0d7cf14 100644 --- a/docs/resourceMonitor.java.md +++ b/docs/resourceMonitor.java.md @@ -4,7 +4,7 @@ ### ResourceMonitor -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -56,7 +56,7 @@ ResourceMonitor.Builder.create(Construct scope, java.lang.String id) | creditQuota | java.lang.Number | The number of credits allocated monthly to the resource monitor. | | endTimestamp | java.lang.String | The date and time when the resource monitor suspends the assigned warehouses. | | frequency | java.lang.String | The frequency interval at which the credit usage resets to 0. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notifyTriggers | java.util.List | A list of percentage thresholds at which to send an alert to subscribed users. | | notifyUsers | java.util.List | Specifies the list of users to receive email notifications on resource monitors. | | setForAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -135,7 +135,7 @@ Must be unique amongst siblings in the same scope Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -167,7 +167,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -188,7 +188,7 @@ If you experience problems setting this value it might not be settable. Please t A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -268,7 +268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- @@ -786,7 +786,7 @@ The construct id used in the generated config for the ResourceMonitor to import. The id of the existing ResourceMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1341,7 +1341,7 @@ ResourceMonitorConfig.builder() | creditQuota | java.lang.Number | The number of credits allocated monthly to the resource monitor. | | endTimestamp | java.lang.String | The date and time when the resource monitor suspends the assigned warehouses. | | frequency | java.lang.String | The frequency interval at which the credit usage resets to 0. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notifyTriggers | java.util.List | A list of percentage thresholds at which to send an alert to subscribed users. | | notifyUsers | java.util.List | Specifies the list of users to receive email notifications on resource monitors. | | setForAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -1434,7 +1434,7 @@ public java.lang.String getName(); Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1448,7 +1448,7 @@ public java.lang.Number getCreditQuota(); The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1462,7 +1462,7 @@ public java.lang.String getEndTimestamp(); The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1478,7 +1478,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1490,7 +1490,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1507,7 +1507,7 @@ public java.util.List getNotifyTriggers(); A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1521,7 +1521,7 @@ public java.util.List getNotifyUsers(); Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1535,7 +1535,7 @@ public java.lang.Object getSetForAccount(); Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -1549,7 +1549,7 @@ public java.lang.String getStartTimestamp(); The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1563,7 +1563,7 @@ public java.lang.Number getSuspendImmediateTrigger(); The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1577,7 +1577,7 @@ public java.util.List getSuspendImmediateTriggers(); A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -1591,7 +1591,7 @@ public java.lang.Number getSuspendTrigger(); The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -1605,7 +1605,7 @@ public java.util.List getSuspendTriggers(); A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -1619,7 +1619,7 @@ public java.util.List getWarehouses(); A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- diff --git a/docs/resourceMonitor.python.md b/docs/resourceMonitor.python.md index f4e12d2f9..b8b7bc37f 100644 --- a/docs/resourceMonitor.python.md +++ b/docs/resourceMonitor.python.md @@ -4,7 +4,7 @@ ### ResourceMonitor -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -53,7 +53,7 @@ resourceMonitor.ResourceMonitor( | credit_quota | typing.Union[int, float] | The number of credits allocated monthly to the resource monitor. | | end_timestamp | str | The date and time when the resource monitor suspends the assigned warehouses. | | frequency | str | The frequency interval at which the credit usage resets to 0. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notify_triggers | typing.List[typing.Union[int, float]] | A list of percentage thresholds at which to send an alert to subscribed users. | | notify_users | typing.List[str] | Specifies the list of users to receive email notifications on resource monitors. | | set_for_account | typing.Union[bool, cdktf.IResolvable] | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -164,7 +164,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -185,7 +185,7 @@ If you experience problems setting this value it might not be settable. Please t A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- @@ -829,7 +829,7 @@ The construct id used in the generated config for the ResourceMonitor to import. The id of the existing ResourceMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1379,7 +1379,7 @@ resourceMonitor.ResourceMonitorConfig( | credit_quota | typing.Union[int, float] | The number of credits allocated monthly to the resource monitor. | | end_timestamp | str | The date and time when the resource monitor suspends the assigned warehouses. | | frequency | str | The frequency interval at which the credit usage resets to 0. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notify_triggers | typing.List[typing.Union[int, float]] | A list of percentage thresholds at which to send an alert to subscribed users. | | notify_users | typing.List[str] | Specifies the list of users to receive email notifications on resource monitors. | | set_for_account | typing.Union[bool, cdktf.IResolvable] | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -1472,7 +1472,7 @@ name: str Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1486,7 +1486,7 @@ credit_quota: typing.Union[int, float] The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1500,7 +1500,7 @@ end_timestamp: str The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1516,7 +1516,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1528,7 +1528,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1545,7 +1545,7 @@ notify_triggers: typing.List[typing.Union[int, float]] A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1559,7 +1559,7 @@ notify_users: typing.List[str] Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1573,7 +1573,7 @@ set_for_account: typing.Union[bool, IResolvable] Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -1587,7 +1587,7 @@ start_timestamp: str The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1601,7 +1601,7 @@ suspend_immediate_trigger: typing.Union[int, float] The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1615,7 +1615,7 @@ suspend_immediate_triggers: typing.List[typing.Union[int, float]] A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -1629,7 +1629,7 @@ suspend_trigger: typing.Union[int, float] The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -1643,7 +1643,7 @@ suspend_triggers: typing.List[typing.Union[int, float]] A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -1657,7 +1657,7 @@ warehouses: typing.List[str] A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- diff --git a/docs/resourceMonitor.typescript.md b/docs/resourceMonitor.typescript.md index bc5c4185e..1c880176f 100644 --- a/docs/resourceMonitor.typescript.md +++ b/docs/resourceMonitor.typescript.md @@ -4,7 +4,7 @@ ### ResourceMonitor -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the ResourceMonitor to import. The id of the existing ResourceMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1086,7 +1086,7 @@ const resourceMonitorConfig: resourceMonitor.ResourceMonitorConfig = { ... } | creditQuota | number | The number of credits allocated monthly to the resource monitor. | | endTimestamp | string | The date and time when the resource monitor suspends the assigned warehouses. | | frequency | string | The frequency interval at which the credit usage resets to 0. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notifyTriggers | number[] | A list of percentage thresholds at which to send an alert to subscribed users. | | notifyUsers | string[] | Specifies the list of users to receive email notifications on resource monitors. | | setForAccount | boolean \| cdktf.IResolvable | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -1179,7 +1179,7 @@ public readonly name: string; Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1193,7 +1193,7 @@ public readonly creditQuota: number; The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1207,7 +1207,7 @@ public readonly endTimestamp: string; The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1223,7 +1223,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1235,7 +1235,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1252,7 +1252,7 @@ public readonly notifyTriggers: number[]; A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1266,7 +1266,7 @@ public readonly notifyUsers: string[]; Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1280,7 +1280,7 @@ public readonly setForAccount: boolean | IResolvable; Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -1294,7 +1294,7 @@ public readonly startTimestamp: string; The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1308,7 +1308,7 @@ public readonly suspendImmediateTrigger: number; The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1322,7 +1322,7 @@ public readonly suspendImmediateTriggers: number[]; A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -1336,7 +1336,7 @@ public readonly suspendTrigger: number; The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -1350,7 +1350,7 @@ public readonly suspendTriggers: number[]; A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -1364,7 +1364,7 @@ public readonly warehouses: string[]; A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- diff --git a/docs/resourceMonitorGrant.csharp.md b/docs/resourceMonitorGrant.csharp.md index ede32ba53..93828a3d0 100644 --- a/docs/resourceMonitorGrant.csharp.md +++ b/docs/resourceMonitorGrant.csharp.md @@ -4,7 +4,7 @@ ### ResourceMonitorGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the ResourceMonitorGrant to im The id of the existing ResourceMonitorGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ new ResourceMonitorGrantConfig { | Provisioners | object[] | *No description.* | | MonitorName | string | Identifier for the resource monitor; must be unique for your account. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | Privilege | string | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | Roles | string[] | Grants privilege to these roles. | | WithGrantOption | object | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -953,7 +953,7 @@ public string MonitorName { get; set; } Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -969,7 +969,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -981,7 +981,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -998,7 +998,7 @@ public string Privilege { get; set; } The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -1012,7 +1012,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -1026,7 +1026,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- diff --git a/docs/resourceMonitorGrant.go.md b/docs/resourceMonitorGrant.go.md index e82f53956..b63abaacb 100644 --- a/docs/resourceMonitorGrant.go.md +++ b/docs/resourceMonitorGrant.go.md @@ -4,7 +4,7 @@ ### ResourceMonitorGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the ResourceMonitorGrant to im The id of the existing ResourceMonitorGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/resourcemonit | Provisioners | *[]interface{} | *No description.* | | MonitorName | *string | Identifier for the resource monitor; must be unique for your account. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | Privilege | *string | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | Roles | *[]*string | Grants privilege to these roles. | | WithGrantOption | interface{} | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -953,7 +953,7 @@ MonitorName *string Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -969,7 +969,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -981,7 +981,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -998,7 +998,7 @@ Privilege *string The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -1012,7 +1012,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -1026,7 +1026,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- diff --git a/docs/resourceMonitorGrant.java.md b/docs/resourceMonitorGrant.java.md index fc20890ca..8926e9377 100644 --- a/docs/resourceMonitorGrant.java.md +++ b/docs/resourceMonitorGrant.java.md @@ -4,7 +4,7 @@ ### ResourceMonitorGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. #### Initializers @@ -47,7 +47,7 @@ ResourceMonitorGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | monitorName | java.lang.String | Identifier for the resource monitor; must be unique for your account. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | privilege | java.lang.String | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -132,7 +132,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- @@ -635,7 +635,7 @@ The construct id used in the generated config for the ResourceMonitorGrant to im The id of the existing ResourceMonitorGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use --- @@ -1005,7 +1005,7 @@ ResourceMonitorGrantConfig.builder() | provisioners | java.util.List | *No description.* | | monitorName | java.lang.String | Identifier for the resource monitor; must be unique for your account. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | privilege | java.lang.String | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1092,7 +1092,7 @@ public java.lang.String getMonitorName(); Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -1108,7 +1108,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -1120,7 +1120,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1137,7 +1137,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -1151,7 +1151,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -1165,7 +1165,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- diff --git a/docs/resourceMonitorGrant.python.md b/docs/resourceMonitorGrant.python.md index fbf542d37..9f4400ddb 100644 --- a/docs/resourceMonitorGrant.python.md +++ b/docs/resourceMonitorGrant.python.md @@ -4,7 +4,7 @@ ### ResourceMonitorGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. #### Initializers @@ -43,7 +43,7 @@ resourceMonitorGrant.ResourceMonitorGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | monitor_name | str | Identifier for the resource monitor; must be unique for your account. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | privilege | str | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -128,7 +128,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -149,7 +149,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- @@ -677,7 +677,7 @@ The construct id used in the generated config for the ResourceMonitorGrant to im The id of the existing ResourceMonitorGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use --- @@ -1041,7 +1041,7 @@ resourceMonitorGrant.ResourceMonitorGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | monitor_name | str | Identifier for the resource monitor; must be unique for your account. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | privilege | str | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1128,7 +1128,7 @@ monitor_name: str Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -1144,7 +1144,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -1156,7 +1156,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1173,7 +1173,7 @@ privilege: str The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -1187,7 +1187,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -1201,7 +1201,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- diff --git a/docs/resourceMonitorGrant.typescript.md b/docs/resourceMonitorGrant.typescript.md index 15e6a6db5..629a0c1b6 100644 --- a/docs/resourceMonitorGrant.typescript.md +++ b/docs/resourceMonitorGrant.typescript.md @@ -4,7 +4,7 @@ ### ResourceMonitorGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the ResourceMonitorGrant to im The id of the existing ResourceMonitorGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ const resourceMonitorGrantConfig: resourceMonitorGrant.ResourceMonitorGrantConfi | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | monitorName | string | Identifier for the resource monitor; must be unique for your account. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | privilege | string | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | roles | string[] | Grants privilege to these roles. | | withGrantOption | boolean \| cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -939,7 +939,7 @@ public readonly monitorName: string; Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -955,7 +955,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -967,7 +967,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -984,7 +984,7 @@ public readonly privilege: string; The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -998,7 +998,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -1012,7 +1012,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- diff --git a/docs/role.csharp.md b/docs/role.csharp.md index 316fbbe4e..7392be507 100644 --- a/docs/role.csharp.md +++ b/docs/role.csharp.md @@ -4,7 +4,7 @@ ### Role -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role snowflake_role}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the Role to import. The id of the existing Role that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#import import section} in the documentation of this resource for the id to use --- @@ -817,9 +817,9 @@ new RoleConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. | | Tag | object | tag block. | --- @@ -902,7 +902,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. --- @@ -914,7 +914,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. --- @@ -926,7 +926,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -943,7 +943,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#tag Role#tag} --- @@ -983,7 +983,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name} --- @@ -997,7 +997,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#value Role#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#value Role#value} --- @@ -1011,7 +1011,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#database Role#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#database Role#database} --- @@ -1025,7 +1025,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#schema Role#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#schema Role#schema} --- diff --git a/docs/role.go.md b/docs/role.go.md index 69062424b..e6fe3ffdd 100644 --- a/docs/role.go.md +++ b/docs/role.go.md @@ -4,7 +4,7 @@ ### Role -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role snowflake_role}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the Role to import. The id of the existing Role that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#import import section} in the documentation of this resource for the id to use --- @@ -817,9 +817,9 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/role" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. | | Tag | interface{} | tag block. | --- @@ -902,7 +902,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. --- @@ -914,7 +914,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. --- @@ -926,7 +926,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -943,7 +943,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#tag Role#tag} --- @@ -983,7 +983,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name} --- @@ -997,7 +997,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#value Role#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#value Role#value} --- @@ -1011,7 +1011,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#database Role#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#database Role#database} --- @@ -1025,7 +1025,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#schema Role#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#schema Role#schema} --- diff --git a/docs/role.java.md b/docs/role.java.md index 8e4edaac7..70b1b8b3a 100644 --- a/docs/role.java.md +++ b/docs/role.java.md @@ -4,7 +4,7 @@ ### Role -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role snowflake_role}. #### Initializers @@ -42,9 +42,9 @@ Role.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<RoleTag> | tag block. | --- @@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. --- @@ -121,7 +121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -142,7 +142,7 @@ If you experience problems setting this value it might not be settable. Please t tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#tag Role#tag} --- @@ -603,7 +603,7 @@ The construct id used in the generated config for the Role to import. The id of the existing Role that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#import import section} in the documentation of this resource for the id to use --- @@ -924,9 +924,9 @@ RoleConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<RoleTag> | tag block. | --- @@ -1009,7 +1009,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. --- @@ -1021,7 +1021,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. --- @@ -1033,7 +1033,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1050,7 +1050,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#tag Role#tag} --- @@ -1090,7 +1090,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name} --- @@ -1104,7 +1104,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#value Role#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#value Role#value} --- @@ -1118,7 +1118,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#database Role#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#database Role#database} --- @@ -1132,7 +1132,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#schema Role#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#schema Role#schema} --- diff --git a/docs/role.python.md b/docs/role.python.md index 8340e8cec..c0a412ddf 100644 --- a/docs/role.python.md +++ b/docs/role.python.md @@ -4,7 +4,7 @@ ### Role -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role snowflake_role}. #### Initializers @@ -39,9 +39,9 @@ role.Role( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. | | tag | typing.Union[cdktf.IResolvable, typing.List[RoleTag]] | tag block. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -139,7 +139,7 @@ If you experience problems setting this value it might not be settable. Please t tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#tag Role#tag} --- @@ -648,7 +648,7 @@ The construct id used in the generated config for the Role to import. The id of the existing Role that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#import import section} in the documentation of this resource for the id to use --- @@ -964,9 +964,9 @@ role.RoleConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. | | tag | typing.Union[cdktf.IResolvable, typing.List[RoleTag]] | tag block. | --- @@ -1049,7 +1049,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. --- @@ -1061,7 +1061,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. --- @@ -1073,7 +1073,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1090,7 +1090,7 @@ tag: typing.Union[IResolvable, typing.List[RoleTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#tag Role#tag} --- @@ -1130,7 +1130,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name} --- @@ -1144,7 +1144,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#value Role#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#value Role#value} --- @@ -1158,7 +1158,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#database Role#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#database Role#database} --- @@ -1172,7 +1172,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#schema Role#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#schema Role#schema} --- diff --git a/docs/role.typescript.md b/docs/role.typescript.md index 266b2fb34..2ae12f671 100644 --- a/docs/role.typescript.md +++ b/docs/role.typescript.md @@ -4,7 +4,7 @@ ### Role -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role snowflake_role}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the Role to import. The id of the existing Role that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#import import section} in the documentation of this resource for the id to use --- @@ -805,9 +805,9 @@ const roleConfig: role.RoleConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. | | tag | cdktf.IResolvable \| RoleTag[] | tag block. | --- @@ -890,7 +890,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name}. --- @@ -902,7 +902,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment}. --- @@ -914,7 +914,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -931,7 +931,7 @@ public readonly tag: IResolvable | RoleTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#tag Role#tag} --- @@ -966,7 +966,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name} --- @@ -980,7 +980,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#value Role#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#value Role#value} --- @@ -994,7 +994,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#database Role#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#database Role#database} --- @@ -1008,7 +1008,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#schema Role#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#schema Role#schema} --- diff --git a/docs/roleGrants.csharp.md b/docs/roleGrants.csharp.md index 519971fe6..e1888e54d 100644 --- a/docs/roleGrants.csharp.md +++ b/docs/roleGrants.csharp.md @@ -4,7 +4,7 @@ ### RoleGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants snowflake_role_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants snowflake_role_grants}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the RoleGrants to import. The id of the existing RoleGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use --- @@ -836,7 +836,7 @@ new RoleGrantsConfig { | Provisioners | object[] | *No description.* | | RoleName | string | The name of the role we are granting. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. | | Roles | string[] | Grants role to this specified role. | | Users | string[] | Grants role to this specified user. | @@ -922,7 +922,7 @@ public string RoleName { get; set; } The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -938,7 +938,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -950,7 +950,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -967,7 +967,7 @@ public string[] Roles { get; set; } Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -981,7 +981,7 @@ public string[] Users { get; set; } Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#users RoleGrants#users} --- diff --git a/docs/roleGrants.go.md b/docs/roleGrants.go.md index aa1b397da..a60a4b174 100644 --- a/docs/roleGrants.go.md +++ b/docs/roleGrants.go.md @@ -4,7 +4,7 @@ ### RoleGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants snowflake_role_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants snowflake_role_grants}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the RoleGrants to import. The id of the existing RoleGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use --- @@ -836,7 +836,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/rolegrants" | Provisioners | *[]interface{} | *No description.* | | RoleName | *string | The name of the role we are granting. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. | | Roles | *[]*string | Grants role to this specified role. | | Users | *[]*string | Grants role to this specified user. | @@ -922,7 +922,7 @@ RoleName *string The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -938,7 +938,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -950,7 +950,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -967,7 +967,7 @@ Roles *[]*string Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -981,7 +981,7 @@ Users *[]*string Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#users RoleGrants#users} --- diff --git a/docs/roleGrants.java.md b/docs/roleGrants.java.md index 3f7fe528e..345b71829 100644 --- a/docs/roleGrants.java.md +++ b/docs/roleGrants.java.md @@ -4,7 +4,7 @@ ### RoleGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants snowflake_role_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants snowflake_role_grants}. #### Initializers @@ -45,7 +45,7 @@ RoleGrants.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | roleName | java.lang.String | The name of the role we are granting. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. | | roles | java.util.List | Grants role to this specified role. | | users | java.util.List | Grants role to this specified user. | @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -129,7 +129,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -150,7 +150,7 @@ If you experience problems setting this value it might not be settable. Please t Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#users RoleGrants#users} --- @@ -615,7 +615,7 @@ The construct id used in the generated config for the RoleGrants to import. The id of the existing RoleGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use --- @@ -961,7 +961,7 @@ RoleGrantsConfig.builder() | provisioners | java.util.List | *No description.* | | roleName | java.lang.String | The name of the role we are granting. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. | | roles | java.util.List | Grants role to this specified role. | | users | java.util.List | Grants role to this specified user. | @@ -1047,7 +1047,7 @@ public java.lang.String getRoleName(); The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -1063,7 +1063,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -1075,7 +1075,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1092,7 +1092,7 @@ public java.util.List getRoles(); Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -1106,7 +1106,7 @@ public java.util.List getUsers(); Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#users RoleGrants#users} --- diff --git a/docs/roleGrants.python.md b/docs/roleGrants.python.md index 4115f6dfd..b0f699ba2 100644 --- a/docs/roleGrants.python.md +++ b/docs/roleGrants.python.md @@ -4,7 +4,7 @@ ### RoleGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants snowflake_role_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants snowflake_role_grants}. #### Initializers @@ -42,7 +42,7 @@ roleGrants.RoleGrants( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | role_name | str | The name of the role we are granting. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. | | roles | typing.List[str] | Grants role to this specified role. | | users | typing.List[str] | Grants role to this specified user. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -126,7 +126,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ If you experience problems setting this value it might not be settable. Please t Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#users RoleGrants#users} --- @@ -658,7 +658,7 @@ The construct id used in the generated config for the RoleGrants to import. The id of the existing RoleGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use --- @@ -999,7 +999,7 @@ roleGrants.RoleGrantsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | role_name | str | The name of the role we are granting. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. | | roles | typing.List[str] | Grants role to this specified role. | | users | typing.List[str] | Grants role to this specified user. | @@ -1085,7 +1085,7 @@ role_name: str The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -1101,7 +1101,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -1113,7 +1113,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1130,7 +1130,7 @@ roles: typing.List[str] Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -1144,7 +1144,7 @@ users: typing.List[str] Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#users RoleGrants#users} --- diff --git a/docs/roleGrants.typescript.md b/docs/roleGrants.typescript.md index 79a33ea04..3c1c39418 100644 --- a/docs/roleGrants.typescript.md +++ b/docs/roleGrants.typescript.md @@ -4,7 +4,7 @@ ### RoleGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants snowflake_role_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants snowflake_role_grants}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the RoleGrants to import. The id of the existing RoleGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use --- @@ -823,7 +823,7 @@ const roleGrantsConfig: roleGrants.RoleGrantsConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | roleName | string | The name of the role we are granting. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. | | roles | string[] | Grants role to this specified role. | | users | string[] | Grants role to this specified user. | @@ -909,7 +909,7 @@ public readonly roleName: string; The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -925,7 +925,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -937,7 +937,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -954,7 +954,7 @@ public readonly roles: string[]; Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -968,7 +968,7 @@ public readonly users: string[]; Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#users RoleGrants#users} --- diff --git a/docs/roleOwnershipGrant.csharp.md b/docs/roleOwnershipGrant.csharp.md index 74b59df5c..60db6431f 100644 --- a/docs/roleOwnershipGrant.csharp.md +++ b/docs/roleOwnershipGrant.csharp.md @@ -4,7 +4,7 @@ ### RoleOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the RoleOwnershipGrant to impo The id of the existing RoleOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ new RoleOwnershipGrantConfig { | OnRoleName | string | The name of the role ownership is granted on. | | ToRoleName | string | The name of the role to grant ownership. | | CurrentGrants | string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | --- @@ -915,7 +915,7 @@ public string OnRoleName { get; set; } The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -931,7 +931,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -945,7 +945,7 @@ public string CurrentGrants { get; set; } Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -957,7 +957,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -974,7 +974,7 @@ public string RevertOwnershipToRoleName { get; set; } The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/roleOwnershipGrant.go.md b/docs/roleOwnershipGrant.go.md index 45602886e..1386e6aed 100644 --- a/docs/roleOwnershipGrant.go.md +++ b/docs/roleOwnershipGrant.go.md @@ -4,7 +4,7 @@ ### RoleOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the RoleOwnershipGrant to impo The id of the existing RoleOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/roleownership | OnRoleName | *string | The name of the role ownership is granted on. | | ToRoleName | *string | The name of the role to grant ownership. | | CurrentGrants | *string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | --- @@ -915,7 +915,7 @@ OnRoleName *string The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -931,7 +931,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -945,7 +945,7 @@ CurrentGrants *string Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -957,7 +957,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -974,7 +974,7 @@ RevertOwnershipToRoleName *string The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/roleOwnershipGrant.java.md b/docs/roleOwnershipGrant.java.md index fd7261497..9c9461e3f 100644 --- a/docs/roleOwnershipGrant.java.md +++ b/docs/roleOwnershipGrant.java.md @@ -4,7 +4,7 @@ ### RoleOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. #### Initializers @@ -45,7 +45,7 @@ RoleOwnershipGrant.Builder.create(Construct scope, java.lang.String id) | onRoleName | java.lang.String | The name of the role ownership is granted on. | | toRoleName | java.lang.String | The name of the role to grant ownership. | | currentGrants | java.lang.String | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -128,7 +128,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -159,7 +159,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- @@ -607,7 +607,7 @@ The construct id used in the generated config for the RoleOwnershipGrant to impo The id of the existing RoleOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -953,7 +953,7 @@ RoleOwnershipGrantConfig.builder() | onRoleName | java.lang.String | The name of the role ownership is granted on. | | toRoleName | java.lang.String | The name of the role to grant ownership. | | currentGrants | java.lang.String | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | --- @@ -1038,7 +1038,7 @@ public java.lang.String getOnRoleName(); The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -1054,7 +1054,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -1068,7 +1068,7 @@ public java.lang.String getCurrentGrants(); Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -1080,7 +1080,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1097,7 +1097,7 @@ public java.lang.String getRevertOwnershipToRoleName(); The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/roleOwnershipGrant.python.md b/docs/roleOwnershipGrant.python.md index 9031c1586..2e92c76ff 100644 --- a/docs/roleOwnershipGrant.python.md +++ b/docs/roleOwnershipGrant.python.md @@ -4,7 +4,7 @@ ### RoleOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. #### Initializers @@ -43,7 +43,7 @@ roleOwnershipGrant.RoleOwnershipGrant( | on_role_name | str | The name of the role ownership is granted on. | | to_role_name | str | The name of the role to grant ownership. | | current_grants | str | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -126,7 +126,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- @@ -651,7 +651,7 @@ The construct id used in the generated config for the RoleOwnershipGrant to impo The id of the existing RoleOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -993,7 +993,7 @@ roleOwnershipGrant.RoleOwnershipGrantConfig( | on_role_name | str | The name of the role ownership is granted on. | | to_role_name | str | The name of the role to grant ownership. | | current_grants | str | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | --- @@ -1078,7 +1078,7 @@ on_role_name: str The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -1094,7 +1094,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -1108,7 +1108,7 @@ current_grants: str Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -1120,7 +1120,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1137,7 +1137,7 @@ revert_ownership_to_role_name: str The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/roleOwnershipGrant.typescript.md b/docs/roleOwnershipGrant.typescript.md index 14dda3be6..3e4a1da61 100644 --- a/docs/roleOwnershipGrant.typescript.md +++ b/docs/roleOwnershipGrant.typescript.md @@ -4,7 +4,7 @@ ### RoleOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the RoleOwnershipGrant to impo The id of the existing RoleOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -817,7 +817,7 @@ const roleOwnershipGrantConfig: roleOwnershipGrant.RoleOwnershipGrantConfig = { | onRoleName | string | The name of the role ownership is granted on. | | toRoleName | string | The name of the role to grant ownership. | | currentGrants | string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | --- @@ -902,7 +902,7 @@ public readonly onRoleName: string; The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -918,7 +918,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -932,7 +932,7 @@ public readonly currentGrants: string; Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -944,7 +944,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -961,7 +961,7 @@ public readonly revertOwnershipToRoleName: string; The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/rowAccessPolicy.csharp.md b/docs/rowAccessPolicy.csharp.md index 0afbf6738..49b5e8725 100644 --- a/docs/rowAccessPolicy.csharp.md +++ b/docs/rowAccessPolicy.csharp.md @@ -4,7 +4,7 @@ ### RowAccessPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RowAccessPolicy to import. The id of the existing RowAccessPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -872,7 +872,7 @@ new RowAccessPolicyConfig { | Schema | string | The schema in which to create the row access policy. | | Signature | System.Collections.Generic.IDictionary | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | Comment | string | Specifies a comment for the row access policy. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -956,7 +956,7 @@ public string Database { get; set; } The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -972,7 +972,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -986,7 +986,7 @@ public string RowAccessExpression { get; set; } Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -1000,7 +1000,7 @@ public string Schema { get; set; } The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1016,7 +1016,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -1030,7 +1030,7 @@ public string Comment { get; set; } Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1042,7 +1042,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/rowAccessPolicy.go.md b/docs/rowAccessPolicy.go.md index 4f6097eb7..d067232e3 100644 --- a/docs/rowAccessPolicy.go.md +++ b/docs/rowAccessPolicy.go.md @@ -4,7 +4,7 @@ ### RowAccessPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RowAccessPolicy to import. The id of the existing RowAccessPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -872,7 +872,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/rowaccesspoli | Schema | *string | The schema in which to create the row access policy. | | Signature | *map[string]*string | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | Comment | *string | Specifies a comment for the row access policy. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -956,7 +956,7 @@ Database *string The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -972,7 +972,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -986,7 +986,7 @@ RowAccessExpression *string Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -1000,7 +1000,7 @@ Schema *string The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1016,7 +1016,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -1030,7 +1030,7 @@ Comment *string Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1042,7 +1042,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/rowAccessPolicy.java.md b/docs/rowAccessPolicy.java.md index 889c734f0..78c3a421c 100644 --- a/docs/rowAccessPolicy.java.md +++ b/docs/rowAccessPolicy.java.md @@ -4,7 +4,7 @@ ### RowAccessPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -50,7 +50,7 @@ RowAccessPolicy.Builder.create(Construct scope, java.lang.String id) | schema | java.lang.String | The schema in which to create the row access policy. | | signature | java.util.Map | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | comment | java.lang.String | Specifies a comment for the row access policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -132,7 +132,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -164,7 +164,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -626,7 +626,7 @@ The construct id used in the generated config for the RowAccessPolicy to import. The id of the existing RowAccessPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -1021,7 +1021,7 @@ RowAccessPolicyConfig.builder() | schema | java.lang.String | The schema in which to create the row access policy. | | signature | java.util.Map | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | comment | java.lang.String | Specifies a comment for the row access policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -1105,7 +1105,7 @@ public java.lang.String getDatabase(); The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -1121,7 +1121,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -1135,7 +1135,7 @@ public java.lang.String getRowAccessExpression(); Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -1149,7 +1149,7 @@ public java.lang.String getSchema(); The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1165,7 +1165,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -1179,7 +1179,7 @@ public java.lang.String getComment(); Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1191,7 +1191,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/rowAccessPolicy.python.md b/docs/rowAccessPolicy.python.md index 6c4448f43..c408f18f1 100644 --- a/docs/rowAccessPolicy.python.md +++ b/docs/rowAccessPolicy.python.md @@ -4,7 +4,7 @@ ### RowAccessPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -48,7 +48,7 @@ rowAccessPolicy.RowAccessPolicy( | schema | str | The schema in which to create the row access policy. | | signature | typing.Mapping[str] | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | comment | str | Specifies a comment for the row access policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -130,7 +130,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -162,7 +162,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -670,7 +670,7 @@ The construct id used in the generated config for the RowAccessPolicy to import. The id of the existing RowAccessPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -1061,7 +1061,7 @@ rowAccessPolicy.RowAccessPolicyConfig( | schema | str | The schema in which to create the row access policy. | | signature | typing.Mapping[str] | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | comment | str | Specifies a comment for the row access policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -1145,7 +1145,7 @@ database: str The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -1161,7 +1161,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -1175,7 +1175,7 @@ row_access_expression: str Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -1189,7 +1189,7 @@ schema: str The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1205,7 +1205,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -1219,7 +1219,7 @@ comment: str Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1231,7 +1231,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/rowAccessPolicy.typescript.md b/docs/rowAccessPolicy.typescript.md index 8a7baca2e..1d9b82515 100644 --- a/docs/rowAccessPolicy.typescript.md +++ b/docs/rowAccessPolicy.typescript.md @@ -4,7 +4,7 @@ ### RowAccessPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RowAccessPolicy to import. The id of the existing RowAccessPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -857,7 +857,7 @@ const rowAccessPolicyConfig: rowAccessPolicy.RowAccessPolicyConfig = { ... } | schema | string | The schema in which to create the row access policy. | | signature | {[ key: string ]: string} | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | comment | string | Specifies a comment for the row access policy. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -941,7 +941,7 @@ public readonly database: string; The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -957,7 +957,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -971,7 +971,7 @@ public readonly rowAccessExpression: string; Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -985,7 +985,7 @@ public readonly schema: string; The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1001,7 +1001,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -1015,7 +1015,7 @@ public readonly comment: string; Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1027,7 +1027,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/rowAccessPolicyGrant.csharp.md b/docs/rowAccessPolicyGrant.csharp.md index c4782ab77..1cb3b0c80 100644 --- a/docs/rowAccessPolicyGrant.csharp.md +++ b/docs/rowAccessPolicyGrant.csharp.md @@ -4,7 +4,7 @@ ### RowAccessPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the RowAccessPolicyGrant to im The id of the existing RowAccessPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -944,7 +944,7 @@ new RowAccessPolicyGrantConfig { | RowAccessPolicyName | string | The name of the row access policy on which to grant privileges immediately. | | SchemaName | string | The name of the schema containing the row access policy on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | Privilege | string | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -1032,7 +1032,7 @@ public string DatabaseName { get; set; } The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -1046,7 +1046,7 @@ public string RowAccessPolicyName { get; set; } The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -1060,7 +1060,7 @@ public string SchemaName { get; set; } The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -1076,7 +1076,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -1088,7 +1088,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1105,7 +1105,7 @@ public string Privilege { get; set; } The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -1121,7 +1121,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -1135,7 +1135,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -1149,7 +1149,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- diff --git a/docs/rowAccessPolicyGrant.go.md b/docs/rowAccessPolicyGrant.go.md index 4bb313814..8e7f64c96 100644 --- a/docs/rowAccessPolicyGrant.go.md +++ b/docs/rowAccessPolicyGrant.go.md @@ -4,7 +4,7 @@ ### RowAccessPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the RowAccessPolicyGrant to im The id of the existing RowAccessPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -944,7 +944,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/rowaccesspoli | RowAccessPolicyName | *string | The name of the row access policy on which to grant privileges immediately. | | SchemaName | *string | The name of the schema containing the row access policy on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | Privilege | *string | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -1032,7 +1032,7 @@ DatabaseName *string The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -1046,7 +1046,7 @@ RowAccessPolicyName *string The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -1060,7 +1060,7 @@ SchemaName *string The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -1076,7 +1076,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -1088,7 +1088,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1105,7 +1105,7 @@ Privilege *string The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -1121,7 +1121,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -1135,7 +1135,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -1149,7 +1149,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- diff --git a/docs/rowAccessPolicyGrant.java.md b/docs/rowAccessPolicyGrant.java.md index 6f6f1b548..a0d6683c1 100644 --- a/docs/rowAccessPolicyGrant.java.md +++ b/docs/rowAccessPolicyGrant.java.md @@ -4,7 +4,7 @@ ### RowAccessPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. #### Initializers @@ -52,7 +52,7 @@ RowAccessPolicyGrant.Builder.create(Construct scope, java.lang.String id) | rowAccessPolicyName | java.lang.String | The name of the row access policy on which to grant privileges immediately. | | schemaName | java.lang.String | The name of the schema containing the row access policy on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | privilege | java.lang.String | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -158,7 +158,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -191,7 +191,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- @@ -680,7 +680,7 @@ The construct id used in the generated config for the RowAccessPolicyGrant to im The id of the existing RowAccessPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -1121,7 +1121,7 @@ RowAccessPolicyGrantConfig.builder() | rowAccessPolicyName | java.lang.String | The name of the row access policy on which to grant privileges immediately. | | schemaName | java.lang.String | The name of the schema containing the row access policy on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | privilege | java.lang.String | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1209,7 +1209,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -1223,7 +1223,7 @@ public java.lang.String getRowAccessPolicyName(); The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -1237,7 +1237,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -1253,7 +1253,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -1265,7 +1265,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1282,7 +1282,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -1298,7 +1298,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -1312,7 +1312,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -1326,7 +1326,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- diff --git a/docs/rowAccessPolicyGrant.python.md b/docs/rowAccessPolicyGrant.python.md index 418f9028c..7760efcb2 100644 --- a/docs/rowAccessPolicyGrant.python.md +++ b/docs/rowAccessPolicyGrant.python.md @@ -4,7 +4,7 @@ ### RowAccessPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. #### Initializers @@ -48,7 +48,7 @@ rowAccessPolicyGrant.RowAccessPolicyGrant( | row_access_policy_name | str | The name of the row access policy on which to grant privileges immediately. | | schema_name | str | The name of the schema containing the row access policy on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | privilege | str | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -187,7 +187,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- @@ -722,7 +722,7 @@ The construct id used in the generated config for the RowAccessPolicyGrant to im The id of the existing RowAccessPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -1157,7 +1157,7 @@ rowAccessPolicyGrant.RowAccessPolicyGrantConfig( | row_access_policy_name | str | The name of the row access policy on which to grant privileges immediately. | | schema_name | str | The name of the schema containing the row access policy on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | privilege | str | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1245,7 +1245,7 @@ database_name: str The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -1259,7 +1259,7 @@ row_access_policy_name: str The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -1273,7 +1273,7 @@ schema_name: str The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -1289,7 +1289,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -1301,7 +1301,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1318,7 +1318,7 @@ privilege: str The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -1334,7 +1334,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -1348,7 +1348,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -1362,7 +1362,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- diff --git a/docs/rowAccessPolicyGrant.typescript.md b/docs/rowAccessPolicyGrant.typescript.md index 116e05feb..d47fc5153 100644 --- a/docs/rowAccessPolicyGrant.typescript.md +++ b/docs/rowAccessPolicyGrant.typescript.md @@ -4,7 +4,7 @@ ### RowAccessPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the RowAccessPolicyGrant to im The id of the existing RowAccessPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -927,7 +927,7 @@ const rowAccessPolicyGrantConfig: rowAccessPolicyGrant.RowAccessPolicyGrantConfi | rowAccessPolicyName | string | The name of the row access policy on which to grant privileges immediately. | | schemaName | string | The name of the schema containing the row access policy on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | privilege | string | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -1015,7 +1015,7 @@ public readonly databaseName: string; The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -1029,7 +1029,7 @@ public readonly rowAccessPolicyName: string; The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -1043,7 +1043,7 @@ public readonly schemaName: string; The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -1059,7 +1059,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -1071,7 +1071,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1088,7 +1088,7 @@ public readonly privilege: string; The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -1104,7 +1104,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -1118,7 +1118,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -1132,7 +1132,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- diff --git a/docs/samlIntegration.csharp.md b/docs/samlIntegration.csharp.md index c5f0f01f3..0fdc2e736 100644 --- a/docs/samlIntegration.csharp.md +++ b/docs/samlIntegration.csharp.md @@ -4,7 +4,7 @@ ### SamlIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration snowflake_saml_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration snowflake_saml_integration}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the SamlIntegration to import. The id of the existing SamlIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use --- @@ -1186,7 +1186,7 @@ new SamlIntegrationConfig { | Saml2SsoUrl | string | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | Saml2X509Cert | string | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | Enabled | object | Specifies whether this security integration is enabled or disabled. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. | | Saml2EnableSpInitiated | object | The Boolean indicating if the Log In With button will be shown on the login page. | | Saml2ForceAuthn | object | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | Saml2PostLogoutRedirectUrl | string | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -1281,7 +1281,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -1295,7 +1295,7 @@ public string Saml2Issuer { get; set; } The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -1309,7 +1309,7 @@ public string Saml2Provider { get; set; } The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -1323,7 +1323,7 @@ public string Saml2SsoUrl { get; set; } The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -1337,7 +1337,7 @@ public string Saml2X509Cert { get; set; } The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -1351,7 +1351,7 @@ public object Enabled { get; set; } Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -1363,7 +1363,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1382,7 +1382,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -1398,7 +1398,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -1414,7 +1414,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -1428,7 +1428,7 @@ public string Saml2RequestedNameidFormat { get; set; } The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -1444,7 +1444,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -1460,7 +1460,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -1476,7 +1476,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -1492,7 +1492,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -1506,7 +1506,7 @@ public string Saml2SpInitiatedLoginPageLabel { get; set; } The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/samlIntegration.go.md b/docs/samlIntegration.go.md index e641863a9..04356da2f 100644 --- a/docs/samlIntegration.go.md +++ b/docs/samlIntegration.go.md @@ -4,7 +4,7 @@ ### SamlIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration snowflake_saml_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration snowflake_saml_integration}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the SamlIntegration to import. The id of the existing SamlIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use --- @@ -1186,7 +1186,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/samlintegrati | Saml2SsoUrl | *string | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | Saml2X509Cert | *string | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | Enabled | interface{} | Specifies whether this security integration is enabled or disabled. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. | | Saml2EnableSpInitiated | interface{} | The Boolean indicating if the Log In With button will be shown on the login page. | | Saml2ForceAuthn | interface{} | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | Saml2PostLogoutRedirectUrl | *string | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -1281,7 +1281,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -1295,7 +1295,7 @@ Saml2Issuer *string The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -1309,7 +1309,7 @@ Saml2Provider *string The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -1323,7 +1323,7 @@ Saml2SsoUrl *string The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -1337,7 +1337,7 @@ Saml2X509Cert *string The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -1351,7 +1351,7 @@ Enabled interface{} Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -1363,7 +1363,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1382,7 +1382,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -1398,7 +1398,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -1414,7 +1414,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -1428,7 +1428,7 @@ Saml2RequestedNameidFormat *string The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -1444,7 +1444,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -1460,7 +1460,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -1476,7 +1476,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -1492,7 +1492,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -1506,7 +1506,7 @@ Saml2SpInitiatedLoginPageLabel *string The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/samlIntegration.java.md b/docs/samlIntegration.java.md index cf72e5fbc..85e1a14e0 100644 --- a/docs/samlIntegration.java.md +++ b/docs/samlIntegration.java.md @@ -4,7 +4,7 @@ ### SamlIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration snowflake_saml_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration snowflake_saml_integration}. #### Initializers @@ -63,7 +63,7 @@ SamlIntegration.Builder.create(Construct scope, java.lang.String id) | saml2SsoUrl | java.lang.String | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | saml2X509Cert | java.lang.String | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. | | saml2EnableSpInitiated | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2ForceAuthn | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | saml2PostLogoutRedirectUrl | java.lang.String | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -144,7 +144,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -217,7 +217,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -229,7 +229,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -241,7 +241,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -263,7 +263,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -275,7 +275,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -287,7 +287,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -299,7 +299,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- @@ -813,7 +813,7 @@ The construct id used in the generated config for the SamlIntegration to import. The id of the existing SamlIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use --- @@ -1463,7 +1463,7 @@ SamlIntegrationConfig.builder() | saml2SsoUrl | java.lang.String | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | saml2X509Cert | java.lang.String | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. | | saml2EnableSpInitiated | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2ForceAuthn | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | saml2PostLogoutRedirectUrl | java.lang.String | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -1558,7 +1558,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -1572,7 +1572,7 @@ public java.lang.String getSaml2Issuer(); The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -1586,7 +1586,7 @@ public java.lang.String getSaml2Provider(); The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -1600,7 +1600,7 @@ public java.lang.String getSaml2SsoUrl(); The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -1614,7 +1614,7 @@ public java.lang.String getSaml2X509Cert(); The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -1628,7 +1628,7 @@ public java.lang.Object getEnabled(); Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -1640,7 +1640,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1659,7 +1659,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -1675,7 +1675,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -1691,7 +1691,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -1705,7 +1705,7 @@ public java.lang.String getSaml2RequestedNameidFormat(); The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -1721,7 +1721,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -1737,7 +1737,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -1753,7 +1753,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -1769,7 +1769,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -1783,7 +1783,7 @@ public java.lang.String getSaml2SpInitiatedLoginPageLabel(); The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/samlIntegration.python.md b/docs/samlIntegration.python.md index d25767e13..00e22977a 100644 --- a/docs/samlIntegration.python.md +++ b/docs/samlIntegration.python.md @@ -4,7 +4,7 @@ ### SamlIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration snowflake_saml_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration snowflake_saml_integration}. #### Initializers @@ -57,7 +57,7 @@ samlIntegration.SamlIntegration( | saml2_sso_url | str | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | saml2_x509_cert | str | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this security integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. | | saml2_enable_sp_initiated | typing.Union[bool, cdktf.IResolvable] | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2_force_authn | typing.Union[bool, cdktf.IResolvable] | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | saml2_post_logout_redirect_url | str | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -138,7 +138,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -211,7 +211,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -223,7 +223,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -235,7 +235,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -257,7 +257,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -269,7 +269,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -281,7 +281,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -293,7 +293,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- @@ -853,7 +853,7 @@ The construct id used in the generated config for the SamlIntegration to import. The id of the existing SamlIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use --- @@ -1495,7 +1495,7 @@ samlIntegration.SamlIntegrationConfig( | saml2_sso_url | str | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | saml2_x509_cert | str | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this security integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. | | saml2_enable_sp_initiated | typing.Union[bool, cdktf.IResolvable] | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2_force_authn | typing.Union[bool, cdktf.IResolvable] | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | saml2_post_logout_redirect_url | str | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -1590,7 +1590,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -1604,7 +1604,7 @@ saml2_issuer: str The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -1618,7 +1618,7 @@ saml2_provider: str The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -1632,7 +1632,7 @@ saml2_sso_url: str The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -1646,7 +1646,7 @@ saml2_x509_cert: str The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -1660,7 +1660,7 @@ enabled: typing.Union[bool, IResolvable] Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -1672,7 +1672,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1691,7 +1691,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -1707,7 +1707,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -1723,7 +1723,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -1737,7 +1737,7 @@ saml2_requested_nameid_format: str The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -1753,7 +1753,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -1769,7 +1769,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -1785,7 +1785,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -1801,7 +1801,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -1815,7 +1815,7 @@ saml2_sp_initiated_login_page_label: str The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/samlIntegration.typescript.md b/docs/samlIntegration.typescript.md index 2a1e8d497..85ddfd1d7 100644 --- a/docs/samlIntegration.typescript.md +++ b/docs/samlIntegration.typescript.md @@ -4,7 +4,7 @@ ### SamlIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration snowflake_saml_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration snowflake_saml_integration}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the SamlIntegration to import. The id of the existing SamlIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use --- @@ -1162,7 +1162,7 @@ const samlIntegrationConfig: samlIntegration.SamlIntegrationConfig = { ... } | saml2SsoUrl | string | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | saml2X509Cert | string | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | enabled | boolean \| cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. | | saml2EnableSpInitiated | boolean \| cdktf.IResolvable | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2ForceAuthn | boolean \| cdktf.IResolvable | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | saml2PostLogoutRedirectUrl | string | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -1257,7 +1257,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -1271,7 +1271,7 @@ public readonly saml2Issuer: string; The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -1285,7 +1285,7 @@ public readonly saml2Provider: string; The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -1299,7 +1299,7 @@ public readonly saml2SsoUrl: string; The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -1313,7 +1313,7 @@ public readonly saml2X509Cert: string; The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -1327,7 +1327,7 @@ public readonly enabled: boolean | IResolvable; Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -1339,7 +1339,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1358,7 +1358,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -1374,7 +1374,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -1390,7 +1390,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -1404,7 +1404,7 @@ public readonly saml2RequestedNameidFormat: string; The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -1420,7 +1420,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -1436,7 +1436,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -1452,7 +1452,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -1468,7 +1468,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -1482,7 +1482,7 @@ public readonly saml2SpInitiatedLoginPageLabel: string; The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/schema.csharp.md b/docs/schema.csharp.md index 3abee3691..b33237ba4 100644 --- a/docs/schema.csharp.md +++ b/docs/schema.csharp.md @@ -4,7 +4,7 @@ ### Schema -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema snowflake_schema}. #### Initializers @@ -522,7 +522,7 @@ The construct id used in the generated config for the Schema to import. The id of the existing Schema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -934,7 +934,7 @@ new SchemaConfig { | Name | string | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | Comment | string | Specifies a comment for the schema. | | DataRetentionDays | double | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. | | IsManaged | object | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | IsTransient | object | Specifies a schema as transient. | | Tag | object | tag block. | @@ -1021,7 +1021,7 @@ public string Database { get; set; } The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -1035,7 +1035,7 @@ public string Name { get; set; } Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -1049,7 +1049,7 @@ public string Comment { get; set; } Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#comment Schema#comment} --- @@ -1063,7 +1063,9 @@ public double DataRetentionDays { get; set; } Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Default value for this field is set to -1, which is a fallback to use Snowflake default. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -1075,7 +1077,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1092,7 +1094,7 @@ public object IsManaged { get; set; } Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_managed Schema#is_managed} --- @@ -1108,7 +1110,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1122,7 +1124,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#tag Schema#tag} --- @@ -1162,7 +1164,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -1176,7 +1178,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#value Schema#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#value Schema#value} --- @@ -1190,7 +1192,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -1204,7 +1206,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#schema Schema#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#schema Schema#schema} --- diff --git a/docs/schema.go.md b/docs/schema.go.md index 6526fefd0..e2dbd5583 100644 --- a/docs/schema.go.md +++ b/docs/schema.go.md @@ -4,7 +4,7 @@ ### Schema -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema snowflake_schema}. #### Initializers @@ -522,7 +522,7 @@ The construct id used in the generated config for the Schema to import. The id of the existing Schema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -934,7 +934,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/schema" | Name | *string | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | Comment | *string | Specifies a comment for the schema. | | DataRetentionDays | *f64 | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. | | IsManaged | interface{} | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | IsTransient | interface{} | Specifies a schema as transient. | | Tag | interface{} | tag block. | @@ -1021,7 +1021,7 @@ Database *string The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -1035,7 +1035,7 @@ Name *string Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -1049,7 +1049,7 @@ Comment *string Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#comment Schema#comment} --- @@ -1063,7 +1063,9 @@ DataRetentionDays *f64 Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Default value for this field is set to -1, which is a fallback to use Snowflake default. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -1075,7 +1077,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1092,7 +1094,7 @@ IsManaged interface{} Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_managed Schema#is_managed} --- @@ -1108,7 +1110,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1122,7 +1124,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#tag Schema#tag} --- @@ -1162,7 +1164,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -1176,7 +1178,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#value Schema#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#value Schema#value} --- @@ -1190,7 +1192,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -1204,7 +1206,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#schema Schema#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#schema Schema#schema} --- diff --git a/docs/schema.java.md b/docs/schema.java.md index ed8b2b9bc..fa69012b3 100644 --- a/docs/schema.java.md +++ b/docs/schema.java.md @@ -4,7 +4,7 @@ ### Schema -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema snowflake_schema}. #### Initializers @@ -52,7 +52,7 @@ Schema.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | comment | java.lang.String | Specifies a comment for the schema. | | dataRetentionDays | java.lang.Number | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. | | isManaged | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a schema as transient. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<SchemaTag> | tag block. | @@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#comment Schema#comment} --- @@ -155,7 +155,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Default value for this field is set to -1, which is a fallback to use Snowflake default. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -163,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -176,7 +178,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_managed Schema#is_managed} --- @@ -188,7 +190,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_transient Schema#is_transient} --- @@ -198,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#tag Schema#tag} --- @@ -680,7 +682,7 @@ The construct id used in the generated config for the Schema to import. The id of the existing Schema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -1099,7 +1101,7 @@ SchemaConfig.builder() | name | java.lang.String | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | comment | java.lang.String | Specifies a comment for the schema. | | dataRetentionDays | java.lang.Number | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. | | isManaged | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a schema as transient. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<SchemaTag> | tag block. | @@ -1186,7 +1188,7 @@ public java.lang.String getDatabase(); The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -1200,7 +1202,7 @@ public java.lang.String getName(); Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -1214,7 +1216,7 @@ public java.lang.String getComment(); Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#comment Schema#comment} --- @@ -1228,7 +1230,9 @@ public java.lang.Number getDataRetentionDays(); Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Default value for this field is set to -1, which is a fallback to use Snowflake default. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -1240,7 +1244,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1257,7 +1261,7 @@ public java.lang.Object getIsManaged(); Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_managed Schema#is_managed} --- @@ -1273,7 +1277,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1287,7 +1291,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#tag Schema#tag} --- @@ -1327,7 +1331,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -1341,7 +1345,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#value Schema#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#value Schema#value} --- @@ -1355,7 +1359,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -1369,7 +1373,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#schema Schema#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#schema Schema#schema} --- diff --git a/docs/schema.python.md b/docs/schema.python.md index 23128184a..54408546c 100644 --- a/docs/schema.python.md +++ b/docs/schema.python.md @@ -4,7 +4,7 @@ ### Schema -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema snowflake_schema}. #### Initializers @@ -47,7 +47,7 @@ schema.Schema( | name | str | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | comment | str | Specifies a comment for the schema. | | data_retention_days | typing.Union[int, float] | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. | | is_managed | typing.Union[bool, cdktf.IResolvable] | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies a schema as transient. | | tag | typing.Union[cdktf.IResolvable, typing.List[SchemaTag]] | tag block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#comment Schema#comment} --- @@ -150,7 +150,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Default value for this field is set to -1, which is a fallback to use Snowflake default. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -158,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +173,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_managed Schema#is_managed} --- @@ -183,7 +185,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_transient Schema#is_transient} --- @@ -193,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#tag Schema#tag} --- @@ -723,7 +725,7 @@ The construct id used in the generated config for the Schema to import. The id of the existing Schema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -1135,7 +1137,7 @@ schema.SchemaConfig( | name | str | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | comment | str | Specifies a comment for the schema. | | data_retention_days | typing.Union[int, float] | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. | | is_managed | typing.Union[bool, cdktf.IResolvable] | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies a schema as transient. | | tag | typing.Union[cdktf.IResolvable, typing.List[SchemaTag]] | tag block. | @@ -1222,7 +1224,7 @@ database: str The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -1236,7 +1238,7 @@ name: str Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -1250,7 +1252,7 @@ comment: str Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#comment Schema#comment} --- @@ -1264,7 +1266,9 @@ data_retention_days: typing.Union[int, float] Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Default value for this field is set to -1, which is a fallback to use Snowflake default. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -1276,7 +1280,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1293,7 +1297,7 @@ is_managed: typing.Union[bool, IResolvable] Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_managed Schema#is_managed} --- @@ -1309,7 +1313,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1323,7 +1327,7 @@ tag: typing.Union[IResolvable, typing.List[SchemaTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#tag Schema#tag} --- @@ -1363,7 +1367,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -1377,7 +1381,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#value Schema#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#value Schema#value} --- @@ -1391,7 +1395,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -1405,7 +1409,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#schema Schema#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#schema Schema#schema} --- diff --git a/docs/schema.typescript.md b/docs/schema.typescript.md index eee3119aa..9a1f8ffcb 100644 --- a/docs/schema.typescript.md +++ b/docs/schema.typescript.md @@ -4,7 +4,7 @@ ### Schema -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema snowflake_schema}. #### Initializers @@ -522,7 +522,7 @@ The construct id used in the generated config for the Schema to import. The id of the existing Schema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -918,7 +918,7 @@ const schemaConfig: schema.SchemaConfig = { ... } | name | string | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | comment | string | Specifies a comment for the schema. | | dataRetentionDays | number | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. | | isManaged | boolean \| cdktf.IResolvable | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | isTransient | boolean \| cdktf.IResolvable | Specifies a schema as transient. | | tag | cdktf.IResolvable \| SchemaTag[] | tag block. | @@ -1005,7 +1005,7 @@ public readonly database: string; The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -1019,7 +1019,7 @@ public readonly name: string; Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -1033,7 +1033,7 @@ public readonly comment: string; Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#comment Schema#comment} --- @@ -1047,7 +1047,9 @@ public readonly dataRetentionDays: number; Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Default value for this field is set to -1, which is a fallback to use Snowflake default. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -1059,7 +1061,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1076,7 +1078,7 @@ public readonly isManaged: boolean | IResolvable; Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_managed Schema#is_managed} --- @@ -1092,7 +1094,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1106,7 +1108,7 @@ public readonly tag: IResolvable | SchemaTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#tag Schema#tag} --- @@ -1141,7 +1143,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} --- @@ -1155,7 +1157,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#value Schema#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#value Schema#value} --- @@ -1169,7 +1171,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} --- @@ -1183,7 +1185,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#schema Schema#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#schema Schema#schema} --- diff --git a/docs/schemaGrant.csharp.md b/docs/schemaGrant.csharp.md index 6cb5a9374..df2a4eb44 100644 --- a/docs/schemaGrant.csharp.md +++ b/docs/schemaGrant.csharp.md @@ -4,7 +4,7 @@ ### SchemaGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant snowflake_schema_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant snowflake_schema_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the SchemaGrant to import. The id of the existing SchemaGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use --- @@ -1016,7 +1016,7 @@ new SchemaGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database containing the schema on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. | | OnAll | object | When this is set to true, apply this grant on all schemas in the given database. | | OnFuture | object | When this is set to true, apply this grant on all future schemas in the given database. | | Privilege | string | The privilege to grant on the current or future schema. | @@ -1108,7 +1108,7 @@ public string DatabaseName { get; set; } The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -1136,7 +1136,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -1171,7 +1171,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -1187,7 +1187,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -1203,7 +1203,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -1217,7 +1217,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -1231,7 +1231,7 @@ public string SchemaName { get; set; } The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -1245,7 +1245,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -1259,7 +1259,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- diff --git a/docs/schemaGrant.go.md b/docs/schemaGrant.go.md index e58db2923..fafb7ec19 100644 --- a/docs/schemaGrant.go.md +++ b/docs/schemaGrant.go.md @@ -4,7 +4,7 @@ ### SchemaGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant snowflake_schema_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant snowflake_schema_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the SchemaGrant to import. The id of the existing SchemaGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use --- @@ -1016,7 +1016,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/schemagrant" | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database containing the schema on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. | | OnAll | interface{} | When this is set to true, apply this grant on all schemas in the given database. | | OnFuture | interface{} | When this is set to true, apply this grant on all future schemas in the given database. | | Privilege | *string | The privilege to grant on the current or future schema. | @@ -1108,7 +1108,7 @@ DatabaseName *string The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -1136,7 +1136,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -1171,7 +1171,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -1187,7 +1187,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -1203,7 +1203,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -1217,7 +1217,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -1231,7 +1231,7 @@ SchemaName *string The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -1245,7 +1245,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -1259,7 +1259,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- diff --git a/docs/schemaGrant.java.md b/docs/schemaGrant.java.md index 45c0eefc1..40726513f 100644 --- a/docs/schemaGrant.java.md +++ b/docs/schemaGrant.java.md @@ -4,7 +4,7 @@ ### SchemaGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant snowflake_schema_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant snowflake_schema_grant}. #### Initializers @@ -54,7 +54,7 @@ SchemaGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the schema on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, apply this grant on all schemas in the given database. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, apply this grant on all future schemas in the given database. | | privilege | java.lang.String | The privilege to grant on the current or future schema. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -144,7 +144,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -167,7 +167,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -179,7 +179,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -191,7 +191,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -203,7 +203,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- @@ -740,7 +740,7 @@ The construct id used in the generated config for the SchemaGrant to import. The id of the existing SchemaGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use --- @@ -1227,7 +1227,7 @@ SchemaGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the schema on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, apply this grant on all schemas in the given database. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, apply this grant on all future schemas in the given database. | | privilege | java.lang.String | The privilege to grant on the current or future schema. | @@ -1319,7 +1319,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -1335,7 +1335,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -1347,7 +1347,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1366,7 +1366,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -1382,7 +1382,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -1398,7 +1398,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -1414,7 +1414,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -1428,7 +1428,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -1442,7 +1442,7 @@ public java.lang.String getSchemaName(); The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -1456,7 +1456,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -1470,7 +1470,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- diff --git a/docs/schemaGrant.python.md b/docs/schemaGrant.python.md index aa00288f4..16552db0f 100644 --- a/docs/schemaGrant.python.md +++ b/docs/schemaGrant.python.md @@ -4,7 +4,7 @@ ### SchemaGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant snowflake_schema_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant snowflake_schema_grant}. #### Initializers @@ -48,7 +48,7 @@ schemaGrant.SchemaGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the schema on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true, apply this grant on all schemas in the given database. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true, apply this grant on all future schemas in the given database. | | privilege | str | The privilege to grant on the current or future schema. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -138,7 +138,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -161,7 +161,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -173,7 +173,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -185,7 +185,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -197,7 +197,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- @@ -780,7 +780,7 @@ The construct id used in the generated config for the SchemaGrant to import. The id of the existing SchemaGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use --- @@ -1259,7 +1259,7 @@ schemaGrant.SchemaGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the schema on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true, apply this grant on all schemas in the given database. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true, apply this grant on all future schemas in the given database. | | privilege | str | The privilege to grant on the current or future schema. | @@ -1351,7 +1351,7 @@ database_name: str The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -1367,7 +1367,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -1379,7 +1379,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1398,7 +1398,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -1414,7 +1414,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -1430,7 +1430,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -1446,7 +1446,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -1460,7 +1460,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -1474,7 +1474,7 @@ schema_name: str The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -1488,7 +1488,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -1502,7 +1502,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- diff --git a/docs/schemaGrant.typescript.md b/docs/schemaGrant.typescript.md index faa8a547c..910434812 100644 --- a/docs/schemaGrant.typescript.md +++ b/docs/schemaGrant.typescript.md @@ -4,7 +4,7 @@ ### SchemaGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant snowflake_schema_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant snowflake_schema_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the SchemaGrant to import. The id of the existing SchemaGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use --- @@ -997,7 +997,7 @@ const schemaGrantConfig: schemaGrant.SchemaGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database containing the schema on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true, apply this grant on all schemas in the given database. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true, apply this grant on all future schemas in the given database. | | privilege | string | The privilege to grant on the current or future schema. | @@ -1089,7 +1089,7 @@ public readonly databaseName: string; The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -1105,7 +1105,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -1117,7 +1117,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1136,7 +1136,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -1152,7 +1152,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -1168,7 +1168,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -1184,7 +1184,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -1198,7 +1198,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -1212,7 +1212,7 @@ public readonly schemaName: string; The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -1226,7 +1226,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -1240,7 +1240,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- diff --git a/docs/scimIntegration.csharp.md b/docs/scimIntegration.csharp.md index 2e3c2887b..756427c22 100644 --- a/docs/scimIntegration.csharp.md +++ b/docs/scimIntegration.csharp.md @@ -4,7 +4,7 @@ ### ScimIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the ScimIntegration to import. The id of the existing ScimIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -834,7 +834,7 @@ new ScimIntegrationConfig { | Name | string | Specifies the name of the SCIM integration. | | ProvisionerRole | string | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | ScimClient | string | Specifies the client type for the scim integration. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. | | NetworkPolicy | string | Specifies an existing network policy active for your account. | --- @@ -921,7 +921,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -935,7 +935,7 @@ public string ProvisionerRole { get; set; } Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -949,7 +949,7 @@ public string ScimClient { get; set; } Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -961,7 +961,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -980,7 +980,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- diff --git a/docs/scimIntegration.go.md b/docs/scimIntegration.go.md index f9992d290..8952eac4c 100644 --- a/docs/scimIntegration.go.md +++ b/docs/scimIntegration.go.md @@ -4,7 +4,7 @@ ### ScimIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the ScimIntegration to import. The id of the existing ScimIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -834,7 +834,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/scimintegrati | Name | *string | Specifies the name of the SCIM integration. | | ProvisionerRole | *string | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | ScimClient | *string | Specifies the client type for the scim integration. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. | | NetworkPolicy | *string | Specifies an existing network policy active for your account. | --- @@ -921,7 +921,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -935,7 +935,7 @@ ProvisionerRole *string Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -949,7 +949,7 @@ ScimClient *string Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -961,7 +961,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -980,7 +980,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- diff --git a/docs/scimIntegration.java.md b/docs/scimIntegration.java.md index 9aea3526b..be74ac0d5 100644 --- a/docs/scimIntegration.java.md +++ b/docs/scimIntegration.java.md @@ -4,7 +4,7 @@ ### ScimIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -45,7 +45,7 @@ ScimIntegration.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Specifies the name of the SCIM integration. | | provisionerRole | java.lang.String | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | scimClient | java.lang.String | Specifies the client type for the scim integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. | | networkPolicy | java.lang.String | Specifies an existing network policy active for your account. | --- @@ -118,7 +118,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -161,7 +161,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- @@ -602,7 +602,7 @@ The construct id used in the generated config for the ScimIntegration to import. The id of the existing ScimIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -959,7 +959,7 @@ ScimIntegrationConfig.builder() | name | java.lang.String | Specifies the name of the SCIM integration. | | provisionerRole | java.lang.String | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | scimClient | java.lang.String | Specifies the client type for the scim integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. | | networkPolicy | java.lang.String | Specifies an existing network policy active for your account. | --- @@ -1046,7 +1046,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -1060,7 +1060,7 @@ public java.lang.String getProvisionerRole(); Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -1074,7 +1074,7 @@ public java.lang.String getScimClient(); Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -1086,7 +1086,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1105,7 +1105,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- diff --git a/docs/scimIntegration.python.md b/docs/scimIntegration.python.md index 33d4aa6f1..887505a46 100644 --- a/docs/scimIntegration.python.md +++ b/docs/scimIntegration.python.md @@ -4,7 +4,7 @@ ### ScimIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -43,7 +43,7 @@ scimIntegration.ScimIntegration( | name | str | Specifies the name of the SCIM integration. | | provisioner_role | str | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | scim_client | str | Specifies the client type for the scim integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. | | network_policy | str | Specifies an existing network policy active for your account. | --- @@ -116,7 +116,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -159,7 +159,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- @@ -646,7 +646,7 @@ The construct id used in the generated config for the ScimIntegration to import. The id of the existing ScimIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -999,7 +999,7 @@ scimIntegration.ScimIntegrationConfig( | name | str | Specifies the name of the SCIM integration. | | provisioner_role | str | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | scim_client | str | Specifies the client type for the scim integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. | | network_policy | str | Specifies an existing network policy active for your account. | --- @@ -1086,7 +1086,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -1100,7 +1100,7 @@ provisioner_role: str Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -1114,7 +1114,7 @@ scim_client: str Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -1126,7 +1126,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1145,7 +1145,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- diff --git a/docs/scimIntegration.typescript.md b/docs/scimIntegration.typescript.md index 7bdcb7518..1614ca9ad 100644 --- a/docs/scimIntegration.typescript.md +++ b/docs/scimIntegration.typescript.md @@ -4,7 +4,7 @@ ### ScimIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the ScimIntegration to import. The id of the existing ScimIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -821,7 +821,7 @@ const scimIntegrationConfig: scimIntegration.ScimIntegrationConfig = { ... } | name | string | Specifies the name of the SCIM integration. | | provisionerRole | string | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | scimClient | string | Specifies the client type for the scim integration. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. | | networkPolicy | string | Specifies an existing network policy active for your account. | --- @@ -908,7 +908,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -922,7 +922,7 @@ public readonly provisionerRole: string; Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -936,7 +936,7 @@ public readonly scimClient: string; Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -948,7 +948,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -967,7 +967,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- diff --git a/docs/sequence.csharp.md b/docs/sequence.csharp.md index 9c84aac12..477fc3465 100644 --- a/docs/sequence.csharp.md +++ b/docs/sequence.csharp.md @@ -4,7 +4,7 @@ ### Sequence -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence snowflake_sequence}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the Sequence to import. The id of the existing Sequence that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ new SequenceConfig { | Name | string | Specifies the name for the sequence. | | Schema | string | The schema in which to create the sequence. Don't use the \| character. | | Comment | string | Specifies a comment for the sequence. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. | | Increment | double | The amount the sequence will increase by each time it is used. | | Ordering | string | The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. | @@ -992,7 +992,7 @@ public string Database { get; set; } The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#database Sequence#database} --- @@ -1006,7 +1006,7 @@ public string Name { get; set; } Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#name Sequence#name} --- @@ -1020,7 +1020,7 @@ public string Schema { get; set; } The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#schema Sequence#schema} --- @@ -1034,7 +1034,7 @@ public string Comment { get; set; } Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#comment Sequence#comment} --- @@ -1046,7 +1046,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1063,7 +1063,7 @@ public double Increment { get; set; } The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#increment Sequence#increment} --- @@ -1077,7 +1077,7 @@ public string Ordering { get; set; } The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#ordering Sequence#ordering} --- diff --git a/docs/sequence.go.md b/docs/sequence.go.md index be401c07f..d9c708c79 100644 --- a/docs/sequence.go.md +++ b/docs/sequence.go.md @@ -4,7 +4,7 @@ ### Sequence -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence snowflake_sequence}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the Sequence to import. The id of the existing Sequence that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/sequence" | Name | *string | Specifies the name for the sequence. | | Schema | *string | The schema in which to create the sequence. Don't use the \| character. | | Comment | *string | Specifies a comment for the sequence. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. | | Increment | *f64 | The amount the sequence will increase by each time it is used. | | Ordering | *string | The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. | @@ -992,7 +992,7 @@ Database *string The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#database Sequence#database} --- @@ -1006,7 +1006,7 @@ Name *string Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#name Sequence#name} --- @@ -1020,7 +1020,7 @@ Schema *string The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#schema Sequence#schema} --- @@ -1034,7 +1034,7 @@ Comment *string Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#comment Sequence#comment} --- @@ -1046,7 +1046,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1063,7 +1063,7 @@ Increment *f64 The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#increment Sequence#increment} --- @@ -1077,7 +1077,7 @@ Ordering *string The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#ordering Sequence#ordering} --- diff --git a/docs/sequence.java.md b/docs/sequence.java.md index 65a81cdb3..076c44f90 100644 --- a/docs/sequence.java.md +++ b/docs/sequence.java.md @@ -4,7 +4,7 @@ ### Sequence -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence snowflake_sequence}. #### Initializers @@ -48,7 +48,7 @@ Sequence.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Specifies the name for the sequence. | | schema | java.lang.String | The schema in which to create the sequence. Don't use the \| character. | | comment | java.lang.String | Specifies a comment for the sequence. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. | | increment | java.lang.Number | The amount the sequence will increase by each time it is used. | | ordering | java.lang.String | The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#database Sequence#database} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#name Sequence#name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#schema Sequence#schema} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#comment Sequence#comment} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#increment Sequence#increment} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#ordering Sequence#ordering} --- @@ -636,7 +636,7 @@ The construct id used in the generated config for the Sequence to import. The id of the existing Sequence that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use --- @@ -1051,7 +1051,7 @@ SequenceConfig.builder() | name | java.lang.String | Specifies the name for the sequence. | | schema | java.lang.String | The schema in which to create the sequence. Don't use the \| character. | | comment | java.lang.String | Specifies a comment for the sequence. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. | | increment | java.lang.Number | The amount the sequence will increase by each time it is used. | | ordering | java.lang.String | The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. | @@ -1137,7 +1137,7 @@ public java.lang.String getDatabase(); The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#database Sequence#database} --- @@ -1151,7 +1151,7 @@ public java.lang.String getName(); Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#name Sequence#name} --- @@ -1165,7 +1165,7 @@ public java.lang.String getSchema(); The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#schema Sequence#schema} --- @@ -1179,7 +1179,7 @@ public java.lang.String getComment(); Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#comment Sequence#comment} --- @@ -1191,7 +1191,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1208,7 +1208,7 @@ public java.lang.Number getIncrement(); The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#increment Sequence#increment} --- @@ -1222,7 +1222,7 @@ public java.lang.String getOrdering(); The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#ordering Sequence#ordering} --- diff --git a/docs/sequence.python.md b/docs/sequence.python.md index 3609caa3d..279bb4c7a 100644 --- a/docs/sequence.python.md +++ b/docs/sequence.python.md @@ -4,7 +4,7 @@ ### Sequence -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence snowflake_sequence}. #### Initializers @@ -46,7 +46,7 @@ sequence.Sequence( | name | str | Specifies the name for the sequence. | | schema | str | The schema in which to create the sequence. Don't use the \| character. | | comment | str | Specifies a comment for the sequence. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. | | increment | typing.Union[int, float] | The amount the sequence will increase by each time it is used. | | ordering | str | The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#database Sequence#database} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#name Sequence#name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#schema Sequence#schema} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#comment Sequence#comment} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -169,7 +169,7 @@ If you experience problems setting this value it might not be settable. Please t The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#increment Sequence#increment} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#ordering Sequence#ordering} --- @@ -680,7 +680,7 @@ The construct id used in the generated config for the Sequence to import. The id of the existing Sequence that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use --- @@ -1091,7 +1091,7 @@ sequence.SequenceConfig( | name | str | Specifies the name for the sequence. | | schema | str | The schema in which to create the sequence. Don't use the \| character. | | comment | str | Specifies a comment for the sequence. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. | | increment | typing.Union[int, float] | The amount the sequence will increase by each time it is used. | | ordering | str | The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. | @@ -1177,7 +1177,7 @@ database: str The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#database Sequence#database} --- @@ -1191,7 +1191,7 @@ name: str Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#name Sequence#name} --- @@ -1205,7 +1205,7 @@ schema: str The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#schema Sequence#schema} --- @@ -1219,7 +1219,7 @@ comment: str Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#comment Sequence#comment} --- @@ -1231,7 +1231,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1248,7 +1248,7 @@ increment: typing.Union[int, float] The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#increment Sequence#increment} --- @@ -1262,7 +1262,7 @@ ordering: str The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#ordering Sequence#ordering} --- diff --git a/docs/sequence.typescript.md b/docs/sequence.typescript.md index e3e94697e..ee8c9fa84 100644 --- a/docs/sequence.typescript.md +++ b/docs/sequence.typescript.md @@ -4,7 +4,7 @@ ### Sequence -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence snowflake_sequence}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the Sequence to import. The id of the existing Sequence that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use --- @@ -891,7 +891,7 @@ const sequenceConfig: sequence.SequenceConfig = { ... } | name | string | Specifies the name for the sequence. | | schema | string | The schema in which to create the sequence. Don't use the \| character. | | comment | string | Specifies a comment for the sequence. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. | | increment | number | The amount the sequence will increase by each time it is used. | | ordering | string | The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. | @@ -977,7 +977,7 @@ public readonly database: string; The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#database Sequence#database} --- @@ -991,7 +991,7 @@ public readonly name: string; Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#name Sequence#name} --- @@ -1005,7 +1005,7 @@ public readonly schema: string; The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#schema Sequence#schema} --- @@ -1019,7 +1019,7 @@ public readonly comment: string; Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#comment Sequence#comment} --- @@ -1031,7 +1031,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1048,7 +1048,7 @@ public readonly increment: number; The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#increment Sequence#increment} --- @@ -1062,7 +1062,7 @@ public readonly ordering: string; The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#ordering Sequence#ordering} --- diff --git a/docs/sequenceGrant.csharp.md b/docs/sequenceGrant.csharp.md index ef94fb026..21b10d074 100644 --- a/docs/sequenceGrant.csharp.md +++ b/docs/sequenceGrant.csharp.md @@ -4,7 +4,7 @@ ### SequenceGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant snowflake_sequence_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant snowflake_sequence_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the SequenceGrant to import. The id of the existing SequenceGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use --- @@ -1010,7 +1010,7 @@ new SequenceGrantConfig { | DatabaseName | string | The name of the database containing the current or future sequences on which to grant privileges. | | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | Privilege | string | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1101,7 +1101,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -1115,7 +1115,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -1131,7 +1131,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -1143,7 +1143,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -1178,7 +1178,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -1192,7 +1192,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -1208,7 +1208,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -1222,7 +1222,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -1236,7 +1236,7 @@ public string SequenceName { get; set; } The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -1250,7 +1250,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- diff --git a/docs/sequenceGrant.go.md b/docs/sequenceGrant.go.md index 340287dec..06ab484c1 100644 --- a/docs/sequenceGrant.go.md +++ b/docs/sequenceGrant.go.md @@ -4,7 +4,7 @@ ### SequenceGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant snowflake_sequence_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant snowflake_sequence_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the SequenceGrant to import. The id of the existing SequenceGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use --- @@ -1010,7 +1010,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/sequencegrant | DatabaseName | *string | The name of the database containing the current or future sequences on which to grant privileges. | | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | Privilege | *string | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1101,7 +1101,7 @@ DatabaseName *string The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -1115,7 +1115,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -1131,7 +1131,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -1143,7 +1143,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -1178,7 +1178,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -1192,7 +1192,7 @@ Privilege *string The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -1208,7 +1208,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -1222,7 +1222,7 @@ SchemaName *string The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -1236,7 +1236,7 @@ SequenceName *string The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -1250,7 +1250,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- diff --git a/docs/sequenceGrant.java.md b/docs/sequenceGrant.java.md index 7d00d065f..dc1073113 100644 --- a/docs/sequenceGrant.java.md +++ b/docs/sequenceGrant.java.md @@ -4,7 +4,7 @@ ### SequenceGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant snowflake_sequence_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant snowflake_sequence_grant}. #### Initializers @@ -55,7 +55,7 @@ SequenceGrant.Builder.create(Construct scope, java.lang.String id) | databaseName | java.lang.String | The name of the database containing the current or future sequences on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -177,7 +177,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -189,7 +189,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -211,7 +211,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- @@ -731,7 +731,7 @@ The construct id used in the generated config for the SequenceGrant to import. The id of the existing SequenceGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use --- @@ -1219,7 +1219,7 @@ SequenceGrantConfig.builder() | databaseName | java.lang.String | The name of the database containing the current or future sequences on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1310,7 +1310,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -1324,7 +1324,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -1340,7 +1340,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -1352,7 +1352,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1371,7 +1371,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -1387,7 +1387,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -1401,7 +1401,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -1417,7 +1417,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -1431,7 +1431,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -1445,7 +1445,7 @@ public java.lang.String getSequenceName(); The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -1459,7 +1459,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- diff --git a/docs/sequenceGrant.python.md b/docs/sequenceGrant.python.md index 6e4ba2de8..65f3971cb 100644 --- a/docs/sequenceGrant.python.md +++ b/docs/sequenceGrant.python.md @@ -4,7 +4,7 @@ ### SequenceGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant snowflake_sequence_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant snowflake_sequence_grant}. #### Initializers @@ -49,7 +49,7 @@ sequenceGrant.SequenceGrant( | database_name | str | The name of the database containing the current or future sequences on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | privilege | str | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -148,7 +148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -183,7 +183,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -205,7 +205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- @@ -771,7 +771,7 @@ The construct id used in the generated config for the SequenceGrant to import. The id of the existing SequenceGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use --- @@ -1251,7 +1251,7 @@ sequenceGrant.SequenceGrantConfig( | database_name | str | The name of the database containing the current or future sequences on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | privilege | str | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1342,7 +1342,7 @@ database_name: str The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -1356,7 +1356,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -1372,7 +1372,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -1384,7 +1384,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1403,7 +1403,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -1419,7 +1419,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -1433,7 +1433,7 @@ privilege: str The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -1449,7 +1449,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -1463,7 +1463,7 @@ schema_name: str The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -1477,7 +1477,7 @@ sequence_name: str The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -1491,7 +1491,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- diff --git a/docs/sequenceGrant.typescript.md b/docs/sequenceGrant.typescript.md index 666b4969f..d5a38a194 100644 --- a/docs/sequenceGrant.typescript.md +++ b/docs/sequenceGrant.typescript.md @@ -4,7 +4,7 @@ ### SequenceGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant snowflake_sequence_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant snowflake_sequence_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the SequenceGrant to import. The id of the existing SequenceGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ const sequenceGrantConfig: sequenceGrant.SequenceGrantConfig = { ... } | databaseName | string | The name of the database containing the current or future sequences on which to grant privileges. | | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | privilege | string | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1082,7 +1082,7 @@ public readonly databaseName: string; The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -1096,7 +1096,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -1112,7 +1112,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -1124,7 +1124,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1143,7 +1143,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -1159,7 +1159,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -1173,7 +1173,7 @@ public readonly privilege: string; The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -1189,7 +1189,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -1203,7 +1203,7 @@ public readonly schemaName: string; The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -1217,7 +1217,7 @@ public readonly sequenceName: string; The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -1231,7 +1231,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- diff --git a/docs/sessionParameter.csharp.md b/docs/sessionParameter.csharp.md index 0af302b32..56d30857c 100644 --- a/docs/sessionParameter.csharp.md +++ b/docs/sessionParameter.csharp.md @@ -4,7 +4,7 @@ ### SessionParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter snowflake_session_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter snowflake_session_parameter}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the SessionParameter to import The id of the existing SessionParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ new SessionParameterConfig { | Provisioners | object[] | *No description.* | | Key | string | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | Value | string | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. | | OnAccount | object | If true, the session parameter will be set on the account level. | | User | string | The user to set the session parameter for. Required if on_account is false. | @@ -915,7 +915,7 @@ public string Key { get; set; } Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#key SessionParameter#key} --- @@ -929,7 +929,7 @@ public string Value { get; set; } Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#value SessionParameter#value} --- @@ -941,7 +941,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -958,7 +958,7 @@ public object OnAccount { get; set; } If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -972,7 +972,7 @@ public string User { get; set; } The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#user SessionParameter#user} --- diff --git a/docs/sessionParameter.go.md b/docs/sessionParameter.go.md index a52a20142..109ce9005 100644 --- a/docs/sessionParameter.go.md +++ b/docs/sessionParameter.go.md @@ -4,7 +4,7 @@ ### SessionParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter snowflake_session_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter snowflake_session_parameter}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the SessionParameter to import The id of the existing SessionParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/sessionparame | Provisioners | *[]interface{} | *No description.* | | Key | *string | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | Value | *string | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. | | OnAccount | interface{} | If true, the session parameter will be set on the account level. | | User | *string | The user to set the session parameter for. Required if on_account is false. | @@ -915,7 +915,7 @@ Key *string Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#key SessionParameter#key} --- @@ -929,7 +929,7 @@ Value *string Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#value SessionParameter#value} --- @@ -941,7 +941,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -958,7 +958,7 @@ OnAccount interface{} If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -972,7 +972,7 @@ User *string The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#user SessionParameter#user} --- diff --git a/docs/sessionParameter.java.md b/docs/sessionParameter.java.md index 75273b9f3..770304529 100644 --- a/docs/sessionParameter.java.md +++ b/docs/sessionParameter.java.md @@ -4,7 +4,7 @@ ### SessionParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter snowflake_session_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter snowflake_session_parameter}. #### Initializers @@ -45,7 +45,7 @@ SessionParameter.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | value | java.lang.String | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the session parameter will be set on the account level. | | user | java.lang.String | The user to set the session parameter for. Required if on_account is false. | @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#key SessionParameter#key} --- @@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#value SessionParameter#value} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -148,7 +148,7 @@ If you experience problems setting this value it might not be settable. Please t If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#user SessionParameter#user} --- @@ -606,7 +606,7 @@ The construct id used in the generated config for the SessionParameter to import The id of the existing SessionParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use --- @@ -952,7 +952,7 @@ SessionParameterConfig.builder() | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | value | java.lang.String | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the session parameter will be set on the account level. | | user | java.lang.String | The user to set the session parameter for. Required if on_account is false. | @@ -1038,7 +1038,7 @@ public java.lang.String getKey(); Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#key SessionParameter#key} --- @@ -1052,7 +1052,7 @@ public java.lang.String getValue(); Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#value SessionParameter#value} --- @@ -1064,7 +1064,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1081,7 +1081,7 @@ public java.lang.Object getOnAccount(); If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -1095,7 +1095,7 @@ public java.lang.String getUser(); The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#user SessionParameter#user} --- diff --git a/docs/sessionParameter.python.md b/docs/sessionParameter.python.md index 9d62828d4..0507290ec 100644 --- a/docs/sessionParameter.python.md +++ b/docs/sessionParameter.python.md @@ -4,7 +4,7 @@ ### SessionParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter snowflake_session_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter snowflake_session_parameter}. #### Initializers @@ -42,7 +42,7 @@ sessionParameter.SessionParameter( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | value | str | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the session parameter will be set on the account level. | | user | str | The user to set the session parameter for. Required if on_account is false. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#key SessionParameter#key} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#value SessionParameter#value} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#user SessionParameter#user} --- @@ -649,7 +649,7 @@ The construct id used in the generated config for the SessionParameter to import The id of the existing SessionParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use --- @@ -990,7 +990,7 @@ sessionParameter.SessionParameterConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | value | str | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the session parameter will be set on the account level. | | user | str | The user to set the session parameter for. Required if on_account is false. | @@ -1076,7 +1076,7 @@ key: str Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#key SessionParameter#key} --- @@ -1090,7 +1090,7 @@ value: str Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#value SessionParameter#value} --- @@ -1102,7 +1102,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1119,7 +1119,7 @@ on_account: typing.Union[bool, IResolvable] If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -1133,7 +1133,7 @@ user: str The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#user SessionParameter#user} --- diff --git a/docs/sessionParameter.typescript.md b/docs/sessionParameter.typescript.md index 8a95ed104..55997ef8b 100644 --- a/docs/sessionParameter.typescript.md +++ b/docs/sessionParameter.typescript.md @@ -4,7 +4,7 @@ ### SessionParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter snowflake_session_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter snowflake_session_parameter}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the SessionParameter to import The id of the existing SessionParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use --- @@ -816,7 +816,7 @@ const sessionParameterConfig: sessionParameter.SessionParameterConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | key | string | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | value | string | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. | | onAccount | boolean \| cdktf.IResolvable | If true, the session parameter will be set on the account level. | | user | string | The user to set the session parameter for. Required if on_account is false. | @@ -902,7 +902,7 @@ public readonly key: string; Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#key SessionParameter#key} --- @@ -916,7 +916,7 @@ public readonly value: string; Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#value SessionParameter#value} --- @@ -928,7 +928,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -945,7 +945,7 @@ public readonly onAccount: boolean | IResolvable; If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -959,7 +959,7 @@ public readonly user: string; The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#user SessionParameter#user} --- diff --git a/docs/share.csharp.md b/docs/share.csharp.md index ad2cf4541..e73726f5d 100644 --- a/docs/share.csharp.md +++ b/docs/share.csharp.md @@ -4,7 +4,7 @@ ### Share -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share snowflake_share}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Share to import. The id of the existing Share that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -807,7 +807,7 @@ new ShareConfig { | Name | string | Specifies the identifier for the share; must be unique for the account in which the share is created. | | Accounts | string[] | A list of accounts to be added to the share. | | Comment | string | Specifies a comment for the managed account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. | --- @@ -891,7 +891,7 @@ public string Name { get; set; } Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#name Share#name} --- @@ -907,7 +907,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#accounts Share#accounts} --- @@ -921,7 +921,7 @@ public string Comment { get; set; } Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#comment Share#comment} --- @@ -933,7 +933,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/share.go.md b/docs/share.go.md index 22454800f..f49257096 100644 --- a/docs/share.go.md +++ b/docs/share.go.md @@ -4,7 +4,7 @@ ### Share -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share snowflake_share}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Share to import. The id of the existing Share that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -807,7 +807,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/share" | Name | *string | Specifies the identifier for the share; must be unique for the account in which the share is created. | | Accounts | *[]*string | A list of accounts to be added to the share. | | Comment | *string | Specifies a comment for the managed account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. | --- @@ -891,7 +891,7 @@ Name *string Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#name Share#name} --- @@ -907,7 +907,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#accounts Share#accounts} --- @@ -921,7 +921,7 @@ Comment *string Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#comment Share#comment} --- @@ -933,7 +933,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/share.java.md b/docs/share.java.md index 3c5f94c0a..7c4b0e117 100644 --- a/docs/share.java.md +++ b/docs/share.java.md @@ -4,7 +4,7 @@ ### Share -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share snowflake_share}. #### Initializers @@ -44,7 +44,7 @@ Share.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Specifies the identifier for the share; must be unique for the account in which the share is created. | | accounts | java.util.List | A list of accounts to be added to the share. | | comment | java.lang.String | Specifies a comment for the managed account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#name Share#name} --- @@ -126,7 +126,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#accounts Share#accounts} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#comment Share#comment} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -595,7 +595,7 @@ The construct id used in the generated config for the Share to import. The id of the existing Share that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -918,7 +918,7 @@ ShareConfig.builder() | name | java.lang.String | Specifies the identifier for the share; must be unique for the account in which the share is created. | | accounts | java.util.List | A list of accounts to be added to the share. | | comment | java.lang.String | Specifies a comment for the managed account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. | --- @@ -1002,7 +1002,7 @@ public java.lang.String getName(); Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#name Share#name} --- @@ -1018,7 +1018,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#accounts Share#accounts} --- @@ -1032,7 +1032,7 @@ public java.lang.String getComment(); Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#comment Share#comment} --- @@ -1044,7 +1044,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/share.python.md b/docs/share.python.md index 871aac863..a02c40611 100644 --- a/docs/share.python.md +++ b/docs/share.python.md @@ -4,7 +4,7 @@ ### Share -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share snowflake_share}. #### Initializers @@ -42,7 +42,7 @@ share.Share( | name | str | Specifies the identifier for the share; must be unique for the account in which the share is created. | | accounts | typing.List[str] | A list of accounts to be added to the share. | | comment | str | Specifies a comment for the managed account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#name Share#name} --- @@ -124,7 +124,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#accounts Share#accounts} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#comment Share#comment} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -639,7 +639,7 @@ The construct id used in the generated config for the Share to import. The id of the existing Share that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -958,7 +958,7 @@ share.ShareConfig( | name | str | Specifies the identifier for the share; must be unique for the account in which the share is created. | | accounts | typing.List[str] | A list of accounts to be added to the share. | | comment | str | Specifies a comment for the managed account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. | --- @@ -1042,7 +1042,7 @@ name: str Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#name Share#name} --- @@ -1058,7 +1058,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#accounts Share#accounts} --- @@ -1072,7 +1072,7 @@ comment: str Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#comment Share#comment} --- @@ -1084,7 +1084,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/share.typescript.md b/docs/share.typescript.md index 2c65ba2a3..b3b5ec436 100644 --- a/docs/share.typescript.md +++ b/docs/share.typescript.md @@ -4,7 +4,7 @@ ### Share -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share snowflake_share}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Share to import. The id of the existing Share that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -795,7 +795,7 @@ const shareConfig: share.ShareConfig = { ... } | name | string | Specifies the identifier for the share; must be unique for the account in which the share is created. | | accounts | string[] | A list of accounts to be added to the share. | | comment | string | Specifies a comment for the managed account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. | --- @@ -879,7 +879,7 @@ public readonly name: string; Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#name Share#name} --- @@ -895,7 +895,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#accounts Share#accounts} --- @@ -909,7 +909,7 @@ public readonly comment: string; Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#comment Share#comment} --- @@ -921,7 +921,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/stage.csharp.md b/docs/stage.csharp.md index 368e82916..956ef4408 100644 --- a/docs/stage.csharp.md +++ b/docs/stage.csharp.md @@ -4,7 +4,7 @@ ### Stage -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage snowflake_stage}. #### Initializers @@ -564,7 +564,7 @@ The construct id used in the generated config for the Stage to import. The id of the existing Stage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1136,15 +1136,15 @@ new StageConfig { | Database | string | The database in which to create the stage. | | Name | string | Specifies the identifier for the stage; | | Schema | string | The schema in which to create the stage. | -| AwsExternalId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| AwsExternalId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | Comment | string | Specifies a comment for the stage. | | CopyOptions | string | Specifies the copy options for the stage. | | Credentials | string | Specifies the credentials for the stage. | | Directory | string | Specifies the directory settings for the stage. | | Encryption | string | Specifies the encryption settings for the stage. | | FileFormat | string | Specifies the file format for the stage. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. | -| SnowflakeIamUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. | +| SnowflakeIamUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | StorageIntegration | string | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | Tag | object | tag block. | | Url | string | Specifies the URL for the stage. | @@ -1231,7 +1231,7 @@ public string Database { get; set; } The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -1247,7 +1247,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -1261,7 +1261,7 @@ public string Schema { get; set; } The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- @@ -1273,7 +1273,7 @@ public string AwsExternalId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -1287,7 +1287,7 @@ public string Comment { get; set; } Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#comment Stage#comment} --- @@ -1301,7 +1301,7 @@ public string CopyOptions { get; set; } Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1315,7 +1315,7 @@ public string Credentials { get; set; } Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#credentials Stage#credentials} --- @@ -1329,7 +1329,7 @@ public string Directory { get; set; } Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#directory Stage#directory} --- @@ -1343,7 +1343,7 @@ public string Encryption { get; set; } Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#encryption Stage#encryption} --- @@ -1357,7 +1357,7 @@ public string FileFormat { get; set; } Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#file_format Stage#file_format} --- @@ -1369,7 +1369,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1384,7 +1384,7 @@ public string SnowflakeIamUser { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -1398,7 +1398,7 @@ public string StorageIntegration { get; set; } Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1412,7 +1412,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#tag Stage#tag} --- @@ -1426,7 +1426,7 @@ public string Url { get; set; } Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#url Stage#url} --- @@ -1466,7 +1466,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -1480,7 +1480,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#value Stage#value} --- @@ -1494,7 +1494,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -1508,7 +1508,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.go.md b/docs/stage.go.md index 6b894ed51..0b8843453 100644 --- a/docs/stage.go.md +++ b/docs/stage.go.md @@ -4,7 +4,7 @@ ### Stage -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage snowflake_stage}. #### Initializers @@ -564,7 +564,7 @@ The construct id used in the generated config for the Stage to import. The id of the existing Stage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1136,15 +1136,15 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/stage" | Database | *string | The database in which to create the stage. | | Name | *string | Specifies the identifier for the stage; | | Schema | *string | The schema in which to create the stage. | -| AwsExternalId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| AwsExternalId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | Comment | *string | Specifies a comment for the stage. | | CopyOptions | *string | Specifies the copy options for the stage. | | Credentials | *string | Specifies the credentials for the stage. | | Directory | *string | Specifies the directory settings for the stage. | | Encryption | *string | Specifies the encryption settings for the stage. | | FileFormat | *string | Specifies the file format for the stage. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. | -| SnowflakeIamUser | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. | +| SnowflakeIamUser | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | StorageIntegration | *string | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | Tag | interface{} | tag block. | | Url | *string | Specifies the URL for the stage. | @@ -1231,7 +1231,7 @@ Database *string The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -1247,7 +1247,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -1261,7 +1261,7 @@ Schema *string The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- @@ -1273,7 +1273,7 @@ AwsExternalId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -1287,7 +1287,7 @@ Comment *string Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#comment Stage#comment} --- @@ -1301,7 +1301,7 @@ CopyOptions *string Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1315,7 +1315,7 @@ Credentials *string Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#credentials Stage#credentials} --- @@ -1329,7 +1329,7 @@ Directory *string Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#directory Stage#directory} --- @@ -1343,7 +1343,7 @@ Encryption *string Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#encryption Stage#encryption} --- @@ -1357,7 +1357,7 @@ FileFormat *string Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#file_format Stage#file_format} --- @@ -1369,7 +1369,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1384,7 +1384,7 @@ SnowflakeIamUser *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -1398,7 +1398,7 @@ StorageIntegration *string Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1412,7 +1412,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#tag Stage#tag} --- @@ -1426,7 +1426,7 @@ Url *string Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#url Stage#url} --- @@ -1466,7 +1466,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -1480,7 +1480,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#value Stage#value} --- @@ -1494,7 +1494,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -1508,7 +1508,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.java.md b/docs/stage.java.md index 122a12676..d95e7d6dc 100644 --- a/docs/stage.java.md +++ b/docs/stage.java.md @@ -4,7 +4,7 @@ ### Stage -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage snowflake_stage}. #### Initializers @@ -56,15 +56,15 @@ Stage.Builder.create(Construct scope, java.lang.String id) | database | java.lang.String | The database in which to create the stage. | | name | java.lang.String | Specifies the identifier for the stage; | | schema | java.lang.String | The schema in which to create the stage. | -| awsExternalId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| awsExternalId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | comment | java.lang.String | Specifies a comment for the stage. | | copyOptions | java.lang.String | Specifies the copy options for the stage. | | credentials | java.lang.String | Specifies the credentials for the stage. | | directory | java.lang.String | Specifies the directory settings for the stage. | | encryption | java.lang.String | Specifies the encryption settings for the stage. | | fileFormat | java.lang.String | Specifies the file format for the stage. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. | -| snowflakeIamUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. | +| snowflakeIamUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | storageIntegration | java.lang.String | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<StageTag> | tag block. | | url | java.lang.String | Specifies the URL for the stage. | @@ -137,7 +137,7 @@ Must be unique amongst siblings in the same scope The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -149,7 +149,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#comment Stage#comment} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#copy_options Stage#copy_options} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#credentials Stage#credentials} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#directory Stage#directory} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#encryption Stage#encryption} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#file_format Stage#file_format} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -246,7 +246,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#tag Stage#tag} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#url Stage#url} --- @@ -800,7 +800,7 @@ The construct id used in the generated config for the Stage to import. The id of the existing Stage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1377,15 +1377,15 @@ StageConfig.builder() | database | java.lang.String | The database in which to create the stage. | | name | java.lang.String | Specifies the identifier for the stage; | | schema | java.lang.String | The schema in which to create the stage. | -| awsExternalId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| awsExternalId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | comment | java.lang.String | Specifies a comment for the stage. | | copyOptions | java.lang.String | Specifies the copy options for the stage. | | credentials | java.lang.String | Specifies the credentials for the stage. | | directory | java.lang.String | Specifies the directory settings for the stage. | | encryption | java.lang.String | Specifies the encryption settings for the stage. | | fileFormat | java.lang.String | Specifies the file format for the stage. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. | -| snowflakeIamUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. | +| snowflakeIamUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | storageIntegration | java.lang.String | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<StageTag> | tag block. | | url | java.lang.String | Specifies the URL for the stage. | @@ -1472,7 +1472,7 @@ public java.lang.String getDatabase(); The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -1488,7 +1488,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -1502,7 +1502,7 @@ public java.lang.String getSchema(); The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- @@ -1514,7 +1514,7 @@ public java.lang.String getAwsExternalId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -1528,7 +1528,7 @@ public java.lang.String getComment(); Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#comment Stage#comment} --- @@ -1542,7 +1542,7 @@ public java.lang.String getCopyOptions(); Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1556,7 +1556,7 @@ public java.lang.String getCredentials(); Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#credentials Stage#credentials} --- @@ -1570,7 +1570,7 @@ public java.lang.String getDirectory(); Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#directory Stage#directory} --- @@ -1584,7 +1584,7 @@ public java.lang.String getEncryption(); Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#encryption Stage#encryption} --- @@ -1598,7 +1598,7 @@ public java.lang.String getFileFormat(); Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#file_format Stage#file_format} --- @@ -1610,7 +1610,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1625,7 +1625,7 @@ public java.lang.String getSnowflakeIamUser(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -1639,7 +1639,7 @@ public java.lang.String getStorageIntegration(); Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1653,7 +1653,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#tag Stage#tag} --- @@ -1667,7 +1667,7 @@ public java.lang.String getUrl(); Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#url Stage#url} --- @@ -1707,7 +1707,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -1721,7 +1721,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#value Stage#value} --- @@ -1735,7 +1735,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -1749,7 +1749,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.python.md b/docs/stage.python.md index fd941248a..d3de1e05c 100644 --- a/docs/stage.python.md +++ b/docs/stage.python.md @@ -4,7 +4,7 @@ ### Stage -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage snowflake_stage}. #### Initializers @@ -53,15 +53,15 @@ stage.Stage( | database | str | The database in which to create the stage. | | name | str | Specifies the identifier for the stage; | | schema | str | The schema in which to create the stage. | -| aws_external_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| aws_external_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | comment | str | Specifies a comment for the stage. | | copy_options | str | Specifies the copy options for the stage. | | credentials | str | Specifies the credentials for the stage. | | directory | str | Specifies the directory settings for the stage. | | encryption | str | Specifies the encryption settings for the stage. | | file_format | str | Specifies the file format for the stage. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. | -| snowflake_iam_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. | +| snowflake_iam_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | storage_integration | str | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | tag | typing.Union[cdktf.IResolvable, typing.List[StageTag]] | tag block. | | url | str | Specifies the URL for the stage. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -146,7 +146,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#comment Stage#comment} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#copy_options Stage#copy_options} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#credentials Stage#credentials} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#directory Stage#directory} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#encryption Stage#encryption} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#file_format Stage#file_format} --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -243,7 +243,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#tag Stage#tag} --- @@ -273,7 +273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#url Stage#url} --- @@ -845,7 +845,7 @@ The construct id used in the generated config for the Stage to import. The id of the existing Stage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1417,15 +1417,15 @@ stage.StageConfig( | database | str | The database in which to create the stage. | | name | str | Specifies the identifier for the stage; | | schema | str | The schema in which to create the stage. | -| aws_external_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| aws_external_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | comment | str | Specifies a comment for the stage. | | copy_options | str | Specifies the copy options for the stage. | | credentials | str | Specifies the credentials for the stage. | | directory | str | Specifies the directory settings for the stage. | | encryption | str | Specifies the encryption settings for the stage. | | file_format | str | Specifies the file format for the stage. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. | -| snowflake_iam_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. | +| snowflake_iam_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | storage_integration | str | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | tag | typing.Union[cdktf.IResolvable, typing.List[StageTag]] | tag block. | | url | str | Specifies the URL for the stage. | @@ -1512,7 +1512,7 @@ database: str The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -1528,7 +1528,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -1542,7 +1542,7 @@ schema: str The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- @@ -1554,7 +1554,7 @@ aws_external_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -1568,7 +1568,7 @@ comment: str Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#comment Stage#comment} --- @@ -1582,7 +1582,7 @@ copy_options: str Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1596,7 +1596,7 @@ credentials: str Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#credentials Stage#credentials} --- @@ -1610,7 +1610,7 @@ directory: str Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#directory Stage#directory} --- @@ -1624,7 +1624,7 @@ encryption: str Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#encryption Stage#encryption} --- @@ -1638,7 +1638,7 @@ file_format: str Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#file_format Stage#file_format} --- @@ -1650,7 +1650,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1665,7 +1665,7 @@ snowflake_iam_user: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -1679,7 +1679,7 @@ storage_integration: str Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1693,7 +1693,7 @@ tag: typing.Union[IResolvable, typing.List[StageTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#tag Stage#tag} --- @@ -1707,7 +1707,7 @@ url: str Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#url Stage#url} --- @@ -1747,7 +1747,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -1761,7 +1761,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#value Stage#value} --- @@ -1775,7 +1775,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -1789,7 +1789,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.typescript.md b/docs/stage.typescript.md index 1ec79d363..97ac4e2f1 100644 --- a/docs/stage.typescript.md +++ b/docs/stage.typescript.md @@ -4,7 +4,7 @@ ### Stage -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage snowflake_stage}. #### Initializers @@ -564,7 +564,7 @@ The construct id used in the generated config for the Stage to import. The id of the existing Stage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1113,15 +1113,15 @@ const stageConfig: stage.StageConfig = { ... } | database | string | The database in which to create the stage. | | name | string | Specifies the identifier for the stage; | | schema | string | The schema in which to create the stage. | -| awsExternalId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| awsExternalId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | comment | string | Specifies a comment for the stage. | | copyOptions | string | Specifies the copy options for the stage. | | credentials | string | Specifies the credentials for the stage. | | directory | string | Specifies the directory settings for the stage. | | encryption | string | Specifies the encryption settings for the stage. | | fileFormat | string | Specifies the file format for the stage. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. | -| snowflakeIamUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. | +| snowflakeIamUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | storageIntegration | string | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | tag | cdktf.IResolvable \| StageTag[] | tag block. | | url | string | Specifies the URL for the stage. | @@ -1208,7 +1208,7 @@ public readonly database: string; The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -1224,7 +1224,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -1238,7 +1238,7 @@ public readonly schema: string; The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- @@ -1250,7 +1250,7 @@ public readonly awsExternalId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -1264,7 +1264,7 @@ public readonly comment: string; Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#comment Stage#comment} --- @@ -1278,7 +1278,7 @@ public readonly copyOptions: string; Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1292,7 +1292,7 @@ public readonly credentials: string; Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#credentials Stage#credentials} --- @@ -1306,7 +1306,7 @@ public readonly directory: string; Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#directory Stage#directory} --- @@ -1320,7 +1320,7 @@ public readonly encryption: string; Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#encryption Stage#encryption} --- @@ -1334,7 +1334,7 @@ public readonly fileFormat: string; Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#file_format Stage#file_format} --- @@ -1346,7 +1346,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1361,7 +1361,7 @@ public readonly snowflakeIamUser: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -1375,7 +1375,7 @@ public readonly storageIntegration: string; Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1389,7 +1389,7 @@ public readonly tag: IResolvable | StageTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#tag Stage#tag} --- @@ -1403,7 +1403,7 @@ public readonly url: string; Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#url Stage#url} --- @@ -1438,7 +1438,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} --- @@ -1452,7 +1452,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#value Stage#value} --- @@ -1466,7 +1466,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} --- @@ -1480,7 +1480,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stageGrant.csharp.md b/docs/stageGrant.csharp.md index 2d84ea45c..a75040a03 100644 --- a/docs/stageGrant.csharp.md +++ b/docs/stageGrant.csharp.md @@ -4,7 +4,7 @@ ### StageGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant snowflake_stage_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant snowflake_stage_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the StageGrant to import. The id of the existing StageGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use --- @@ -1010,7 +1010,7 @@ new StageGrantConfig { | DatabaseName | string | The name of the database containing the current stage on which to grant privileges. | | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | Privilege | string | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1101,7 +1101,7 @@ public string DatabaseName { get; set; } The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -1115,7 +1115,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -1131,7 +1131,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -1143,7 +1143,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -1178,7 +1178,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -1192,7 +1192,7 @@ public string Privilege { get; set; } The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -1208,7 +1208,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -1222,7 +1222,7 @@ public string SchemaName { get; set; } The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -1236,7 +1236,7 @@ public string StageName { get; set; } The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -1250,7 +1250,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- diff --git a/docs/stageGrant.go.md b/docs/stageGrant.go.md index d20a70156..4ccbf4c1f 100644 --- a/docs/stageGrant.go.md +++ b/docs/stageGrant.go.md @@ -4,7 +4,7 @@ ### StageGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant snowflake_stage_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant snowflake_stage_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the StageGrant to import. The id of the existing StageGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use --- @@ -1010,7 +1010,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/stagegrant" | DatabaseName | *string | The name of the database containing the current stage on which to grant privileges. | | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | Privilege | *string | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1101,7 +1101,7 @@ DatabaseName *string The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -1115,7 +1115,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -1131,7 +1131,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -1143,7 +1143,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -1178,7 +1178,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -1192,7 +1192,7 @@ Privilege *string The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -1208,7 +1208,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -1222,7 +1222,7 @@ SchemaName *string The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -1236,7 +1236,7 @@ StageName *string The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -1250,7 +1250,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- diff --git a/docs/stageGrant.java.md b/docs/stageGrant.java.md index d7107728c..7d37d2ae1 100644 --- a/docs/stageGrant.java.md +++ b/docs/stageGrant.java.md @@ -4,7 +4,7 @@ ### StageGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant snowflake_stage_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant snowflake_stage_grant}. #### Initializers @@ -55,7 +55,7 @@ StageGrant.Builder.create(Construct scope, java.lang.String id) | databaseName | java.lang.String | The name of the database containing the current stage on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | privilege | java.lang.String | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -177,7 +177,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -189,7 +189,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -211,7 +211,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- @@ -731,7 +731,7 @@ The construct id used in the generated config for the StageGrant to import. The id of the existing StageGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use --- @@ -1219,7 +1219,7 @@ StageGrantConfig.builder() | databaseName | java.lang.String | The name of the database containing the current stage on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | privilege | java.lang.String | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1310,7 +1310,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -1324,7 +1324,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -1340,7 +1340,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -1352,7 +1352,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1371,7 +1371,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -1387,7 +1387,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -1401,7 +1401,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -1417,7 +1417,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -1431,7 +1431,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -1445,7 +1445,7 @@ public java.lang.String getStageName(); The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -1459,7 +1459,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- diff --git a/docs/stageGrant.python.md b/docs/stageGrant.python.md index d1d70497b..4c939793b 100644 --- a/docs/stageGrant.python.md +++ b/docs/stageGrant.python.md @@ -4,7 +4,7 @@ ### StageGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant snowflake_stage_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant snowflake_stage_grant}. #### Initializers @@ -49,7 +49,7 @@ stageGrant.StageGrant( | database_name | str | The name of the database containing the current stage on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | privilege | str | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -148,7 +148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -183,7 +183,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -205,7 +205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- @@ -771,7 +771,7 @@ The construct id used in the generated config for the StageGrant to import. The id of the existing StageGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use --- @@ -1251,7 +1251,7 @@ stageGrant.StageGrantConfig( | database_name | str | The name of the database containing the current stage on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | privilege | str | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1342,7 +1342,7 @@ database_name: str The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -1356,7 +1356,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -1372,7 +1372,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -1384,7 +1384,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1403,7 +1403,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -1419,7 +1419,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -1433,7 +1433,7 @@ privilege: str The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -1449,7 +1449,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -1463,7 +1463,7 @@ schema_name: str The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -1477,7 +1477,7 @@ stage_name: str The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -1491,7 +1491,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- diff --git a/docs/stageGrant.typescript.md b/docs/stageGrant.typescript.md index b5fb98806..f526197c5 100644 --- a/docs/stageGrant.typescript.md +++ b/docs/stageGrant.typescript.md @@ -4,7 +4,7 @@ ### StageGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant snowflake_stage_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant snowflake_stage_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the StageGrant to import. The id of the existing StageGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ const stageGrantConfig: stageGrant.StageGrantConfig = { ... } | databaseName | string | The name of the database containing the current stage on which to grant privileges. | | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | privilege | string | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1082,7 +1082,7 @@ public readonly databaseName: string; The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -1096,7 +1096,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -1112,7 +1112,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -1124,7 +1124,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1143,7 +1143,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -1159,7 +1159,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -1173,7 +1173,7 @@ public readonly privilege: string; The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -1189,7 +1189,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -1203,7 +1203,7 @@ public readonly schemaName: string; The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -1217,7 +1217,7 @@ public readonly stageName: string; The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -1231,7 +1231,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- diff --git a/docs/storageIntegration.csharp.md b/docs/storageIntegration.csharp.md index a560c1484..32ca424b8 100644 --- a/docs/storageIntegration.csharp.md +++ b/docs/storageIntegration.csharp.md @@ -4,7 +4,7 @@ ### StorageIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration snowflake_storage_integration}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the StorageIntegration to impo The id of the existing StorageIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1066,17 +1066,17 @@ new StorageIntegrationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. | | StorageAllowedLocations | string[] | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| StorageProvider | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| AzureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| StorageProvider | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| AzureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. | | StorageAwsObjectAcl | string | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| StorageAwsRoleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| StorageAwsRoleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | StorageBlockedLocations | string[] | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1158,7 +1158,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1172,7 +1172,7 @@ public string[] StorageAllowedLocations { get; set; } Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1184,7 +1184,7 @@ public string StorageProvider { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -1196,7 +1196,7 @@ public string AzureTenantId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1208,7 +1208,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1220,7 +1220,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1232,7 +1232,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1249,7 +1249,7 @@ public string StorageAwsObjectAcl { get; set; } "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1261,7 +1261,7 @@ public string StorageAwsRoleArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1275,7 +1275,7 @@ public string[] StorageBlockedLocations { get; set; } Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1287,7 +1287,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.go.md b/docs/storageIntegration.go.md index bb7376133..f3c2b61ce 100644 --- a/docs/storageIntegration.go.md +++ b/docs/storageIntegration.go.md @@ -4,7 +4,7 @@ ### StorageIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration snowflake_storage_integration}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the StorageIntegration to impo The id of the existing StorageIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1066,17 +1066,17 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/storageintegr | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. | | StorageAllowedLocations | *[]*string | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| StorageProvider | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| AzureTenantId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| StorageProvider | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| AzureTenantId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. | | StorageAwsObjectAcl | *string | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| StorageAwsRoleArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| StorageAwsRoleArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | StorageBlockedLocations | *[]*string | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1158,7 +1158,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1172,7 +1172,7 @@ StorageAllowedLocations *[]*string Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1184,7 +1184,7 @@ StorageProvider *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -1196,7 +1196,7 @@ AzureTenantId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1208,7 +1208,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1220,7 +1220,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1232,7 +1232,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1249,7 +1249,7 @@ StorageAwsObjectAcl *string "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1261,7 +1261,7 @@ StorageAwsRoleArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1275,7 +1275,7 @@ StorageBlockedLocations *[]*string Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1287,7 +1287,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.java.md b/docs/storageIntegration.java.md index b5f94a56a..02b70d45b 100644 --- a/docs/storageIntegration.java.md +++ b/docs/storageIntegration.java.md @@ -4,7 +4,7 @@ ### StorageIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration snowflake_storage_integration}. #### Initializers @@ -49,17 +49,17 @@ StorageIntegration.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. | | storageAllowedLocations | java.util.List | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| storageProvider | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| storageProvider | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. | | storageAwsObjectAcl | java.lang.String | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| storageAwsRoleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| storageAwsRoleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | storageBlockedLocations | java.util.List | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -190,7 +190,7 @@ If you experience problems setting this value it might not be settable. Please t "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. --- @@ -699,7 +699,7 @@ The construct id used in the generated config for the StorageIntegration to impo The id of the existing StorageIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1247,17 +1247,17 @@ StorageIntegrationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. | | storageAllowedLocations | java.util.List | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| storageProvider | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| storageProvider | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. | | storageAwsObjectAcl | java.lang.String | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| storageAwsRoleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| storageAwsRoleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | storageBlockedLocations | java.util.List | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1339,7 +1339,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1353,7 +1353,7 @@ public java.util.List getStorageAllowedLocations(); Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1365,7 +1365,7 @@ public java.lang.String getStorageProvider(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -1377,7 +1377,7 @@ public java.lang.String getAzureTenantId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1389,7 +1389,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1401,7 +1401,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1413,7 +1413,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1430,7 +1430,7 @@ public java.lang.String getStorageAwsObjectAcl(); "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1442,7 +1442,7 @@ public java.lang.String getStorageAwsRoleArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1456,7 +1456,7 @@ public java.util.List getStorageBlockedLocations(); Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1468,7 +1468,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.python.md b/docs/storageIntegration.python.md index d5291a87a..096ba595b 100644 --- a/docs/storageIntegration.python.md +++ b/docs/storageIntegration.python.md @@ -4,7 +4,7 @@ ### StorageIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration snowflake_storage_integration}. #### Initializers @@ -46,17 +46,17 @@ storageIntegration.StorageIntegration( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. | | storage_allowed_locations | typing.List[str] | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| storage_provider | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| storage_provider | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. | | storage_aws_object_acl | str | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| storage_aws_role_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| storage_aws_role_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | storage_blocked_locations | typing.List[str] | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -187,7 +187,7 @@ If you experience problems setting this value it might not be settable. Please t "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. --- @@ -742,7 +742,7 @@ The construct id used in the generated config for the StorageIntegration to impo The id of the existing StorageIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1285,17 +1285,17 @@ storageIntegration.StorageIntegrationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. | | storage_allowed_locations | typing.List[str] | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| storage_provider | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| storage_provider | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. | | storage_aws_object_acl | str | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| storage_aws_role_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| storage_aws_role_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | storage_blocked_locations | typing.List[str] | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1377,7 +1377,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1391,7 +1391,7 @@ storage_allowed_locations: typing.List[str] Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1403,7 +1403,7 @@ storage_provider: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -1415,7 +1415,7 @@ azure_tenant_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1427,7 +1427,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1439,7 +1439,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1451,7 +1451,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1468,7 +1468,7 @@ storage_aws_object_acl: str "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1480,7 +1480,7 @@ storage_aws_role_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1494,7 +1494,7 @@ storage_blocked_locations: typing.List[str] Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1506,7 +1506,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.typescript.md b/docs/storageIntegration.typescript.md index 78fc3fc36..f70cc1963 100644 --- a/docs/storageIntegration.typescript.md +++ b/docs/storageIntegration.typescript.md @@ -4,7 +4,7 @@ ### StorageIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration snowflake_storage_integration}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the StorageIntegration to impo The id of the existing StorageIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1047,17 +1047,17 @@ const storageIntegrationConfig: storageIntegration.StorageIntegrationConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. | | storageAllowedLocations | string[] | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| storageProvider | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| azureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| storageProvider | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| azureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. | | storageAwsObjectAcl | string | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| storageAwsRoleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| storageAwsRoleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | storageBlockedLocations | string[] | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1139,7 +1139,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1153,7 +1153,7 @@ public readonly storageAllowedLocations: string[]; Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1165,7 +1165,7 @@ public readonly storageProvider: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -1177,7 +1177,7 @@ public readonly azureTenantId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1189,7 +1189,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1201,7 +1201,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1213,7 +1213,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1230,7 +1230,7 @@ public readonly storageAwsObjectAcl: string; "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1242,7 +1242,7 @@ public readonly storageAwsRoleArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1256,7 +1256,7 @@ public readonly storageBlockedLocations: string[]; Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1268,7 +1268,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/stream.csharp.md b/docs/stream.csharp.md index 6a1fe7042..58f9b27b6 100644 --- a/docs/stream.csharp.md +++ b/docs/stream.csharp.md @@ -4,7 +4,7 @@ ### Stream -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream snowflake_stream}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream snowflake_stream}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Stream to import. The id of the existing Stream that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use --- @@ -1016,7 +1016,7 @@ new StreamConfig { | Schema | string | The schema in which to create the stream. | | AppendOnly | object | Type of the stream that will be created. | | Comment | string | Specifies a comment for the stream. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. | | InsertOnly | object | Create an insert only stream type. | | OnStage | string | Specifies an identifier for the stage the stream will monitor. | | OnTable | string | Specifies an identifier for the table the stream will monitor. | @@ -1105,7 +1105,7 @@ public string Database { get; set; } The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#database Stream#database} --- @@ -1121,7 +1121,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#name Stream#name} --- @@ -1135,7 +1135,7 @@ public string Schema { get; set; } The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#schema Stream#schema} --- @@ -1149,7 +1149,7 @@ public object AppendOnly { get; set; } Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#append_only Stream#append_only} --- @@ -1163,7 +1163,7 @@ public string Comment { get; set; } Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#comment Stream#comment} --- @@ -1175,7 +1175,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1192,7 +1192,7 @@ public object InsertOnly { get; set; } Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#insert_only Stream#insert_only} --- @@ -1206,7 +1206,7 @@ public string OnStage { get; set; } Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_stage Stream#on_stage} --- @@ -1220,7 +1220,7 @@ public string OnTable { get; set; } Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_table Stream#on_table} --- @@ -1234,7 +1234,7 @@ public string OnView { get; set; } Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_view Stream#on_view} --- @@ -1248,7 +1248,7 @@ public object ShowInitialRows { get; set; } Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- diff --git a/docs/stream.go.md b/docs/stream.go.md index 4d02f659b..9aa761676 100644 --- a/docs/stream.go.md +++ b/docs/stream.go.md @@ -4,7 +4,7 @@ ### Stream -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream snowflake_stream}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream snowflake_stream}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Stream to import. The id of the existing Stream that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use --- @@ -1016,7 +1016,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/stream" | Schema | *string | The schema in which to create the stream. | | AppendOnly | interface{} | Type of the stream that will be created. | | Comment | *string | Specifies a comment for the stream. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. | | InsertOnly | interface{} | Create an insert only stream type. | | OnStage | *string | Specifies an identifier for the stage the stream will monitor. | | OnTable | *string | Specifies an identifier for the table the stream will monitor. | @@ -1105,7 +1105,7 @@ Database *string The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#database Stream#database} --- @@ -1121,7 +1121,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#name Stream#name} --- @@ -1135,7 +1135,7 @@ Schema *string The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#schema Stream#schema} --- @@ -1149,7 +1149,7 @@ AppendOnly interface{} Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#append_only Stream#append_only} --- @@ -1163,7 +1163,7 @@ Comment *string Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#comment Stream#comment} --- @@ -1175,7 +1175,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1192,7 +1192,7 @@ InsertOnly interface{} Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#insert_only Stream#insert_only} --- @@ -1206,7 +1206,7 @@ OnStage *string Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_stage Stream#on_stage} --- @@ -1220,7 +1220,7 @@ OnTable *string Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_table Stream#on_table} --- @@ -1234,7 +1234,7 @@ OnView *string Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_view Stream#on_view} --- @@ -1248,7 +1248,7 @@ ShowInitialRows interface{} Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- diff --git a/docs/stream.java.md b/docs/stream.java.md index d165b41bf..096dae08b 100644 --- a/docs/stream.java.md +++ b/docs/stream.java.md @@ -4,7 +4,7 @@ ### Stream -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream snowflake_stream}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream snowflake_stream}. #### Initializers @@ -56,7 +56,7 @@ Stream.Builder.create(Construct scope, java.lang.String id) | schema | java.lang.String | The schema in which to create the stream. | | appendOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Type of the stream that will be created. | | comment | java.lang.String | Specifies a comment for the stream. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. | | insertOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Create an insert only stream type. | | onStage | java.lang.String | Specifies an identifier for the stage the stream will monitor. | | onTable | java.lang.String | Specifies an identifier for the table the stream will monitor. | @@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#database Stream#database} --- @@ -143,7 +143,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#name Stream#name} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#schema Stream#schema} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#append_only Stream#append_only} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#comment Stream#comment} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -194,7 +194,7 @@ If you experience problems setting this value it might not be settable. Please t Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#insert_only Stream#insert_only} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_stage Stream#on_stage} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_table Stream#on_table} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_view Stream#on_view} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- @@ -717,7 +717,7 @@ The construct id used in the generated config for the Stream to import. The id of the existing Stream that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use --- @@ -1217,7 +1217,7 @@ StreamConfig.builder() | schema | java.lang.String | The schema in which to create the stream. | | appendOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Type of the stream that will be created. | | comment | java.lang.String | Specifies a comment for the stream. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. | | insertOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Create an insert only stream type. | | onStage | java.lang.String | Specifies an identifier for the stage the stream will monitor. | | onTable | java.lang.String | Specifies an identifier for the table the stream will monitor. | @@ -1306,7 +1306,7 @@ public java.lang.String getDatabase(); The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#database Stream#database} --- @@ -1322,7 +1322,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#name Stream#name} --- @@ -1336,7 +1336,7 @@ public java.lang.String getSchema(); The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#schema Stream#schema} --- @@ -1350,7 +1350,7 @@ public java.lang.Object getAppendOnly(); Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#append_only Stream#append_only} --- @@ -1364,7 +1364,7 @@ public java.lang.String getComment(); Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#comment Stream#comment} --- @@ -1376,7 +1376,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1393,7 +1393,7 @@ public java.lang.Object getInsertOnly(); Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#insert_only Stream#insert_only} --- @@ -1407,7 +1407,7 @@ public java.lang.String getOnStage(); Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_stage Stream#on_stage} --- @@ -1421,7 +1421,7 @@ public java.lang.String getOnTable(); Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_table Stream#on_table} --- @@ -1435,7 +1435,7 @@ public java.lang.String getOnView(); Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_view Stream#on_view} --- @@ -1449,7 +1449,7 @@ public java.lang.Object getShowInitialRows(); Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- diff --git a/docs/stream.python.md b/docs/stream.python.md index 7bfaecbe9..0ec07f443 100644 --- a/docs/stream.python.md +++ b/docs/stream.python.md @@ -4,7 +4,7 @@ ### Stream -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream snowflake_stream}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream snowflake_stream}. #### Initializers @@ -51,7 +51,7 @@ stream.Stream( | schema | str | The schema in which to create the stream. | | append_only | typing.Union[bool, cdktf.IResolvable] | Type of the stream that will be created. | | comment | str | Specifies a comment for the stream. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. | | insert_only | typing.Union[bool, cdktf.IResolvable] | Create an insert only stream type. | | on_stage | str | Specifies an identifier for the stage the stream will monitor. | | on_table | str | Specifies an identifier for the table the stream will monitor. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#database Stream#database} --- @@ -138,7 +138,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#name Stream#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#schema Stream#schema} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#append_only Stream#append_only} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#comment Stream#comment} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -189,7 +189,7 @@ If you experience problems setting this value it might not be settable. Please t Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#insert_only Stream#insert_only} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_stage Stream#on_stage} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_table Stream#on_table} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_view Stream#on_view} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- @@ -758,7 +758,7 @@ The construct id used in the generated config for the Stream to import. The id of the existing Stream that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use --- @@ -1251,7 +1251,7 @@ stream.StreamConfig( | schema | str | The schema in which to create the stream. | | append_only | typing.Union[bool, cdktf.IResolvable] | Type of the stream that will be created. | | comment | str | Specifies a comment for the stream. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. | | insert_only | typing.Union[bool, cdktf.IResolvable] | Create an insert only stream type. | | on_stage | str | Specifies an identifier for the stage the stream will monitor. | | on_table | str | Specifies an identifier for the table the stream will monitor. | @@ -1340,7 +1340,7 @@ database: str The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#database Stream#database} --- @@ -1356,7 +1356,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#name Stream#name} --- @@ -1370,7 +1370,7 @@ schema: str The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#schema Stream#schema} --- @@ -1384,7 +1384,7 @@ append_only: typing.Union[bool, IResolvable] Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#append_only Stream#append_only} --- @@ -1398,7 +1398,7 @@ comment: str Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#comment Stream#comment} --- @@ -1410,7 +1410,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1427,7 +1427,7 @@ insert_only: typing.Union[bool, IResolvable] Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#insert_only Stream#insert_only} --- @@ -1441,7 +1441,7 @@ on_stage: str Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_stage Stream#on_stage} --- @@ -1455,7 +1455,7 @@ on_table: str Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_table Stream#on_table} --- @@ -1469,7 +1469,7 @@ on_view: str Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_view Stream#on_view} --- @@ -1483,7 +1483,7 @@ show_initial_rows: typing.Union[bool, IResolvable] Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- diff --git a/docs/stream.typescript.md b/docs/stream.typescript.md index 8eb833f02..3798e6e2f 100644 --- a/docs/stream.typescript.md +++ b/docs/stream.typescript.md @@ -4,7 +4,7 @@ ### Stream -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream snowflake_stream}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream snowflake_stream}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Stream to import. The id of the existing Stream that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use --- @@ -997,7 +997,7 @@ const streamConfig: stream.StreamConfig = { ... } | schema | string | The schema in which to create the stream. | | appendOnly | boolean \| cdktf.IResolvable | Type of the stream that will be created. | | comment | string | Specifies a comment for the stream. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. | | insertOnly | boolean \| cdktf.IResolvable | Create an insert only stream type. | | onStage | string | Specifies an identifier for the stage the stream will monitor. | | onTable | string | Specifies an identifier for the table the stream will monitor. | @@ -1086,7 +1086,7 @@ public readonly database: string; The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#database Stream#database} --- @@ -1102,7 +1102,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#name Stream#name} --- @@ -1116,7 +1116,7 @@ public readonly schema: string; The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#schema Stream#schema} --- @@ -1130,7 +1130,7 @@ public readonly appendOnly: boolean | IResolvable; Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#append_only Stream#append_only} --- @@ -1144,7 +1144,7 @@ public readonly comment: string; Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#comment Stream#comment} --- @@ -1156,7 +1156,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1173,7 +1173,7 @@ public readonly insertOnly: boolean | IResolvable; Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#insert_only Stream#insert_only} --- @@ -1187,7 +1187,7 @@ public readonly onStage: string; Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_stage Stream#on_stage} --- @@ -1201,7 +1201,7 @@ public readonly onTable: string; Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_table Stream#on_table} --- @@ -1215,7 +1215,7 @@ public readonly onView: string; Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_view Stream#on_view} --- @@ -1229,7 +1229,7 @@ public readonly showInitialRows: boolean | IResolvable; Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- diff --git a/docs/streamGrant.csharp.md b/docs/streamGrant.csharp.md index f2fa645de..3db0103a0 100644 --- a/docs/streamGrant.csharp.md +++ b/docs/streamGrant.csharp.md @@ -4,7 +4,7 @@ ### StreamGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant snowflake_stream_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant snowflake_stream_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the StreamGrant to import. The id of the existing StreamGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use --- @@ -1010,7 +1010,7 @@ new StreamGrantConfig { | DatabaseName | string | The name of the database containing the current or future streams on which to grant privileges. | | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | Privilege | string | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1101,7 +1101,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -1115,7 +1115,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -1131,7 +1131,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -1143,7 +1143,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -1178,7 +1178,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -1192,7 +1192,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -1208,7 +1208,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -1222,7 +1222,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -1236,7 +1236,7 @@ public string StreamName { get; set; } The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -1250,7 +1250,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- diff --git a/docs/streamGrant.go.md b/docs/streamGrant.go.md index 1f555f350..3a2b2bc47 100644 --- a/docs/streamGrant.go.md +++ b/docs/streamGrant.go.md @@ -4,7 +4,7 @@ ### StreamGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant snowflake_stream_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant snowflake_stream_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the StreamGrant to import. The id of the existing StreamGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use --- @@ -1010,7 +1010,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/streamgrant" | DatabaseName | *string | The name of the database containing the current or future streams on which to grant privileges. | | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | Privilege | *string | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1101,7 +1101,7 @@ DatabaseName *string The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -1115,7 +1115,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -1131,7 +1131,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -1143,7 +1143,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -1178,7 +1178,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -1192,7 +1192,7 @@ Privilege *string The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -1208,7 +1208,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -1222,7 +1222,7 @@ SchemaName *string The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -1236,7 +1236,7 @@ StreamName *string The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -1250,7 +1250,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- diff --git a/docs/streamGrant.java.md b/docs/streamGrant.java.md index 16b3bf72e..836029afb 100644 --- a/docs/streamGrant.java.md +++ b/docs/streamGrant.java.md @@ -4,7 +4,7 @@ ### StreamGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant snowflake_stream_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant snowflake_stream_grant}. #### Initializers @@ -55,7 +55,7 @@ StreamGrant.Builder.create(Construct scope, java.lang.String id) | databaseName | java.lang.String | The name of the database containing the current or future streams on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -177,7 +177,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -189,7 +189,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -211,7 +211,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- @@ -731,7 +731,7 @@ The construct id used in the generated config for the StreamGrant to import. The id of the existing StreamGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use --- @@ -1219,7 +1219,7 @@ StreamGrantConfig.builder() | databaseName | java.lang.String | The name of the database containing the current or future streams on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1310,7 +1310,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -1324,7 +1324,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -1340,7 +1340,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -1352,7 +1352,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1371,7 +1371,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -1387,7 +1387,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -1401,7 +1401,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -1417,7 +1417,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -1431,7 +1431,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -1445,7 +1445,7 @@ public java.lang.String getStreamName(); The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -1459,7 +1459,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- diff --git a/docs/streamGrant.python.md b/docs/streamGrant.python.md index f42b8ef06..c57022841 100644 --- a/docs/streamGrant.python.md +++ b/docs/streamGrant.python.md @@ -4,7 +4,7 @@ ### StreamGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant snowflake_stream_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant snowflake_stream_grant}. #### Initializers @@ -49,7 +49,7 @@ streamGrant.StreamGrant( | database_name | str | The name of the database containing the current or future streams on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | privilege | str | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -148,7 +148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -183,7 +183,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -205,7 +205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- @@ -771,7 +771,7 @@ The construct id used in the generated config for the StreamGrant to import. The id of the existing StreamGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use --- @@ -1251,7 +1251,7 @@ streamGrant.StreamGrantConfig( | database_name | str | The name of the database containing the current or future streams on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | privilege | str | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1342,7 +1342,7 @@ database_name: str The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -1356,7 +1356,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -1372,7 +1372,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -1384,7 +1384,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1403,7 +1403,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -1419,7 +1419,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -1433,7 +1433,7 @@ privilege: str The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -1449,7 +1449,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -1463,7 +1463,7 @@ schema_name: str The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -1477,7 +1477,7 @@ stream_name: str The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -1491,7 +1491,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- diff --git a/docs/streamGrant.typescript.md b/docs/streamGrant.typescript.md index 1a2cae9ad..b124a3f4f 100644 --- a/docs/streamGrant.typescript.md +++ b/docs/streamGrant.typescript.md @@ -4,7 +4,7 @@ ### StreamGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant snowflake_stream_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant snowflake_stream_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the StreamGrant to import. The id of the existing StreamGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ const streamGrantConfig: streamGrant.StreamGrantConfig = { ... } | databaseName | string | The name of the database containing the current or future streams on which to grant privileges. | | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | privilege | string | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1082,7 +1082,7 @@ public readonly databaseName: string; The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -1096,7 +1096,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -1112,7 +1112,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -1124,7 +1124,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1143,7 +1143,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -1159,7 +1159,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -1173,7 +1173,7 @@ public readonly privilege: string; The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -1189,7 +1189,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -1203,7 +1203,7 @@ public readonly schemaName: string; The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -1217,7 +1217,7 @@ public readonly streamName: string; The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -1231,7 +1231,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- diff --git a/docs/table.csharp.md b/docs/table.csharp.md index 37fab5cc5..9214e9146 100644 --- a/docs/table.csharp.md +++ b/docs/table.csharp.md @@ -4,7 +4,7 @@ ### Table -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table snowflake_table}. #### Initializers @@ -79,7 +79,6 @@ Must be unique amongst siblings in the same scope | ResetChangeTracking | *No description.* | | ResetClusterBy | *No description.* | | ResetComment | *No description.* | -| ResetDataRetentionDays | *No description.* | | ResetDataRetentionTimeInDays | *No description.* | | ResetId | *No description.* | | ResetPrimaryKey | *No description.* | @@ -429,12 +428,6 @@ private void ResetClusterBy() private void ResetComment() ``` -##### `ResetDataRetentionDays` - -```csharp -private void ResetDataRetentionDays() -``` - ##### `ResetDataRetentionTimeInDays` ```csharp @@ -562,7 +555,7 @@ The construct id used in the generated config for the Table to import. The id of the existing Table that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -602,7 +595,6 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | ColumnInput | object | *No description.* | | CommentInput | string | *No description.* | | DatabaseInput | string | *No description.* | -| DataRetentionDaysInput | double | *No description.* | | DataRetentionTimeInDaysInput | double | *No description.* | | IdInput | string | *No description.* | | NameInput | string | *No description.* | @@ -613,7 +605,6 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | ClusterBy | string[] | *No description.* | | Comment | string | *No description.* | | Database | string | *No description.* | -| DataRetentionDays | double | *No description.* | | DataRetentionTimeInDays | double | *No description.* | | Id | string | *No description.* | | Name | string | *No description.* | @@ -863,16 +854,6 @@ public string DatabaseInput { get; } --- -##### `DataRetentionDaysInput`Optional - -```csharp -public double DataRetentionDaysInput { get; } -``` - -- *Type:* double - ---- - ##### `DataRetentionTimeInDaysInput`Optional ```csharp @@ -973,16 +954,6 @@ public string Database { get; } --- -##### `DataRetentionDays`Required - -```csharp -public double DataRetentionDays { get; } -``` - -- *Type:* double - ---- - ##### `DataRetentionTimeInDays`Required ```csharp @@ -1053,6 +1024,7 @@ using HashiCorp.Cdktf.Providers.Snowflake; new TableColumn { string Name, string Type, + string Collate = null, string Comment = null, TableColumnDefault Default = null, TableColumnIdentity Identity = null, @@ -1067,6 +1039,7 @@ new TableColumn { | --- | --- | --- | | Name | string | Column name. | | Type | string | Column type, e.g. VARIANT. | +| Collate | string | Column collation, e.g. utf8. | | Comment | string | Column comment. | | Default | TableColumnDefault | default block. | | Identity | TableColumnIdentity | identity block. | @@ -1085,7 +1058,7 @@ public string Name { get; set; } Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1099,7 +1072,21 @@ public string Type { get; set; } Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#type Table#type} + +--- + +##### `Collate`Optional + +```csharp +public string Collate { get; set; } +``` + +- *Type:* string + +Column collation, e.g. utf8. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#collate Table#collate} --- @@ -1113,7 +1100,7 @@ public string Comment { get; set; } Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -1127,7 +1114,7 @@ public TableColumnDefault Default { get; set; } default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#default Table#default} --- @@ -1141,7 +1128,7 @@ public TableColumnIdentity Identity { get; set; } identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#identity Table#identity} --- @@ -1155,7 +1142,7 @@ public string MaskingPolicy { get; set; } Masking policy to apply on column. It has to be a fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1171,7 +1158,7 @@ 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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#nullable Table#nullable} --- @@ -1209,7 +1196,7 @@ public string Constant { get; set; } The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#constant Table#constant} --- @@ -1223,7 +1210,7 @@ public string Expression { get; set; } The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#expression Table#expression} --- @@ -1237,7 +1224,7 @@ public string Sequence { get; set; } The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#sequence Table#sequence} --- @@ -1273,7 +1260,7 @@ public double StartNum { get; set; } The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#start_num Table#start_num} --- @@ -1287,7 +1274,7 @@ public double StepNum { get; set; } Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#step_num Table#step_num} --- @@ -1313,7 +1300,6 @@ new TableConfig { object ChangeTracking = null, string[] ClusterBy = null, string Comment = null, - double DataRetentionDays = null, double DataRetentionTimeInDays = null, string Id = null, TablePrimaryKey PrimaryKey = null, @@ -1339,9 +1325,8 @@ new TableConfig { | ChangeTracking | object | Specifies whether to enable change tracking on the table. Default false. | | ClusterBy | string[] | A list of one or more table columns/expressions to be used as clustering key(s) for the table. | | Comment | string | Specifies a comment for the table. | -| DataRetentionDays | double | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | | DataRetentionTimeInDays | double | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. | | PrimaryKey | TablePrimaryKey | primary_key block. | | Tag | object | tag block. | @@ -1427,7 +1412,7 @@ public object Column { get; set; } column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#column Table#column} --- @@ -1441,7 +1426,7 @@ public string Database { get; set; } The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -1457,7 +1442,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1471,7 +1456,7 @@ public string Schema { get; set; } The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -1485,7 +1470,7 @@ public object ChangeTracking { get; set; } Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1499,7 +1484,7 @@ public string[] ClusterBy { get; set; } A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1513,23 +1498,7 @@ public string Comment { get; set; } Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} - ---- - -##### `DataRetentionDays`Optional - -```csharp -public double DataRetentionDays { get; set; } -``` - -- *Type:* double - -Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. - -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -1543,9 +1512,9 @@ public double DataRetentionTimeInDays { get; set; } Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. +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 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1557,7 +1526,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1574,7 +1543,7 @@ public TablePrimaryKey PrimaryKey { get; set; } primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#primary_key Table#primary_key} --- @@ -1588,7 +1557,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#tag Table#tag} --- @@ -1624,7 +1593,7 @@ public string[] Keys { get; set; } Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#keys Table#keys} --- @@ -1638,7 +1607,7 @@ public string Name { get; set; } Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1678,7 +1647,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1692,7 +1661,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#value Table#value} --- @@ -1706,7 +1675,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -1720,7 +1689,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -2599,6 +2568,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it | ToString | Return a string representation of this resolvable object. | | PutDefault | *No description.* | | PutIdentity | *No description.* | +| ResetCollate | *No description.* | | ResetComment | *No description.* | | ResetDefault | *No description.* | | ResetIdentity | *No description.* | @@ -2781,6 +2751,12 @@ private void PutIdentity(TableColumnIdentity Value) --- +##### `ResetCollate` + +```csharp +private void ResetCollate() +``` + ##### `ResetComment` ```csharp @@ -2820,6 +2796,7 @@ private void ResetNullable() | Fqn | string | *No description.* | | Default | TableColumnDefaultOutputReference | *No description.* | | Identity | TableColumnIdentityOutputReference | *No description.* | +| CollateInput | string | *No description.* | | CommentInput | string | *No description.* | | DefaultInput | TableColumnDefault | *No description.* | | IdentityInput | TableColumnIdentity | *No description.* | @@ -2827,6 +2804,7 @@ private void ResetNullable() | NameInput | string | *No description.* | | NullableInput | object | *No description.* | | TypeInput | string | *No description.* | +| Collate | string | *No description.* | | Comment | string | *No description.* | | MaskingPolicy | string | *No description.* | | Name | string | *No description.* | @@ -2880,6 +2858,16 @@ public TableColumnIdentityOutputReference Identity { get; } --- +##### `CollateInput`Optional + +```csharp +public string CollateInput { get; } +``` + +- *Type:* string + +--- + ##### `CommentInput`Optional ```csharp @@ -2950,6 +2938,16 @@ public string TypeInput { get; } --- +##### `Collate`Required + +```csharp +public string Collate { get; } +``` + +- *Type:* string + +--- + ##### `Comment`Required ```csharp diff --git a/docs/table.go.md b/docs/table.go.md index 5c6a3428a..4d22acace 100644 --- a/docs/table.go.md +++ b/docs/table.go.md @@ -4,7 +4,7 @@ ### Table -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table snowflake_table}. #### Initializers @@ -79,7 +79,6 @@ Must be unique amongst siblings in the same scope | ResetChangeTracking | *No description.* | | ResetClusterBy | *No description.* | | ResetComment | *No description.* | -| ResetDataRetentionDays | *No description.* | | ResetDataRetentionTimeInDays | *No description.* | | ResetId | *No description.* | | ResetPrimaryKey | *No description.* | @@ -429,12 +428,6 @@ func ResetClusterBy() func ResetComment() ``` -##### `ResetDataRetentionDays` - -```go -func ResetDataRetentionDays() -``` - ##### `ResetDataRetentionTimeInDays` ```go @@ -562,7 +555,7 @@ The construct id used in the generated config for the Table to import. The id of the existing Table that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -602,7 +595,6 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | ColumnInput | interface{} | *No description.* | | CommentInput | *string | *No description.* | | DatabaseInput | *string | *No description.* | -| DataRetentionDaysInput | *f64 | *No description.* | | DataRetentionTimeInDaysInput | *f64 | *No description.* | | IdInput | *string | *No description.* | | NameInput | *string | *No description.* | @@ -613,7 +605,6 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | ClusterBy | *[]*string | *No description.* | | Comment | *string | *No description.* | | Database | *string | *No description.* | -| DataRetentionDays | *f64 | *No description.* | | DataRetentionTimeInDays | *f64 | *No description.* | | Id | *string | *No description.* | | Name | *string | *No description.* | @@ -863,16 +854,6 @@ func DatabaseInput() *string --- -##### `DataRetentionDaysInput`Optional - -```go -func DataRetentionDaysInput() *f64 -``` - -- *Type:* *f64 - ---- - ##### `DataRetentionTimeInDaysInput`Optional ```go @@ -973,16 +954,6 @@ func Database() *string --- -##### `DataRetentionDays`Required - -```go -func DataRetentionDays() *f64 -``` - -- *Type:* *f64 - ---- - ##### `DataRetentionTimeInDays`Required ```go @@ -1053,6 +1024,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/table" &table.TableColumn { Name: *string, Type: *string, + Collate: *string, Comment: *string, Default: github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11.table.TableColumnDefault, Identity: github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11.table.TableColumnIdentity, @@ -1067,6 +1039,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/table" | --- | --- | --- | | Name | *string | Column name. | | Type | *string | Column type, e.g. VARIANT. | +| Collate | *string | Column collation, e.g. utf8. | | Comment | *string | Column comment. | | Default | TableColumnDefault | default block. | | Identity | TableColumnIdentity | identity block. | @@ -1085,7 +1058,7 @@ Name *string Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1099,7 +1072,21 @@ Type *string Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#type Table#type} + +--- + +##### `Collate`Optional + +```go +Collate *string +``` + +- *Type:* *string + +Column collation, e.g. utf8. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#collate Table#collate} --- @@ -1113,7 +1100,7 @@ Comment *string Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -1127,7 +1114,7 @@ Default TableColumnDefault default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#default Table#default} --- @@ -1141,7 +1128,7 @@ Identity TableColumnIdentity identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#identity Table#identity} --- @@ -1155,7 +1142,7 @@ MaskingPolicy *string Masking policy to apply on column. It has to be a fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1171,7 +1158,7 @@ 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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#nullable Table#nullable} --- @@ -1209,7 +1196,7 @@ Constant *string The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#constant Table#constant} --- @@ -1223,7 +1210,7 @@ Expression *string The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#expression Table#expression} --- @@ -1237,7 +1224,7 @@ Sequence *string The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#sequence Table#sequence} --- @@ -1273,7 +1260,7 @@ StartNum *f64 The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#start_num Table#start_num} --- @@ -1287,7 +1274,7 @@ StepNum *f64 Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#step_num Table#step_num} --- @@ -1313,7 +1300,6 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/table" ChangeTracking: interface{}, ClusterBy: *[]*string, Comment: *string, - DataRetentionDays: *f64, DataRetentionTimeInDays: *f64, Id: *string, PrimaryKey: github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11.table.TablePrimaryKey, @@ -1339,9 +1325,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/table" | ChangeTracking | interface{} | Specifies whether to enable change tracking on the table. Default false. | | ClusterBy | *[]*string | A list of one or more table columns/expressions to be used as clustering key(s) for the table. | | Comment | *string | Specifies a comment for the table. | -| DataRetentionDays | *f64 | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | | DataRetentionTimeInDays | *f64 | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. | | PrimaryKey | TablePrimaryKey | primary_key block. | | Tag | interface{} | tag block. | @@ -1427,7 +1412,7 @@ Column interface{} column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#column Table#column} --- @@ -1441,7 +1426,7 @@ Database *string The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -1457,7 +1442,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1471,7 +1456,7 @@ Schema *string The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -1485,7 +1470,7 @@ ChangeTracking interface{} Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1499,7 +1484,7 @@ ClusterBy *[]*string A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1513,23 +1498,7 @@ Comment *string Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} - ---- - -##### `DataRetentionDays`Optional - -```go -DataRetentionDays *f64 -``` - -- *Type:* *f64 - -Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. - -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -1543,9 +1512,9 @@ DataRetentionTimeInDays *f64 Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. +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 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1557,7 +1526,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1574,7 +1543,7 @@ PrimaryKey TablePrimaryKey primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#primary_key Table#primary_key} --- @@ -1588,7 +1557,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#tag Table#tag} --- @@ -1624,7 +1593,7 @@ Keys *[]*string Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#keys Table#keys} --- @@ -1638,7 +1607,7 @@ Name *string Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1678,7 +1647,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1692,7 +1661,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#value Table#value} --- @@ -1706,7 +1675,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -1720,7 +1689,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -2599,6 +2568,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it | ToString | Return a string representation of this resolvable object. | | PutDefault | *No description.* | | PutIdentity | *No description.* | +| ResetCollate | *No description.* | | ResetComment | *No description.* | | ResetDefault | *No description.* | | ResetIdentity | *No description.* | @@ -2781,6 +2751,12 @@ func PutIdentity(value TableColumnIdentity) --- +##### `ResetCollate` + +```go +func ResetCollate() +``` + ##### `ResetComment` ```go @@ -2820,6 +2796,7 @@ func ResetNullable() | Fqn | *string | *No description.* | | Default | TableColumnDefaultOutputReference | *No description.* | | Identity | TableColumnIdentityOutputReference | *No description.* | +| CollateInput | *string | *No description.* | | CommentInput | *string | *No description.* | | DefaultInput | TableColumnDefault | *No description.* | | IdentityInput | TableColumnIdentity | *No description.* | @@ -2827,6 +2804,7 @@ func ResetNullable() | NameInput | *string | *No description.* | | NullableInput | interface{} | *No description.* | | TypeInput | *string | *No description.* | +| Collate | *string | *No description.* | | Comment | *string | *No description.* | | MaskingPolicy | *string | *No description.* | | Name | *string | *No description.* | @@ -2880,6 +2858,16 @@ func Identity() TableColumnIdentityOutputReference --- +##### `CollateInput`Optional + +```go +func CollateInput() *string +``` + +- *Type:* *string + +--- + ##### `CommentInput`Optional ```go @@ -2950,6 +2938,16 @@ func TypeInput() *string --- +##### `Collate`Required + +```go +func Collate() *string +``` + +- *Type:* *string + +--- + ##### `Comment`Required ```go diff --git a/docs/table.java.md b/docs/table.java.md index 7296e40ee..391d9e2bc 100644 --- a/docs/table.java.md +++ b/docs/table.java.md @@ -4,7 +4,7 @@ ### Table -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table snowflake_table}. #### Initializers @@ -32,7 +32,6 @@ Table.Builder.create(Construct scope, java.lang.String id) // .changeTracking(IResolvable) // .clusterBy(java.util.List) // .comment(java.lang.String) -// .dataRetentionDays(java.lang.Number) // .dataRetentionTimeInDays(java.lang.Number) // .id(java.lang.String) // .primaryKey(TablePrimaryKey) @@ -59,9 +58,8 @@ Table.Builder.create(Construct scope, java.lang.String id) | changeTracking | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to enable change tracking on the table. Default false. | | clusterBy | java.util.List | A list of one or more table columns/expressions to be used as clustering key(s) for the table. | | comment | java.lang.String | Specifies a comment for the table. | -| dataRetentionDays | java.lang.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. | | dataRetentionTimeInDays | java.lang.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. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. | | primaryKey | TablePrimaryKey | primary_key block. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<TableTag> | tag block. | @@ -133,7 +131,7 @@ Must be unique amongst siblings in the same scope column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#column Table#column} --- @@ -143,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -155,7 +153,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -165,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -175,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#change_tracking Table#change_tracking} --- @@ -185,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#cluster_by Table#cluster_by} --- @@ -195,19 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} - ---- - -##### `dataRetentionDays`Optional - -- *Type:* java.lang.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. - -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -217,9 +203,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. +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 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -227,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -240,7 +226,7 @@ If you experience problems setting this value it might not be settable. Please t primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#primary_key Table#primary_key} --- @@ -250,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#tag Table#tag} --- @@ -287,7 +273,6 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf | resetChangeTracking | *No description.* | | resetClusterBy | *No description.* | | resetComment | *No description.* | -| resetDataRetentionDays | *No description.* | | resetDataRetentionTimeInDays | *No description.* | | resetId | *No description.* | | resetPrimaryKey | *No description.* | @@ -639,12 +624,6 @@ public void resetClusterBy() public void resetComment() ``` -##### `resetDataRetentionDays` - -```java -public void resetDataRetentionDays() -``` - ##### `resetDataRetentionTimeInDays` ```java @@ -772,7 +751,7 @@ The construct id used in the generated config for the Table to import. The id of the existing Table that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -812,7 +791,6 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | columnInput | com.hashicorp.cdktf.IResolvable OR java.util.List<TableColumn> | *No description.* | | commentInput | java.lang.String | *No description.* | | databaseInput | java.lang.String | *No description.* | -| dataRetentionDaysInput | java.lang.Number | *No description.* | | dataRetentionTimeInDaysInput | java.lang.Number | *No description.* | | idInput | java.lang.String | *No description.* | | nameInput | java.lang.String | *No description.* | @@ -823,7 +801,6 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | clusterBy | java.util.List | *No description.* | | comment | java.lang.String | *No description.* | | database | java.lang.String | *No description.* | -| dataRetentionDays | java.lang.Number | *No description.* | | dataRetentionTimeInDays | java.lang.Number | *No description.* | | id | java.lang.String | *No description.* | | name | java.lang.String | *No description.* | @@ -1073,16 +1050,6 @@ public java.lang.String getDatabaseInput(); --- -##### `dataRetentionDaysInput`Optional - -```java -public java.lang.Number getDataRetentionDaysInput(); -``` - -- *Type:* java.lang.Number - ---- - ##### `dataRetentionTimeInDaysInput`Optional ```java @@ -1183,16 +1150,6 @@ public java.lang.String getDatabase(); --- -##### `dataRetentionDays`Required - -```java -public java.lang.Number getDataRetentionDays(); -``` - -- *Type:* java.lang.Number - ---- - ##### `dataRetentionTimeInDays`Required ```java @@ -1263,6 +1220,7 @@ import com.hashicorp.cdktf.providers.snowflake.table.TableColumn; TableColumn.builder() .name(java.lang.String) .type(java.lang.String) +// .collate(java.lang.String) // .comment(java.lang.String) // .default(TableColumnDefault) // .identity(TableColumnIdentity) @@ -1278,6 +1236,7 @@ TableColumn.builder() | --- | --- | --- | | name | java.lang.String | Column name. | | type | java.lang.String | Column type, e.g. VARIANT. | +| collate | java.lang.String | Column collation, e.g. utf8. | | comment | java.lang.String | Column comment. | | default | TableColumnDefault | default block. | | identity | TableColumnIdentity | identity block. | @@ -1296,7 +1255,7 @@ public java.lang.String getName(); Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1310,7 +1269,21 @@ public java.lang.String getType(); Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#type Table#type} + +--- + +##### `collate`Optional + +```java +public java.lang.String getCollate(); +``` + +- *Type:* java.lang.String + +Column collation, e.g. utf8. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#collate Table#collate} --- @@ -1324,7 +1297,7 @@ public java.lang.String getComment(); Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -1338,7 +1311,7 @@ public TableColumnDefault getDefault(); default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#default Table#default} --- @@ -1352,7 +1325,7 @@ public TableColumnIdentity getIdentity(); identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#identity Table#identity} --- @@ -1366,7 +1339,7 @@ public java.lang.String getMaskingPolicy(); Masking policy to apply on column. It has to be a fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1382,7 +1355,7 @@ 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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#nullable Table#nullable} --- @@ -1420,7 +1393,7 @@ public java.lang.String getConstant(); The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#constant Table#constant} --- @@ -1434,7 +1407,7 @@ public java.lang.String getExpression(); The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#expression Table#expression} --- @@ -1448,7 +1421,7 @@ public java.lang.String getSequence(); The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#sequence Table#sequence} --- @@ -1484,7 +1457,7 @@ public java.lang.Number getStartNum(); The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#start_num Table#start_num} --- @@ -1498,7 +1471,7 @@ public java.lang.Number getStepNum(); Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#step_num Table#step_num} --- @@ -1530,7 +1503,6 @@ TableConfig.builder() // .changeTracking(IResolvable) // .clusterBy(java.util.List) // .comment(java.lang.String) -// .dataRetentionDays(java.lang.Number) // .dataRetentionTimeInDays(java.lang.Number) // .id(java.lang.String) // .primaryKey(TablePrimaryKey) @@ -1557,9 +1529,8 @@ TableConfig.builder() | changeTracking | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to enable change tracking on the table. Default false. | | clusterBy | java.util.List | A list of one or more table columns/expressions to be used as clustering key(s) for the table. | | comment | java.lang.String | Specifies a comment for the table. | -| dataRetentionDays | java.lang.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. | | dataRetentionTimeInDays | java.lang.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. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. | | primaryKey | TablePrimaryKey | primary_key block. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<TableTag> | tag block. | @@ -1645,7 +1616,7 @@ public java.lang.Object getColumn(); column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#column Table#column} --- @@ -1659,7 +1630,7 @@ public java.lang.String getDatabase(); The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -1675,7 +1646,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1689,7 +1660,7 @@ public java.lang.String getSchema(); The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -1703,7 +1674,7 @@ public java.lang.Object getChangeTracking(); Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1717,7 +1688,7 @@ public java.util.List getClusterBy(); A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1731,23 +1702,7 @@ public java.lang.String getComment(); Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} - ---- - -##### `dataRetentionDays`Optional - -```java -public java.lang.Number getDataRetentionDays(); -``` - -- *Type:* java.lang.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. - -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -1761,9 +1716,9 @@ public java.lang.Number getDataRetentionTimeInDays(); Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. +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 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1775,7 +1730,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1792,7 +1747,7 @@ public TablePrimaryKey getPrimaryKey(); primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#primary_key Table#primary_key} --- @@ -1806,7 +1761,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#tag Table#tag} --- @@ -1842,7 +1797,7 @@ public java.util.List getKeys(); Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#keys Table#keys} --- @@ -1856,7 +1811,7 @@ public java.lang.String getName(); Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1896,7 +1851,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1910,7 +1865,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#value Table#value} --- @@ -1924,7 +1879,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -1938,7 +1893,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -2817,6 +2772,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it | toString | Return a string representation of this resolvable object. | | putDefault | *No description.* | | putIdentity | *No description.* | +| resetCollate | *No description.* | | resetComment | *No description.* | | resetDefault | *No description.* | | resetIdentity | *No description.* | @@ -2999,6 +2955,12 @@ public void putIdentity(TableColumnIdentity value) --- +##### `resetCollate` + +```java +public void resetCollate() +``` + ##### `resetComment` ```java @@ -3038,6 +3000,7 @@ public void resetNullable() | fqn | java.lang.String | *No description.* | | default | TableColumnDefaultOutputReference | *No description.* | | identity | TableColumnIdentityOutputReference | *No description.* | +| collateInput | java.lang.String | *No description.* | | commentInput | java.lang.String | *No description.* | | defaultInput | TableColumnDefault | *No description.* | | identityInput | TableColumnIdentity | *No description.* | @@ -3045,6 +3008,7 @@ public void resetNullable() | nameInput | java.lang.String | *No description.* | | nullableInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | typeInput | java.lang.String | *No description.* | +| collate | java.lang.String | *No description.* | | comment | java.lang.String | *No description.* | | maskingPolicy | java.lang.String | *No description.* | | name | java.lang.String | *No description.* | @@ -3098,6 +3062,16 @@ public TableColumnIdentityOutputReference getIdentity(); --- +##### `collateInput`Optional + +```java +public java.lang.String getCollateInput(); +``` + +- *Type:* java.lang.String + +--- + ##### `commentInput`Optional ```java @@ -3168,6 +3142,16 @@ public java.lang.String getTypeInput(); --- +##### `collate`Required + +```java +public java.lang.String getCollate(); +``` + +- *Type:* java.lang.String + +--- + ##### `comment`Required ```java diff --git a/docs/table.python.md b/docs/table.python.md index 3fef4f5dd..ca9420fa3 100644 --- a/docs/table.python.md +++ b/docs/table.python.md @@ -4,7 +4,7 @@ ### Table -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table snowflake_table}. #### Initializers @@ -28,7 +28,6 @@ table.Table( change_tracking: typing.Union[bool, IResolvable] = None, cluster_by: typing.List[str] = None, comment: str = None, - data_retention_days: typing.Union[int, float] = None, data_retention_time_in_days: typing.Union[int, float] = None, id: str = None, primary_key: TablePrimaryKey = None, @@ -54,9 +53,8 @@ table.Table( | change_tracking | typing.Union[bool, cdktf.IResolvable] | Specifies whether to enable change tracking on the table. Default false. | | cluster_by | typing.List[str] | A list of one or more table columns/expressions to be used as clustering key(s) for the table. | | comment | str | Specifies a comment for the table. | -| data_retention_days | typing.Union[int, float] | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | | data_retention_time_in_days | typing.Union[int, float] | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. | | primary_key | TablePrimaryKey | primary_key block. | | tag | typing.Union[cdktf.IResolvable, typing.List[TableTag]] | tag block. | @@ -128,7 +126,7 @@ Must be unique amongst siblings in the same scope column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#column Table#column} --- @@ -138,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -150,7 +148,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -160,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -170,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#change_tracking Table#change_tracking} --- @@ -180,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#cluster_by Table#cluster_by} --- @@ -190,19 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} - ---- - -##### `data_retention_days`Optional - -- *Type:* typing.Union[int, float] - -Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. - -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -212,9 +198,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. +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 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -222,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -235,7 +221,7 @@ If you experience problems setting this value it might not be settable. Please t primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#primary_key Table#primary_key} --- @@ -245,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#tag Table#tag} --- @@ -282,7 +268,6 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf | reset_change_tracking | *No description.* | | reset_cluster_by | *No description.* | | reset_comment | *No description.* | -| reset_data_retention_days | *No description.* | | reset_data_retention_time_in_days | *No description.* | | reset_id | *No description.* | | reset_primary_key | *No description.* | @@ -644,7 +629,7 @@ def put_primary_key( Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#keys Table#keys} --- @@ -654,7 +639,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -690,12 +675,6 @@ def reset_cluster_by() -> None def reset_comment() -> None ``` -##### `reset_data_retention_days` - -```python -def reset_data_retention_days() -> None -``` - ##### `reset_data_retention_time_in_days` ```python @@ -834,7 +813,7 @@ The construct id used in the generated config for the Table to import. The id of the existing Table that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -874,7 +853,6 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | column_input | typing.Union[cdktf.IResolvable, typing.List[TableColumn]] | *No description.* | | comment_input | str | *No description.* | | database_input | str | *No description.* | -| data_retention_days_input | typing.Union[int, float] | *No description.* | | data_retention_time_in_days_input | typing.Union[int, float] | *No description.* | | id_input | str | *No description.* | | name_input | str | *No description.* | @@ -885,7 +863,6 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | cluster_by | typing.List[str] | *No description.* | | comment | str | *No description.* | | database | str | *No description.* | -| data_retention_days | typing.Union[int, float] | *No description.* | | data_retention_time_in_days | typing.Union[int, float] | *No description.* | | id | str | *No description.* | | name | str | *No description.* | @@ -1135,16 +1112,6 @@ database_input: str --- -##### `data_retention_days_input`Optional - -```python -data_retention_days_input: typing.Union[int, float] -``` - -- *Type:* typing.Union[int, float] - ---- - ##### `data_retention_time_in_days_input`Optional ```python @@ -1245,16 +1212,6 @@ database: str --- -##### `data_retention_days`Required - -```python -data_retention_days: typing.Union[int, float] -``` - -- *Type:* typing.Union[int, float] - ---- - ##### `data_retention_time_in_days`Required ```python @@ -1325,6 +1282,7 @@ from cdktf_cdktf_provider_snowflake import table table.TableColumn( name: str, type: str, + collate: str = None, comment: str = None, default: TableColumnDefault = None, identity: TableColumnIdentity = None, @@ -1339,6 +1297,7 @@ table.TableColumn( | --- | --- | --- | | name | str | Column name. | | type | str | Column type, e.g. VARIANT. | +| collate | str | Column collation, e.g. utf8. | | comment | str | Column comment. | | default | TableColumnDefault | default block. | | identity | TableColumnIdentity | identity block. | @@ -1357,7 +1316,7 @@ name: str Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1371,7 +1330,21 @@ type: str Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#type Table#type} + +--- + +##### `collate`Optional + +```python +collate: str +``` + +- *Type:* str + +Column collation, e.g. utf8. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#collate Table#collate} --- @@ -1385,7 +1358,7 @@ comment: str Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -1399,7 +1372,7 @@ default: TableColumnDefault default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#default Table#default} --- @@ -1413,7 +1386,7 @@ identity: TableColumnIdentity identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#identity Table#identity} --- @@ -1427,7 +1400,7 @@ masking_policy: str Masking policy to apply on column. It has to be a fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1443,7 +1416,7 @@ 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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#nullable Table#nullable} --- @@ -1481,7 +1454,7 @@ constant: str The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#constant Table#constant} --- @@ -1495,7 +1468,7 @@ expression: str The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#expression Table#expression} --- @@ -1509,7 +1482,7 @@ sequence: str The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#sequence Table#sequence} --- @@ -1545,7 +1518,7 @@ start_num: typing.Union[int, float] The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#start_num Table#start_num} --- @@ -1559,7 +1532,7 @@ step_num: typing.Union[int, float] Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#step_num Table#step_num} --- @@ -1585,7 +1558,6 @@ table.TableConfig( change_tracking: typing.Union[bool, IResolvable] = None, cluster_by: typing.List[str] = None, comment: str = None, - data_retention_days: typing.Union[int, float] = None, data_retention_time_in_days: typing.Union[int, float] = None, id: str = None, primary_key: TablePrimaryKey = None, @@ -1611,9 +1583,8 @@ table.TableConfig( | change_tracking | typing.Union[bool, cdktf.IResolvable] | Specifies whether to enable change tracking on the table. Default false. | | cluster_by | typing.List[str] | A list of one or more table columns/expressions to be used as clustering key(s) for the table. | | comment | str | Specifies a comment for the table. | -| data_retention_days | typing.Union[int, float] | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | | data_retention_time_in_days | typing.Union[int, float] | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. | | primary_key | TablePrimaryKey | primary_key block. | | tag | typing.Union[cdktf.IResolvable, typing.List[TableTag]] | tag block. | @@ -1699,7 +1670,7 @@ column: typing.Union[IResolvable, typing.List[TableColumn]] column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#column Table#column} --- @@ -1713,7 +1684,7 @@ database: str The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -1729,7 +1700,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1743,7 +1714,7 @@ schema: str The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -1757,7 +1728,7 @@ change_tracking: typing.Union[bool, IResolvable] Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1771,7 +1742,7 @@ cluster_by: typing.List[str] A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1785,23 +1756,7 @@ comment: str Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} - ---- - -##### `data_retention_days`Optional - -```python -data_retention_days: typing.Union[int, float] -``` - -- *Type:* typing.Union[int, float] - -Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. - -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -1815,9 +1770,9 @@ data_retention_time_in_days: typing.Union[int, float] Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. +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 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1829,7 +1784,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1846,7 +1801,7 @@ primary_key: TablePrimaryKey primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#primary_key Table#primary_key} --- @@ -1860,7 +1815,7 @@ tag: typing.Union[IResolvable, typing.List[TableTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#tag Table#tag} --- @@ -1896,7 +1851,7 @@ keys: typing.List[str] Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#keys Table#keys} --- @@ -1910,7 +1865,7 @@ name: str Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1950,7 +1905,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1964,7 +1919,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#value Table#value} --- @@ -1978,7 +1933,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -1992,7 +1947,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -2936,6 +2891,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it | to_string | Return a string representation of this resolvable object. | | put_default | *No description.* | | put_identity | *No description.* | +| reset_collate | *No description.* | | reset_comment | *No description.* | | reset_default | *No description.* | | reset_identity | *No description.* | @@ -3132,7 +3088,7 @@ def put_default( The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#constant Table#constant} --- @@ -3142,7 +3098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#expression Table#expression} --- @@ -3152,7 +3108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#sequence Table#sequence} --- @@ -3171,7 +3127,7 @@ def put_identity( The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#start_num Table#start_num} --- @@ -3181,10 +3137,16 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#step_num Table#step_num} --- +##### `reset_collate` + +```python +def reset_collate() -> None +``` + ##### `reset_comment` ```python @@ -3224,6 +3186,7 @@ def reset_nullable() -> None | fqn | str | *No description.* | | default | TableColumnDefaultOutputReference | *No description.* | | identity | TableColumnIdentityOutputReference | *No description.* | +| collate_input | str | *No description.* | | comment_input | str | *No description.* | | default_input | TableColumnDefault | *No description.* | | identity_input | TableColumnIdentity | *No description.* | @@ -3231,6 +3194,7 @@ def reset_nullable() -> None | name_input | str | *No description.* | | nullable_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | type_input | str | *No description.* | +| collate | str | *No description.* | | comment | str | *No description.* | | masking_policy | str | *No description.* | | name | str | *No description.* | @@ -3284,6 +3248,16 @@ identity: TableColumnIdentityOutputReference --- +##### `collate_input`Optional + +```python +collate_input: str +``` + +- *Type:* str + +--- + ##### `comment_input`Optional ```python @@ -3354,6 +3328,16 @@ type_input: str --- +##### `collate`Required + +```python +collate: str +``` + +- *Type:* str + +--- + ##### `comment`Required ```python diff --git a/docs/table.typescript.md b/docs/table.typescript.md index 6909124cf..c7a4af728 100644 --- a/docs/table.typescript.md +++ b/docs/table.typescript.md @@ -4,7 +4,7 @@ ### Table -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table snowflake_table}. #### Initializers @@ -79,7 +79,6 @@ Must be unique amongst siblings in the same scope | resetChangeTracking | *No description.* | | resetClusterBy | *No description.* | | resetComment | *No description.* | -| resetDataRetentionDays | *No description.* | | resetDataRetentionTimeInDays | *No description.* | | resetId | *No description.* | | resetPrimaryKey | *No description.* | @@ -429,12 +428,6 @@ public resetClusterBy(): void public resetComment(): void ``` -##### `resetDataRetentionDays` - -```typescript -public resetDataRetentionDays(): void -``` - ##### `resetDataRetentionTimeInDays` ```typescript @@ -562,7 +555,7 @@ The construct id used in the generated config for the Table to import. The id of the existing Table that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -602,7 +595,6 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | columnInput | cdktf.IResolvable \| TableColumn[] | *No description.* | | commentInput | string | *No description.* | | databaseInput | string | *No description.* | -| dataRetentionDaysInput | number | *No description.* | | dataRetentionTimeInDaysInput | number | *No description.* | | idInput | string | *No description.* | | nameInput | string | *No description.* | @@ -613,7 +605,6 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | clusterBy | string[] | *No description.* | | comment | string | *No description.* | | database | string | *No description.* | -| dataRetentionDays | number | *No description.* | | dataRetentionTimeInDays | number | *No description.* | | id | string | *No description.* | | name | string | *No description.* | @@ -863,16 +854,6 @@ public readonly databaseInput: string; --- -##### `dataRetentionDaysInput`Optional - -```typescript -public readonly dataRetentionDaysInput: number; -``` - -- *Type:* number - ---- - ##### `dataRetentionTimeInDaysInput`Optional ```typescript @@ -973,16 +954,6 @@ public readonly database: string; --- -##### `dataRetentionDays`Required - -```typescript -public readonly dataRetentionDays: number; -``` - -- *Type:* number - ---- - ##### `dataRetentionTimeInDays`Required ```typescript @@ -1059,6 +1030,7 @@ const tableColumn: table.TableColumn = { ... } | --- | --- | --- | | name | string | Column name. | | type | string | Column type, e.g. VARIANT. | +| collate | string | Column collation, e.g. utf8. | | comment | string | Column comment. | | default | TableColumnDefault | default block. | | identity | TableColumnIdentity | identity block. | @@ -1077,7 +1049,7 @@ public readonly name: string; Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1091,7 +1063,21 @@ public readonly type: string; Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#type Table#type} + +--- + +##### `collate`Optional + +```typescript +public readonly collate: string; +``` + +- *Type:* string + +Column collation, e.g. utf8. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#collate Table#collate} --- @@ -1105,7 +1091,7 @@ public readonly comment: string; Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -1119,7 +1105,7 @@ public readonly default: TableColumnDefault; default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#default Table#default} --- @@ -1133,7 +1119,7 @@ public readonly identity: TableColumnIdentity; identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#identity Table#identity} --- @@ -1147,7 +1133,7 @@ public readonly maskingPolicy: string; Masking policy to apply on column. It has to be a fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1163,7 +1149,7 @@ 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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#nullable Table#nullable} --- @@ -1197,7 +1183,7 @@ public readonly constant: string; The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#constant Table#constant} --- @@ -1211,7 +1197,7 @@ public readonly expression: string; The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#expression Table#expression} --- @@ -1225,7 +1211,7 @@ public readonly sequence: string; The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#sequence Table#sequence} --- @@ -1258,7 +1244,7 @@ public readonly startNum: number; The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#start_num Table#start_num} --- @@ -1272,7 +1258,7 @@ public readonly stepNum: number; Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#step_num Table#step_num} --- @@ -1304,9 +1290,8 @@ const tableConfig: table.TableConfig = { ... } | changeTracking | boolean \| cdktf.IResolvable | Specifies whether to enable change tracking on the table. Default false. | | clusterBy | string[] | A list of one or more table columns/expressions to be used as clustering key(s) for the table. | | comment | string | Specifies a comment for the table. | -| dataRetentionDays | 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. | | 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. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. | | primaryKey | TablePrimaryKey | primary_key block. | | tag | cdktf.IResolvable \| TableTag[] | tag block. | @@ -1392,7 +1377,7 @@ public readonly column: IResolvable | TableColumn[]; column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#column Table#column} --- @@ -1406,7 +1391,7 @@ public readonly database: string; The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -1422,7 +1407,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1436,7 +1421,7 @@ public readonly schema: string; The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -1450,7 +1435,7 @@ public readonly changeTracking: boolean | IResolvable; Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1464,7 +1449,7 @@ public readonly clusterBy: string[]; A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1478,23 +1463,7 @@ public readonly comment: string; Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} - ---- - -##### `dataRetentionDays`Optional - -```typescript -public readonly dataRetentionDays: number; -``` - -- *Type:* 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. - -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} --- @@ -1508,9 +1477,9 @@ public readonly 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. -Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. +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 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1522,7 +1491,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1539,7 +1508,7 @@ public readonly primaryKey: TablePrimaryKey; primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#primary_key Table#primary_key} --- @@ -1553,7 +1522,7 @@ public readonly tag: IResolvable | TableTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#tag Table#tag} --- @@ -1586,7 +1555,7 @@ public readonly keys: string[]; Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#keys Table#keys} --- @@ -1600,7 +1569,7 @@ public readonly name: string; Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1635,7 +1604,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} --- @@ -1649,7 +1618,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#value Table#value} --- @@ -1663,7 +1632,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} --- @@ -1677,7 +1646,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} --- @@ -2556,6 +2525,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it | toString | Return a string representation of this resolvable object. | | putDefault | *No description.* | | putIdentity | *No description.* | +| resetCollate | *No description.* | | resetComment | *No description.* | | resetDefault | *No description.* | | resetIdentity | *No description.* | @@ -2738,6 +2708,12 @@ public putIdentity(value: TableColumnIdentity): void --- +##### `resetCollate` + +```typescript +public resetCollate(): void +``` + ##### `resetComment` ```typescript @@ -2777,6 +2753,7 @@ public resetNullable(): void | fqn | string | *No description.* | | default | TableColumnDefaultOutputReference | *No description.* | | identity | TableColumnIdentityOutputReference | *No description.* | +| collateInput | string | *No description.* | | commentInput | string | *No description.* | | defaultInput | TableColumnDefault | *No description.* | | identityInput | TableColumnIdentity | *No description.* | @@ -2784,6 +2761,7 @@ public resetNullable(): void | nameInput | string | *No description.* | | nullableInput | boolean \| cdktf.IResolvable | *No description.* | | typeInput | string | *No description.* | +| collate | string | *No description.* | | comment | string | *No description.* | | maskingPolicy | string | *No description.* | | name | string | *No description.* | @@ -2837,6 +2815,16 @@ public readonly identity: TableColumnIdentityOutputReference; --- +##### `collateInput`Optional + +```typescript +public readonly collateInput: string; +``` + +- *Type:* string + +--- + ##### `commentInput`Optional ```typescript @@ -2907,6 +2895,16 @@ public readonly typeInput: string; --- +##### `collate`Required + +```typescript +public readonly collate: string; +``` + +- *Type:* string + +--- + ##### `comment`Required ```typescript diff --git a/docs/tableColumnMaskingPolicyApplication.csharp.md b/docs/tableColumnMaskingPolicyApplication.csharp.md index 67c9c573e..a1ee63db9 100644 --- a/docs/tableColumnMaskingPolicyApplication.csharp.md +++ b/docs/tableColumnMaskingPolicyApplication.csharp.md @@ -4,7 +4,7 @@ ### TableColumnMaskingPolicyApplication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the TableColumnMaskingPolicyAp The id of the existing TableColumnMaskingPolicyApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use --- @@ -793,7 +793,7 @@ new TableColumnMaskingPolicyApplicationConfig { | Column | string | The column to apply the masking policy to. | | MaskingPolicy | string | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | Table | string | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -877,7 +877,7 @@ public string Column { get; set; } The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -891,7 +891,7 @@ public string MaskingPolicy { get; set; } Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -905,7 +905,7 @@ public string Table { get; set; } The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -917,7 +917,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tableColumnMaskingPolicyApplication.go.md b/docs/tableColumnMaskingPolicyApplication.go.md index 20ec0fec0..8ae3956db 100644 --- a/docs/tableColumnMaskingPolicyApplication.go.md +++ b/docs/tableColumnMaskingPolicyApplication.go.md @@ -4,7 +4,7 @@ ### TableColumnMaskingPolicyApplication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the TableColumnMaskingPolicyAp The id of the existing TableColumnMaskingPolicyApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use --- @@ -793,7 +793,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/tablecolumnma | Column | *string | The column to apply the masking policy to. | | MaskingPolicy | *string | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | Table | *string | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -877,7 +877,7 @@ Column *string The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -891,7 +891,7 @@ MaskingPolicy *string Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -905,7 +905,7 @@ Table *string The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -917,7 +917,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tableColumnMaskingPolicyApplication.java.md b/docs/tableColumnMaskingPolicyApplication.java.md index 900ff6ec8..f8053a5be 100644 --- a/docs/tableColumnMaskingPolicyApplication.java.md +++ b/docs/tableColumnMaskingPolicyApplication.java.md @@ -4,7 +4,7 @@ ### TableColumnMaskingPolicyApplication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. #### Initializers @@ -44,7 +44,7 @@ TableColumnMaskingPolicyApplication.Builder.create(Construct scope, java.lang.St | column | java.lang.String | The column to apply the masking policy to. | | maskingPolicy | java.lang.String | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | table | java.lang.String | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -579,7 +579,7 @@ The construct id used in the generated config for the TableColumnMaskingPolicyAp The id of the existing TableColumnMaskingPolicyApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use --- @@ -902,7 +902,7 @@ TableColumnMaskingPolicyApplicationConfig.builder() | column | java.lang.String | The column to apply the masking policy to. | | maskingPolicy | java.lang.String | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | table | java.lang.String | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -986,7 +986,7 @@ public java.lang.String getColumn(); The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -1000,7 +1000,7 @@ public java.lang.String getMaskingPolicy(); Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -1014,7 +1014,7 @@ public java.lang.String getTable(); The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -1026,7 +1026,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tableColumnMaskingPolicyApplication.python.md b/docs/tableColumnMaskingPolicyApplication.python.md index 5c2ab8c7f..4fa5c4e0b 100644 --- a/docs/tableColumnMaskingPolicyApplication.python.md +++ b/docs/tableColumnMaskingPolicyApplication.python.md @@ -4,7 +4,7 @@ ### TableColumnMaskingPolicyApplication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. #### Initializers @@ -42,7 +42,7 @@ tableColumnMaskingPolicyApplication.TableColumnMaskingPolicyApplication( | column | str | The column to apply the masking policy to. | | masking_policy | str | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | table | str | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -623,7 +623,7 @@ The construct id used in the generated config for the TableColumnMaskingPolicyAp The id of the existing TableColumnMaskingPolicyApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use --- @@ -942,7 +942,7 @@ tableColumnMaskingPolicyApplication.TableColumnMaskingPolicyApplicationConfig( | column | str | The column to apply the masking policy to. | | masking_policy | str | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | table | str | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -1026,7 +1026,7 @@ column: str The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -1040,7 +1040,7 @@ masking_policy: str Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -1054,7 +1054,7 @@ table: str The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -1066,7 +1066,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tableColumnMaskingPolicyApplication.typescript.md b/docs/tableColumnMaskingPolicyApplication.typescript.md index c3015d1fa..c10567f65 100644 --- a/docs/tableColumnMaskingPolicyApplication.typescript.md +++ b/docs/tableColumnMaskingPolicyApplication.typescript.md @@ -4,7 +4,7 @@ ### TableColumnMaskingPolicyApplication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the TableColumnMaskingPolicyAp The id of the existing TableColumnMaskingPolicyApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ const tableColumnMaskingPolicyApplicationConfig: tableColumnMaskingPolicyApplica | column | string | The column to apply the masking policy to. | | maskingPolicy | string | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | table | string | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -865,7 +865,7 @@ public readonly column: string; The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -879,7 +879,7 @@ public readonly maskingPolicy: string; Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -893,7 +893,7 @@ public readonly table: string; The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -905,7 +905,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tableConstraint.csharp.md b/docs/tableConstraint.csharp.md index 34f6053b4..be80c8a1f 100644 --- a/docs/tableConstraint.csharp.md +++ b/docs/tableConstraint.csharp.md @@ -4,7 +4,7 @@ ### TableConstraint -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint snowflake_table_constraint}. #### Initializers @@ -543,7 +543,7 @@ The construct id used in the generated config for the TableConstraint to import. The id of the existing TableConstraint that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1068,14 +1068,14 @@ new TableConstraintConfig { | Provisioners | object[] | *No description.* | | Columns | string[] | Columns to use in constraint key. | | Name | string | Name of constraint. | -| TableId | string | Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). | +| TableId | string | Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). | | Type | string | Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. | | Comment | string | Comment for the table constraint. | | Deferrable | object | Whether the constraint is deferrable. | | Enable | object | Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. | | Enforced | object | Whether the constraint is enforced. | | ForeignKeyProperties | TableConstraintForeignKeyProperties | foreign_key_properties block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. | | Initially | string | Whether the constraint is initially deferred or immediate. | | Rely | object | Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. | | Validate | object | Specifies whether to validate existing data on the table when a constraint is created. | @@ -1162,7 +1162,7 @@ public string[] Columns { get; set; } Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1176,7 +1176,7 @@ public string Name { get; set; } Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1188,9 +1188,9 @@ public string TableId { get; set; } - *Type:* string -Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). +Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -1204,7 +1204,7 @@ public string Type { get; set; } Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#type TableConstraint#type} --- @@ -1218,7 +1218,7 @@ public string Comment { get; set; } Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -1232,7 +1232,7 @@ public object Deferrable { get; set; } Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -1246,7 +1246,7 @@ public object Enable { get; set; } Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -1260,7 +1260,7 @@ public object Enforced { get; set; } Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -1274,7 +1274,7 @@ public TableConstraintForeignKeyProperties ForeignKeyProperties { get; set; } foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -1286,7 +1286,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1303,7 +1303,7 @@ public string Initially { get; set; } Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -1317,7 +1317,7 @@ public object Rely { get; set; } Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -1333,7 +1333,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1373,7 +1373,7 @@ public string Match { get; set; } The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1387,7 +1387,7 @@ public string OnDelete { get; set; } Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1401,7 +1401,7 @@ public string OnUpdate { get; set; } Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -1415,7 +1415,7 @@ public TableConstraintForeignKeyPropertiesReferences References { get; set; } references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1451,7 +1451,7 @@ public string[] Columns { get; set; } Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1465,7 +1465,7 @@ public string TableId { get; set; } Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.go.md b/docs/tableConstraint.go.md index 59c5e05fb..5489d0e68 100644 --- a/docs/tableConstraint.go.md +++ b/docs/tableConstraint.go.md @@ -4,7 +4,7 @@ ### TableConstraint -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint snowflake_table_constraint}. #### Initializers @@ -543,7 +543,7 @@ The construct id used in the generated config for the TableConstraint to import. The id of the existing TableConstraint that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1068,14 +1068,14 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/tableconstrai | Provisioners | *[]interface{} | *No description.* | | Columns | *[]*string | Columns to use in constraint key. | | Name | *string | Name of constraint. | -| TableId | *string | Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). | +| TableId | *string | Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). | | Type | *string | Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. | | Comment | *string | Comment for the table constraint. | | Deferrable | interface{} | Whether the constraint is deferrable. | | Enable | interface{} | Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. | | Enforced | interface{} | Whether the constraint is enforced. | | ForeignKeyProperties | TableConstraintForeignKeyProperties | foreign_key_properties block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. | | Initially | *string | Whether the constraint is initially deferred or immediate. | | Rely | interface{} | Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. | | Validate | interface{} | Specifies whether to validate existing data on the table when a constraint is created. | @@ -1162,7 +1162,7 @@ Columns *[]*string Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1176,7 +1176,7 @@ Name *string Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1188,9 +1188,9 @@ TableId *string - *Type:* *string -Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). +Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -1204,7 +1204,7 @@ Type *string Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#type TableConstraint#type} --- @@ -1218,7 +1218,7 @@ Comment *string Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -1232,7 +1232,7 @@ Deferrable interface{} Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -1246,7 +1246,7 @@ Enable interface{} Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -1260,7 +1260,7 @@ Enforced interface{} Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -1274,7 +1274,7 @@ ForeignKeyProperties TableConstraintForeignKeyProperties foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -1286,7 +1286,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1303,7 +1303,7 @@ Initially *string Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -1317,7 +1317,7 @@ Rely interface{} Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -1333,7 +1333,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1373,7 +1373,7 @@ Match *string The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1387,7 +1387,7 @@ OnDelete *string Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1401,7 +1401,7 @@ OnUpdate *string Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -1415,7 +1415,7 @@ References TableConstraintForeignKeyPropertiesReferences references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1451,7 +1451,7 @@ Columns *[]*string Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1465,7 +1465,7 @@ TableId *string Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.java.md b/docs/tableConstraint.java.md index f926b9f3f..1b0bba782 100644 --- a/docs/tableConstraint.java.md +++ b/docs/tableConstraint.java.md @@ -4,7 +4,7 @@ ### TableConstraint -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint snowflake_table_constraint}. #### Initializers @@ -57,14 +57,14 @@ TableConstraint.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | columns | java.util.List | Columns to use in constraint key. | | name | java.lang.String | Name of constraint. | -| tableId | java.lang.String | Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). | +| tableId | java.lang.String | Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). | | type | java.lang.String | Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. | | comment | java.lang.String | Comment for the table constraint. | | deferrable | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the constraint is deferrable. | | enable | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. | | enforced | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the constraint is enforced. | | foreignKeyProperties | TableConstraintForeignKeyProperties | foreign_key_properties block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. | | initially | java.lang.String | Whether the constraint is initially deferred or immediate. | | rely | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. | | validate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to validate existing data on the table when a constraint is created. | @@ -137,7 +137,7 @@ Must be unique amongst siblings in the same scope Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#name TableConstraint#name} --- @@ -155,9 +155,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). +Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#type TableConstraint#type} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -238,7 +238,7 @@ If you experience problems setting this value it might not be settable. Please t Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -260,7 +260,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -763,7 +763,7 @@ The construct id used in the generated config for the TableConstraint to import. The id of the existing TableConstraint that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1297,14 +1297,14 @@ TableConstraintConfig.builder() | provisioners | java.util.List | *No description.* | | columns | java.util.List | Columns to use in constraint key. | | name | java.lang.String | Name of constraint. | -| tableId | java.lang.String | Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). | +| tableId | java.lang.String | Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). | | type | java.lang.String | Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. | | comment | java.lang.String | Comment for the table constraint. | | deferrable | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the constraint is deferrable. | | enable | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. | | enforced | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the constraint is enforced. | | foreignKeyProperties | TableConstraintForeignKeyProperties | foreign_key_properties block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. | | initially | java.lang.String | Whether the constraint is initially deferred or immediate. | | rely | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. | | validate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to validate existing data on the table when a constraint is created. | @@ -1391,7 +1391,7 @@ public java.util.List getColumns(); Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1405,7 +1405,7 @@ public java.lang.String getName(); Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1417,9 +1417,9 @@ public java.lang.String getTableId(); - *Type:* java.lang.String -Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). +Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -1433,7 +1433,7 @@ public java.lang.String getType(); Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#type TableConstraint#type} --- @@ -1447,7 +1447,7 @@ public java.lang.String getComment(); Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -1461,7 +1461,7 @@ public java.lang.Object getDeferrable(); Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -1475,7 +1475,7 @@ public java.lang.Object getEnable(); Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -1489,7 +1489,7 @@ public java.lang.Object getEnforced(); Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -1503,7 +1503,7 @@ public TableConstraintForeignKeyProperties getForeignKeyProperties(); foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -1515,7 +1515,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1532,7 +1532,7 @@ public java.lang.String getInitially(); Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -1546,7 +1546,7 @@ public java.lang.Object getRely(); Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -1562,7 +1562,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1602,7 +1602,7 @@ public java.lang.String getMatch(); The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1616,7 +1616,7 @@ public java.lang.String getOnDelete(); Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1630,7 +1630,7 @@ public java.lang.String getOnUpdate(); Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -1644,7 +1644,7 @@ public TableConstraintForeignKeyPropertiesReferences getReferences(); references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1680,7 +1680,7 @@ public java.util.List getColumns(); Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1694,7 +1694,7 @@ public java.lang.String getTableId(); Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.python.md b/docs/tableConstraint.python.md index 029d5538d..627150481 100644 --- a/docs/tableConstraint.python.md +++ b/docs/tableConstraint.python.md @@ -4,7 +4,7 @@ ### TableConstraint -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint snowflake_table_constraint}. #### Initializers @@ -50,14 +50,14 @@ tableConstraint.TableConstraint( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | columns | typing.List[str] | Columns to use in constraint key. | | name | str | Name of constraint. | -| table_id | str | Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). | +| table_id | str | Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). | | type | str | Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. | | comment | str | Comment for the table constraint. | | deferrable | typing.Union[bool, cdktf.IResolvable] | Whether the constraint is deferrable. | | enable | typing.Union[bool, cdktf.IResolvable] | Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. | | enforced | typing.Union[bool, cdktf.IResolvable] | Whether the constraint is enforced. | | foreign_key_properties | TableConstraintForeignKeyProperties | foreign_key_properties block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. | | initially | str | Whether the constraint is initially deferred or immediate. | | rely | typing.Union[bool, cdktf.IResolvable] | Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. | | validate | typing.Union[bool, cdktf.IResolvable] | Specifies whether to validate existing data on the table when a constraint is created. | @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#name TableConstraint#name} --- @@ -148,9 +148,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). +Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#type TableConstraint#type} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -231,7 +231,7 @@ If you experience problems setting this value it might not be settable. Please t Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -253,7 +253,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -639,7 +639,7 @@ def put_foreign_key_properties( The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#match TableConstraint#match} --- @@ -649,7 +649,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -659,7 +659,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -669,7 +669,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#references TableConstraint#references} --- @@ -841,7 +841,7 @@ The construct id used in the generated config for the TableConstraint to import. The id of the existing TableConstraint that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1366,14 +1366,14 @@ tableConstraint.TableConstraintConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | columns | typing.List[str] | Columns to use in constraint key. | | name | str | Name of constraint. | -| table_id | str | Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). | +| table_id | str | Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). | | type | str | Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. | | comment | str | Comment for the table constraint. | | deferrable | typing.Union[bool, cdktf.IResolvable] | Whether the constraint is deferrable. | | enable | typing.Union[bool, cdktf.IResolvable] | Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. | | enforced | typing.Union[bool, cdktf.IResolvable] | Whether the constraint is enforced. | | foreign_key_properties | TableConstraintForeignKeyProperties | foreign_key_properties block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. | | initially | str | Whether the constraint is initially deferred or immediate. | | rely | typing.Union[bool, cdktf.IResolvable] | Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. | | validate | typing.Union[bool, cdktf.IResolvable] | Specifies whether to validate existing data on the table when a constraint is created. | @@ -1460,7 +1460,7 @@ columns: typing.List[str] Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1474,7 +1474,7 @@ name: str Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1486,9 +1486,9 @@ table_id: str - *Type:* str -Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). +Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -1502,7 +1502,7 @@ type: str Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#type TableConstraint#type} --- @@ -1516,7 +1516,7 @@ comment: str Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -1530,7 +1530,7 @@ deferrable: typing.Union[bool, IResolvable] Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -1544,7 +1544,7 @@ enable: typing.Union[bool, IResolvable] Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -1558,7 +1558,7 @@ enforced: typing.Union[bool, IResolvable] Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -1572,7 +1572,7 @@ foreign_key_properties: TableConstraintForeignKeyProperties foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -1584,7 +1584,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1601,7 +1601,7 @@ initially: str Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -1615,7 +1615,7 @@ rely: typing.Union[bool, IResolvable] Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -1631,7 +1631,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1671,7 +1671,7 @@ match: str The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1685,7 +1685,7 @@ on_delete: str Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1699,7 +1699,7 @@ on_update: str Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -1713,7 +1713,7 @@ references: TableConstraintForeignKeyPropertiesReferences references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1749,7 +1749,7 @@ columns: typing.List[str] Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1763,7 +1763,7 @@ table_id: str Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -2017,7 +2017,7 @@ def put_references( Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -2027,7 +2027,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.typescript.md b/docs/tableConstraint.typescript.md index 2c80d2cb5..571adea65 100644 --- a/docs/tableConstraint.typescript.md +++ b/docs/tableConstraint.typescript.md @@ -4,7 +4,7 @@ ### TableConstraint -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint snowflake_table_constraint}. #### Initializers @@ -543,7 +543,7 @@ The construct id used in the generated config for the TableConstraint to import. The id of the existing TableConstraint that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1047,14 +1047,14 @@ const tableConstraintConfig: tableConstraint.TableConstraintConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | columns | string[] | Columns to use in constraint key. | | name | string | Name of constraint. | -| tableId | string | Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). | +| tableId | string | Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). | | type | string | Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. | | comment | string | Comment for the table constraint. | | deferrable | boolean \| cdktf.IResolvable | Whether the constraint is deferrable. | | enable | boolean \| cdktf.IResolvable | Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. | | enforced | boolean \| cdktf.IResolvable | Whether the constraint is enforced. | | foreignKeyProperties | TableConstraintForeignKeyProperties | foreign_key_properties block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. | | initially | string | Whether the constraint is initially deferred or immediate. | | rely | boolean \| cdktf.IResolvable | Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. | | validate | boolean \| cdktf.IResolvable | Specifies whether to validate existing data on the table when a constraint is created. | @@ -1141,7 +1141,7 @@ public readonly columns: string[]; Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1155,7 +1155,7 @@ public readonly name: string; Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1167,9 +1167,9 @@ public readonly tableId: string; - *Type:* string -Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id). +Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -1183,7 +1183,7 @@ public readonly type: string; Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#type TableConstraint#type} --- @@ -1197,7 +1197,7 @@ public readonly comment: string; Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -1211,7 +1211,7 @@ public readonly deferrable: boolean | IResolvable; Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -1225,7 +1225,7 @@ public readonly enable: boolean | IResolvable; Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -1239,7 +1239,7 @@ public readonly enforced: boolean | IResolvable; Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -1253,7 +1253,7 @@ public readonly foreignKeyProperties: TableConstraintForeignKeyProperties; foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -1265,7 +1265,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1282,7 +1282,7 @@ public readonly initially: string; Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -1296,7 +1296,7 @@ public readonly rely: boolean | IResolvable; Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -1312,7 +1312,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1347,7 +1347,7 @@ public readonly match: string; The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1361,7 +1361,7 @@ public readonly onDelete: string; Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1375,7 +1375,7 @@ public readonly onUpdate: string; Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -1389,7 +1389,7 @@ public readonly references: TableConstraintForeignKeyPropertiesReferences; references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1422,7 +1422,7 @@ public readonly columns: string[]; Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1436,7 +1436,7 @@ public readonly tableId: string; Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableGrant.csharp.md b/docs/tableGrant.csharp.md index a9335c443..086810d51 100644 --- a/docs/tableGrant.csharp.md +++ b/docs/tableGrant.csharp.md @@ -4,7 +4,7 @@ ### TableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant snowflake_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant snowflake_table_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the TableGrant to import. The id of the existing TableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1046,7 +1046,7 @@ new TableGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database containing the current or future tables on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | Privilege | string | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1139,7 +1139,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -1155,7 +1155,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -1167,7 +1167,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1186,7 +1186,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -1202,7 +1202,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -1216,7 +1216,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -1232,7 +1232,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -1246,7 +1246,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#roles TableGrant#roles} --- @@ -1260,7 +1260,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -1274,7 +1274,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#shares TableGrant#shares} --- @@ -1288,7 +1288,7 @@ public string TableName { get; set; } The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -1302,7 +1302,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- diff --git a/docs/tableGrant.go.md b/docs/tableGrant.go.md index 4383a8d86..3e7c64c5d 100644 --- a/docs/tableGrant.go.md +++ b/docs/tableGrant.go.md @@ -4,7 +4,7 @@ ### TableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant snowflake_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant snowflake_table_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the TableGrant to import. The id of the existing TableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1046,7 +1046,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/tablegrant" | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database containing the current or future tables on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | Privilege | *string | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1139,7 +1139,7 @@ DatabaseName *string The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -1155,7 +1155,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -1167,7 +1167,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1186,7 +1186,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -1202,7 +1202,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -1216,7 +1216,7 @@ Privilege *string The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -1232,7 +1232,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -1246,7 +1246,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#roles TableGrant#roles} --- @@ -1260,7 +1260,7 @@ SchemaName *string The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -1274,7 +1274,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#shares TableGrant#shares} --- @@ -1288,7 +1288,7 @@ TableName *string The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -1302,7 +1302,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- diff --git a/docs/tableGrant.java.md b/docs/tableGrant.java.md index be3c62471..c1019b788 100644 --- a/docs/tableGrant.java.md +++ b/docs/tableGrant.java.md @@ -4,7 +4,7 @@ ### TableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant snowflake_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant snowflake_table_grant}. #### Initializers @@ -55,7 +55,7 @@ TableGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future tables on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -146,7 +146,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -169,7 +169,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -181,7 +181,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -203,7 +203,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#roles TableGrant#roles} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#shares TableGrant#shares} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- @@ -757,7 +757,7 @@ The construct id used in the generated config for the TableGrant to import. The id of the existing TableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1267,7 +1267,7 @@ TableGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future tables on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1360,7 +1360,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -1376,7 +1376,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -1388,7 +1388,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1407,7 +1407,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -1423,7 +1423,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -1437,7 +1437,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -1453,7 +1453,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -1467,7 +1467,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#roles TableGrant#roles} --- @@ -1481,7 +1481,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -1495,7 +1495,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#shares TableGrant#shares} --- @@ -1509,7 +1509,7 @@ public java.lang.String getTableName(); The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -1523,7 +1523,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- diff --git a/docs/tableGrant.python.md b/docs/tableGrant.python.md index 30114f619..09110a56f 100644 --- a/docs/tableGrant.python.md +++ b/docs/tableGrant.python.md @@ -4,7 +4,7 @@ ### TableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant snowflake_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant snowflake_table_grant}. #### Initializers @@ -49,7 +49,7 @@ tableGrant.TableGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future tables on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | privilege | str | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -140,7 +140,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -163,7 +163,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -175,7 +175,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -197,7 +197,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#roles TableGrant#roles} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#shares TableGrant#shares} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- @@ -797,7 +797,7 @@ The construct id used in the generated config for the TableGrant to import. The id of the existing TableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1299,7 +1299,7 @@ tableGrant.TableGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future tables on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | privilege | str | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1392,7 +1392,7 @@ database_name: str The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -1408,7 +1408,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -1420,7 +1420,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1439,7 +1439,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -1455,7 +1455,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -1469,7 +1469,7 @@ privilege: str The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -1485,7 +1485,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -1499,7 +1499,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#roles TableGrant#roles} --- @@ -1513,7 +1513,7 @@ schema_name: str The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -1527,7 +1527,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#shares TableGrant#shares} --- @@ -1541,7 +1541,7 @@ table_name: str The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -1555,7 +1555,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- diff --git a/docs/tableGrant.typescript.md b/docs/tableGrant.typescript.md index 013ed6b50..3f3639d40 100644 --- a/docs/tableGrant.typescript.md +++ b/docs/tableGrant.typescript.md @@ -4,7 +4,7 @@ ### TableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant snowflake_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant snowflake_table_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the TableGrant to import. The id of the existing TableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1026,7 +1026,7 @@ const tableGrantConfig: tableGrant.TableGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database containing the current or future tables on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | privilege | string | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1119,7 +1119,7 @@ public readonly databaseName: string; The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -1135,7 +1135,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -1147,7 +1147,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1166,7 +1166,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -1182,7 +1182,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -1196,7 +1196,7 @@ public readonly privilege: string; The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -1212,7 +1212,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -1226,7 +1226,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#roles TableGrant#roles} --- @@ -1240,7 +1240,7 @@ public readonly schemaName: string; The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -1254,7 +1254,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#shares TableGrant#shares} --- @@ -1268,7 +1268,7 @@ public readonly tableName: string; The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -1282,7 +1282,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- diff --git a/docs/tag.csharp.md b/docs/tag.csharp.md index 7cc17fd02..95920b9e2 100644 --- a/docs/tag.csharp.md +++ b/docs/tag.csharp.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag snowflake_tag}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -855,7 +855,7 @@ new TagConfig { | Schema | string | The schema in which to create the tag. | | AllowedValues | string[] | List of allowed values for the tag. | | Comment | string | Specifies a comment for the tag. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. | --- @@ -939,7 +939,7 @@ public string Database { get; set; } The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#database Tag#database} --- @@ -953,7 +953,7 @@ public string Name { get; set; } Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#name Tag#name} --- @@ -967,7 +967,7 @@ public string Schema { get; set; } The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#schema Tag#schema} --- @@ -981,7 +981,7 @@ public string[] AllowedValues { get; set; } List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -995,7 +995,7 @@ public string Comment { get; set; } Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#comment Tag#comment} --- @@ -1007,7 +1007,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tag.go.md b/docs/tag.go.md index dde6cca8a..a7b224eeb 100644 --- a/docs/tag.go.md +++ b/docs/tag.go.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag snowflake_tag}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -855,7 +855,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/tag" | Schema | *string | The schema in which to create the tag. | | AllowedValues | *[]*string | List of allowed values for the tag. | | Comment | *string | Specifies a comment for the tag. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. | --- @@ -939,7 +939,7 @@ Database *string The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#database Tag#database} --- @@ -953,7 +953,7 @@ Name *string Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#name Tag#name} --- @@ -967,7 +967,7 @@ Schema *string The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#schema Tag#schema} --- @@ -981,7 +981,7 @@ AllowedValues *[]*string List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -995,7 +995,7 @@ Comment *string Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#comment Tag#comment} --- @@ -1007,7 +1007,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tag.java.md b/docs/tag.java.md index e12503e21..318b6cd09 100644 --- a/docs/tag.java.md +++ b/docs/tag.java.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag snowflake_tag}. #### Initializers @@ -48,7 +48,7 @@ Tag.Builder.create(Construct scope, java.lang.String id) | schema | java.lang.String | The schema in which to create the tag. | | allowedValues | java.util.List | List of allowed values for the tag. | | comment | java.lang.String | Specifies a comment for the tag. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#database Tag#database} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#name Tag#name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#schema Tag#schema} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#comment Tag#comment} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -617,7 +617,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -988,7 +988,7 @@ TagConfig.builder() | schema | java.lang.String | The schema in which to create the tag. | | allowedValues | java.util.List | List of allowed values for the tag. | | comment | java.lang.String | Specifies a comment for the tag. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. | --- @@ -1072,7 +1072,7 @@ public java.lang.String getDatabase(); The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#database Tag#database} --- @@ -1086,7 +1086,7 @@ public java.lang.String getName(); Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#name Tag#name} --- @@ -1100,7 +1100,7 @@ public java.lang.String getSchema(); The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#schema Tag#schema} --- @@ -1114,7 +1114,7 @@ public java.util.List getAllowedValues(); List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -1128,7 +1128,7 @@ public java.lang.String getComment(); Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#comment Tag#comment} --- @@ -1140,7 +1140,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tag.python.md b/docs/tag.python.md index 308c249cc..77440b172 100644 --- a/docs/tag.python.md +++ b/docs/tag.python.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag snowflake_tag}. #### Initializers @@ -46,7 +46,7 @@ tag.Tag( | schema | str | The schema in which to create the tag. | | allowed_values | typing.List[str] | List of allowed values for the tag. | | comment | str | Specifies a comment for the tag. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#database Tag#database} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#name Tag#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#schema Tag#schema} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#comment Tag#comment} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -661,7 +661,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -1028,7 +1028,7 @@ tag.TagConfig( | schema | str | The schema in which to create the tag. | | allowed_values | typing.List[str] | List of allowed values for the tag. | | comment | str | Specifies a comment for the tag. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. | --- @@ -1112,7 +1112,7 @@ database: str The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#database Tag#database} --- @@ -1126,7 +1126,7 @@ name: str Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#name Tag#name} --- @@ -1140,7 +1140,7 @@ schema: str The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#schema Tag#schema} --- @@ -1154,7 +1154,7 @@ allowed_values: typing.List[str] List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -1168,7 +1168,7 @@ comment: str Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#comment Tag#comment} --- @@ -1180,7 +1180,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tag.typescript.md b/docs/tag.typescript.md index f60005892..919adc2c0 100644 --- a/docs/tag.typescript.md +++ b/docs/tag.typescript.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag snowflake_tag}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -841,7 +841,7 @@ const tagConfig: tag.TagConfig = { ... } | schema | string | The schema in which to create the tag. | | allowedValues | string[] | List of allowed values for the tag. | | comment | string | Specifies a comment for the tag. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. | --- @@ -925,7 +925,7 @@ public readonly database: string; The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#database Tag#database} --- @@ -939,7 +939,7 @@ public readonly name: string; Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#name Tag#name} --- @@ -953,7 +953,7 @@ public readonly schema: string; The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#schema Tag#schema} --- @@ -967,7 +967,7 @@ public readonly allowedValues: string[]; List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -981,7 +981,7 @@ public readonly comment: string; Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#comment Tag#comment} --- @@ -993,7 +993,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tagAssociation.csharp.md b/docs/tagAssociation.csharp.md index 7a48e1a39..059a09ad4 100644 --- a/docs/tagAssociation.csharp.md +++ b/docs/tagAssociation.csharp.md @@ -4,7 +4,7 @@ ### TagAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the TagAssociation to import. The id of the existing TagAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -933,7 +933,7 @@ new TagAssociationConfig { | ObjectType | string | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | TagId | string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | TagValue | string | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. | | ObjectName | string | Specifies the object identifier for the tag association. | | SkipValidation | object | If true, skips validation of the tag association. | | Timeouts | TagAssociationTimeouts | timeouts block. | @@ -1020,7 +1020,7 @@ public object ObjectIdentifier { get; set; } object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -1034,7 +1034,7 @@ public string ObjectType { get; set; } Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1048,7 +1048,7 @@ public string TagId { get; set; } Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1062,7 +1062,7 @@ public string TagValue { get; set; } Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1074,7 +1074,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1091,7 +1091,7 @@ public string ObjectName { get; set; } Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -1105,7 +1105,7 @@ public object SkipValidation { get; set; } If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1119,7 +1119,7 @@ public TagAssociationTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1157,7 +1157,7 @@ public string Name { get; set; } Name of the object to associate the tag with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#name TagAssociation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#name TagAssociation#name} --- @@ -1171,7 +1171,7 @@ public string Database { get; set; } Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#database TagAssociation#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#database TagAssociation#database} --- @@ -1185,7 +1185,7 @@ public string Schema { get; set; } Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#schema TagAssociation#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#schema TagAssociation#schema} --- @@ -1205,7 +1205,7 @@ new TagAssociationTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1217,7 +1217,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.go.md b/docs/tagAssociation.go.md index 165bef61e..7439d3ffe 100644 --- a/docs/tagAssociation.go.md +++ b/docs/tagAssociation.go.md @@ -4,7 +4,7 @@ ### TagAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the TagAssociation to import. The id of the existing TagAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -933,7 +933,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/tagassociatio | ObjectType | *string | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | TagId | *string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | TagValue | *string | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. | | ObjectName | *string | Specifies the object identifier for the tag association. | | SkipValidation | interface{} | If true, skips validation of the tag association. | | Timeouts | TagAssociationTimeouts | timeouts block. | @@ -1020,7 +1020,7 @@ ObjectIdentifier interface{} object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -1034,7 +1034,7 @@ ObjectType *string Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1048,7 +1048,7 @@ TagId *string Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1062,7 +1062,7 @@ TagValue *string Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1074,7 +1074,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1091,7 +1091,7 @@ ObjectName *string Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -1105,7 +1105,7 @@ SkipValidation interface{} If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1119,7 +1119,7 @@ Timeouts TagAssociationTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1157,7 +1157,7 @@ Name *string Name of the object to associate the tag with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#name TagAssociation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#name TagAssociation#name} --- @@ -1171,7 +1171,7 @@ Database *string Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#database TagAssociation#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#database TagAssociation#database} --- @@ -1185,7 +1185,7 @@ Schema *string Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#schema TagAssociation#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#schema TagAssociation#schema} --- @@ -1205,7 +1205,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/tagassociatio | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1217,7 +1217,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.java.md b/docs/tagAssociation.java.md index 8f6696c9a..0807592b6 100644 --- a/docs/tagAssociation.java.md +++ b/docs/tagAssociation.java.md @@ -4,7 +4,7 @@ ### TagAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -51,7 +51,7 @@ TagAssociation.Builder.create(Construct scope, java.lang.String id) | objectType | java.lang.String | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | tagId | java.lang.String | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | tagValue | java.lang.String | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. | | objectName | java.lang.String | Specifies the object identifier for the tag association. | | skipValidation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -676,7 +676,7 @@ The construct id used in the generated config for the TagAssociation to import. The id of the existing TagAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -1094,7 +1094,7 @@ TagAssociationConfig.builder() | objectType | java.lang.String | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | tagId | java.lang.String | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | tagValue | java.lang.String | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. | | objectName | java.lang.String | Specifies the object identifier for the tag association. | | skipValidation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -1181,7 +1181,7 @@ public java.lang.Object getObjectIdentifier(); object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -1195,7 +1195,7 @@ public java.lang.String getObjectType(); Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1209,7 +1209,7 @@ public java.lang.String getTagId(); Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1223,7 +1223,7 @@ public java.lang.String getTagValue(); Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1235,7 +1235,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1252,7 +1252,7 @@ public java.lang.String getObjectName(); Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -1266,7 +1266,7 @@ public java.lang.Object getSkipValidation(); If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1280,7 +1280,7 @@ public TagAssociationTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1318,7 +1318,7 @@ public java.lang.String getName(); Name of the object to associate the tag with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#name TagAssociation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#name TagAssociation#name} --- @@ -1332,7 +1332,7 @@ public java.lang.String getDatabase(); Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#database TagAssociation#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#database TagAssociation#database} --- @@ -1346,7 +1346,7 @@ public java.lang.String getSchema(); Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#schema TagAssociation#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#schema TagAssociation#schema} --- @@ -1366,7 +1366,7 @@ TagAssociationTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1378,7 +1378,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.python.md b/docs/tagAssociation.python.md index 54785ff71..700df93b2 100644 --- a/docs/tagAssociation.python.md +++ b/docs/tagAssociation.python.md @@ -4,7 +4,7 @@ ### TagAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -47,7 +47,7 @@ tagAssociation.TagAssociation( | object_type | str | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | tag_id | str | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | tag_value | str | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. | | object_name | str | Specifies the object identifier for the tag association. | | skip_validation | typing.Union[bool, cdktf.IResolvable] | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -582,7 +582,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create}. --- @@ -724,7 +724,7 @@ The construct id used in the generated config for the TagAssociation to import. The id of the existing TagAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -1136,7 +1136,7 @@ tagAssociation.TagAssociationConfig( | object_type | str | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | tag_id | str | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | tag_value | str | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. | | object_name | str | Specifies the object identifier for the tag association. | | skip_validation | typing.Union[bool, cdktf.IResolvable] | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -1223,7 +1223,7 @@ object_identifier: typing.Union[IResolvable, typing.List[TagAssociationObjectIde object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -1237,7 +1237,7 @@ object_type: str Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1251,7 +1251,7 @@ tag_id: str Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1265,7 +1265,7 @@ tag_value: str Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1277,7 +1277,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1294,7 +1294,7 @@ object_name: str Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -1308,7 +1308,7 @@ skip_validation: typing.Union[bool, IResolvable] If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1322,7 +1322,7 @@ timeouts: TagAssociationTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1360,7 +1360,7 @@ name: str Name of the object to associate the tag with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#name TagAssociation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#name TagAssociation#name} --- @@ -1374,7 +1374,7 @@ database: str Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#database TagAssociation#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#database TagAssociation#database} --- @@ -1388,7 +1388,7 @@ schema: str Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#schema TagAssociation#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#schema TagAssociation#schema} --- @@ -1408,7 +1408,7 @@ tagAssociation.TagAssociationTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1420,7 +1420,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.typescript.md b/docs/tagAssociation.typescript.md index 7cc99f5f5..1b9823a9b 100644 --- a/docs/tagAssociation.typescript.md +++ b/docs/tagAssociation.typescript.md @@ -4,7 +4,7 @@ ### TagAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the TagAssociation to import. The id of the existing TagAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ const tagAssociationConfig: tagAssociation.TagAssociationConfig = { ... } | objectType | string | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | tagId | string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | tagValue | string | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. | | objectName | string | Specifies the object identifier for the tag association. | | skipValidation | boolean \| cdktf.IResolvable | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -1004,7 +1004,7 @@ public readonly objectIdentifier: IResolvable | TagAssociationObjectIdentifier[] object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -1018,7 +1018,7 @@ public readonly objectType: string; Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1032,7 +1032,7 @@ public readonly tagId: string; Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1046,7 +1046,7 @@ public readonly tagValue: string; Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1058,7 +1058,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1075,7 +1075,7 @@ public readonly objectName: string; Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -1089,7 +1089,7 @@ public readonly skipValidation: boolean | IResolvable; If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1103,7 +1103,7 @@ public readonly timeouts: TagAssociationTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1137,7 +1137,7 @@ public readonly name: string; Name of the object to associate the tag with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#name TagAssociation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#name TagAssociation#name} --- @@ -1151,7 +1151,7 @@ public readonly database: string; Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#database TagAssociation#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#database TagAssociation#database} --- @@ -1165,7 +1165,7 @@ public readonly schema: string; Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#schema TagAssociation#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#schema TagAssociation#schema} --- @@ -1183,7 +1183,7 @@ const tagAssociationTimeouts: tagAssociation.TagAssociationTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1195,7 +1195,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagGrant.csharp.md b/docs/tagGrant.csharp.md index 5cc061af7..ceeb5dd81 100644 --- a/docs/tagGrant.csharp.md +++ b/docs/tagGrant.csharp.md @@ -4,7 +4,7 @@ ### TagGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant snowflake_tag_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant snowflake_tag_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the TagGrant to import. The id of the existing TagGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use --- @@ -944,7 +944,7 @@ new TagGrantConfig { | SchemaName | string | The name of the schema containing the tag on which to grant privileges. | | TagName | string | The name of the tag on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. | | Privilege | string | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -1032,7 +1032,7 @@ public string DatabaseName { get; set; } The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -1046,7 +1046,7 @@ public string SchemaName { get; set; } The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -1060,7 +1060,7 @@ public string TagName { get; set; } The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -1076,7 +1076,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -1088,7 +1088,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1105,7 +1105,7 @@ public string Privilege { get; set; } The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -1121,7 +1121,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -1135,7 +1135,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -1149,7 +1149,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- diff --git a/docs/tagGrant.go.md b/docs/tagGrant.go.md index 28914dbcc..1e3058e68 100644 --- a/docs/tagGrant.go.md +++ b/docs/tagGrant.go.md @@ -4,7 +4,7 @@ ### TagGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant snowflake_tag_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant snowflake_tag_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the TagGrant to import. The id of the existing TagGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use --- @@ -944,7 +944,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/taggrant" | SchemaName | *string | The name of the schema containing the tag on which to grant privileges. | | TagName | *string | The name of the tag on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. | | Privilege | *string | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -1032,7 +1032,7 @@ DatabaseName *string The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -1046,7 +1046,7 @@ SchemaName *string The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -1060,7 +1060,7 @@ TagName *string The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -1076,7 +1076,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -1088,7 +1088,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1105,7 +1105,7 @@ Privilege *string The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -1121,7 +1121,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -1135,7 +1135,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -1149,7 +1149,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- diff --git a/docs/tagGrant.java.md b/docs/tagGrant.java.md index edf36f56d..0b8226603 100644 --- a/docs/tagGrant.java.md +++ b/docs/tagGrant.java.md @@ -4,7 +4,7 @@ ### TagGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant snowflake_tag_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant snowflake_tag_grant}. #### Initializers @@ -52,7 +52,7 @@ TagGrant.Builder.create(Construct scope, java.lang.String id) | schemaName | java.lang.String | The name of the schema containing the tag on which to grant privileges. | | tagName | java.lang.String | The name of the tag on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. | | privilege | java.lang.String | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -158,7 +158,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -191,7 +191,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- @@ -680,7 +680,7 @@ The construct id used in the generated config for the TagGrant to import. The id of the existing TagGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use --- @@ -1121,7 +1121,7 @@ TagGrantConfig.builder() | schemaName | java.lang.String | The name of the schema containing the tag on which to grant privileges. | | tagName | java.lang.String | The name of the tag on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. | | privilege | java.lang.String | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1209,7 +1209,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -1223,7 +1223,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -1237,7 +1237,7 @@ public java.lang.String getTagName(); The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -1253,7 +1253,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -1265,7 +1265,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1282,7 +1282,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -1298,7 +1298,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -1312,7 +1312,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -1326,7 +1326,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- diff --git a/docs/tagGrant.python.md b/docs/tagGrant.python.md index f6c8e489d..084abf4a5 100644 --- a/docs/tagGrant.python.md +++ b/docs/tagGrant.python.md @@ -4,7 +4,7 @@ ### TagGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant snowflake_tag_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant snowflake_tag_grant}. #### Initializers @@ -48,7 +48,7 @@ tagGrant.TagGrant( | schema_name | str | The name of the schema containing the tag on which to grant privileges. | | tag_name | str | The name of the tag on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. | | privilege | str | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -187,7 +187,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- @@ -722,7 +722,7 @@ The construct id used in the generated config for the TagGrant to import. The id of the existing TagGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use --- @@ -1157,7 +1157,7 @@ tagGrant.TagGrantConfig( | schema_name | str | The name of the schema containing the tag on which to grant privileges. | | tag_name | str | The name of the tag on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. | | privilege | str | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1245,7 +1245,7 @@ database_name: str The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -1259,7 +1259,7 @@ schema_name: str The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -1273,7 +1273,7 @@ tag_name: str The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -1289,7 +1289,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -1301,7 +1301,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1318,7 +1318,7 @@ privilege: str The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -1334,7 +1334,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -1348,7 +1348,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -1362,7 +1362,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- diff --git a/docs/tagGrant.typescript.md b/docs/tagGrant.typescript.md index f22b20a77..d45e9cdad 100644 --- a/docs/tagGrant.typescript.md +++ b/docs/tagGrant.typescript.md @@ -4,7 +4,7 @@ ### TagGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant snowflake_tag_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant snowflake_tag_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the TagGrant to import. The id of the existing TagGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use --- @@ -927,7 +927,7 @@ const tagGrantConfig: tagGrant.TagGrantConfig = { ... } | schemaName | string | The name of the schema containing the tag on which to grant privileges. | | tagName | string | The name of the tag on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. | | privilege | string | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -1015,7 +1015,7 @@ public readonly databaseName: string; The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -1029,7 +1029,7 @@ public readonly schemaName: string; The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -1043,7 +1043,7 @@ public readonly tagName: string; The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -1059,7 +1059,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -1071,7 +1071,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1088,7 +1088,7 @@ public readonly privilege: string; The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -1104,7 +1104,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -1118,7 +1118,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -1132,7 +1132,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- diff --git a/docs/tagMaskingPolicyAssociation.csharp.md b/docs/tagMaskingPolicyAssociation.csharp.md index 153b11fdc..d81f87775 100644 --- a/docs/tagMaskingPolicyAssociation.csharp.md +++ b/docs/tagMaskingPolicyAssociation.csharp.md @@ -4,7 +4,7 @@ ### TagMaskingPolicyAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the TagMaskingPolicyAssociatio The id of the existing TagMaskingPolicyAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new TagMaskingPolicyAssociationConfig { | Provisioners | object[] | *No description.* | | MaskingPolicyId | string | The resource id of the masking policy. | | TagId | string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -853,7 +853,7 @@ public string MaskingPolicyId { get; set; } The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -867,7 +867,7 @@ public string TagId { get; set; } Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tagMaskingPolicyAssociation.go.md b/docs/tagMaskingPolicyAssociation.go.md index 5d604b84a..b744b077c 100644 --- a/docs/tagMaskingPolicyAssociation.go.md +++ b/docs/tagMaskingPolicyAssociation.go.md @@ -4,7 +4,7 @@ ### TagMaskingPolicyAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the TagMaskingPolicyAssociatio The id of the existing TagMaskingPolicyAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/tagmaskingpol | Provisioners | *[]interface{} | *No description.* | | MaskingPolicyId | *string | The resource id of the masking policy. | | TagId | *string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -853,7 +853,7 @@ MaskingPolicyId *string The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -867,7 +867,7 @@ TagId *string Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tagMaskingPolicyAssociation.java.md b/docs/tagMaskingPolicyAssociation.java.md index 1b13cbbb1..c97787a2a 100644 --- a/docs/tagMaskingPolicyAssociation.java.md +++ b/docs/tagMaskingPolicyAssociation.java.md @@ -4,7 +4,7 @@ ### TagMaskingPolicyAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. #### Initializers @@ -42,7 +42,7 @@ TagMaskingPolicyAssociation.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | maskingPolicyId | java.lang.String | The resource id of the masking policy. | | tagId | java.lang.String | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -567,7 +567,7 @@ The construct id used in the generated config for the TagMaskingPolicyAssociatio The id of the existing TagMaskingPolicyAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ TagMaskingPolicyAssociationConfig.builder() | provisioners | java.util.List | *No description.* | | maskingPolicyId | java.lang.String | The resource id of the masking policy. | | tagId | java.lang.String | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getMaskingPolicyId(); The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -964,7 +964,7 @@ public java.lang.String getTagId(); Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tagMaskingPolicyAssociation.python.md b/docs/tagMaskingPolicyAssociation.python.md index 65b5fe1fb..4a09ada76 100644 --- a/docs/tagMaskingPolicyAssociation.python.md +++ b/docs/tagMaskingPolicyAssociation.python.md @@ -4,7 +4,7 @@ ### TagMaskingPolicyAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. #### Initializers @@ -40,7 +40,7 @@ tagMaskingPolicyAssociation.TagMaskingPolicyAssociation( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | masking_policy_id | str | The resource id of the masking policy. | | tag_id | str | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -611,7 +611,7 @@ The construct id used in the generated config for the TagMaskingPolicyAssociatio The id of the existing TagMaskingPolicyAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ tagMaskingPolicyAssociation.TagMaskingPolicyAssociationConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | masking_policy_id | str | The resource id of the masking policy. | | tag_id | str | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -990,7 +990,7 @@ masking_policy_id: str The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -1004,7 +1004,7 @@ tag_id: str Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tagMaskingPolicyAssociation.typescript.md b/docs/tagMaskingPolicyAssociation.typescript.md index 28e66896c..274d8316a 100644 --- a/docs/tagMaskingPolicyAssociation.typescript.md +++ b/docs/tagMaskingPolicyAssociation.typescript.md @@ -4,7 +4,7 @@ ### TagMaskingPolicyAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the TagMaskingPolicyAssociatio The id of the existing TagMaskingPolicyAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const tagMaskingPolicyAssociationConfig: tagMaskingPolicyAssociation.TagMaskingP | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | maskingPolicyId | string | The resource id of the masking policy. | | tagId | string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -842,7 +842,7 @@ public readonly maskingPolicyId: string; The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -856,7 +856,7 @@ public readonly tagId: string; Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/task.csharp.md b/docs/task.csharp.md index 7d26b0b53..ad9742765 100644 --- a/docs/task.csharp.md +++ b/docs/task.csharp.md @@ -4,7 +4,7 @@ ### Task -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task snowflake_task}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the Task to import. The id of the existing Task that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -1182,7 +1182,7 @@ new TaskConfig { | Comment | string | Specifies a comment for the task. | | Enabled | object | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | ErrorIntegration | string | Specifies the name of the notification integration used for error notifications. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. | | Schedule | string | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | SessionParameters | System.Collections.Generic.IDictionary | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | SuspendTaskAfterNumFailures | double | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -1273,7 +1273,7 @@ public string Database { get; set; } The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#database Task#database} --- @@ -1289,7 +1289,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#name Task#name} --- @@ -1303,7 +1303,7 @@ public string Schema { get; set; } The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schema Task#schema} --- @@ -1317,7 +1317,7 @@ public string SqlStatement { get; set; } Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#sql_statement Task#sql_statement} --- @@ -1333,7 +1333,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#after Task#after} --- @@ -1347,7 +1347,7 @@ public object AllowOverlappingExecution { get; set; } By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -1361,7 +1361,7 @@ public string Comment { get; set; } Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#comment Task#comment} --- @@ -1375,7 +1375,7 @@ public object Enabled { get; set; } Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#enabled Task#enabled} --- @@ -1389,7 +1389,7 @@ public string ErrorIntegration { get; set; } Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#error_integration Task#error_integration} --- @@ -1401,7 +1401,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1418,7 +1418,7 @@ public string Schedule { get; set; } The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schedule Task#schedule} --- @@ -1432,7 +1432,7 @@ public System.Collections.Generic.IDictionary SessionParameters Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#session_parameters Task#session_parameters} --- @@ -1448,7 +1448,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -1464,7 +1464,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1478,7 +1478,7 @@ public double UserTaskTimeoutMs { get; set; } Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1494,7 +1494,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#warehouse Task#warehouse} --- @@ -1508,7 +1508,7 @@ public string When { get; set; } Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#when Task#when} --- diff --git a/docs/task.go.md b/docs/task.go.md index a80ebd8d2..e126c86cd 100644 --- a/docs/task.go.md +++ b/docs/task.go.md @@ -4,7 +4,7 @@ ### Task -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task snowflake_task}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the Task to import. The id of the existing Task that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -1182,7 +1182,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/task" | Comment | *string | Specifies a comment for the task. | | Enabled | interface{} | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | ErrorIntegration | *string | Specifies the name of the notification integration used for error notifications. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. | | Schedule | *string | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | SessionParameters | *map[string]*string | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | SuspendTaskAfterNumFailures | *f64 | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -1273,7 +1273,7 @@ Database *string The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#database Task#database} --- @@ -1289,7 +1289,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#name Task#name} --- @@ -1303,7 +1303,7 @@ Schema *string The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schema Task#schema} --- @@ -1317,7 +1317,7 @@ SqlStatement *string Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#sql_statement Task#sql_statement} --- @@ -1333,7 +1333,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#after Task#after} --- @@ -1347,7 +1347,7 @@ AllowOverlappingExecution interface{} By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -1361,7 +1361,7 @@ Comment *string Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#comment Task#comment} --- @@ -1375,7 +1375,7 @@ Enabled interface{} Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#enabled Task#enabled} --- @@ -1389,7 +1389,7 @@ ErrorIntegration *string Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#error_integration Task#error_integration} --- @@ -1401,7 +1401,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1418,7 +1418,7 @@ Schedule *string The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schedule Task#schedule} --- @@ -1432,7 +1432,7 @@ SessionParameters *map[string]*string Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#session_parameters Task#session_parameters} --- @@ -1448,7 +1448,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -1464,7 +1464,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1478,7 +1478,7 @@ UserTaskTimeoutMs *f64 Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1494,7 +1494,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#warehouse Task#warehouse} --- @@ -1508,7 +1508,7 @@ When *string Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#when Task#when} --- diff --git a/docs/task.java.md b/docs/task.java.md index bf5419448..ce7fce322 100644 --- a/docs/task.java.md +++ b/docs/task.java.md @@ -4,7 +4,7 @@ ### Task -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task snowflake_task}. #### Initializers @@ -65,7 +65,7 @@ Task.Builder.create(Construct scope, java.lang.String id) | comment | java.lang.String | Specifies a comment for the task. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | errorIntegration | java.lang.String | Specifies the name of the notification integration used for error notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. | | schedule | java.lang.String | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | sessionParameters | java.util.Map | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | suspendTaskAfterNumFailures | java.lang.Number | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#database Task#database} --- @@ -154,7 +154,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#name Task#name} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schema Task#schema} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#sql_statement Task#sql_statement} --- @@ -186,7 +186,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#after Task#after} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#comment Task#comment} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#enabled Task#enabled} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#error_integration Task#error_integration} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -247,7 +247,7 @@ If you experience problems setting this value it might not be settable. Please t The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schedule Task#schedule} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#session_parameters Task#session_parameters} --- @@ -269,7 +269,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -281,7 +281,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -303,7 +303,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#warehouse Task#warehouse} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#when Task#when} --- @@ -831,7 +831,7 @@ The construct id used in the generated config for the Task to import. The id of the existing Task that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -1461,7 +1461,7 @@ TaskConfig.builder() | comment | java.lang.String | Specifies a comment for the task. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | errorIntegration | java.lang.String | Specifies the name of the notification integration used for error notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. | | schedule | java.lang.String | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | sessionParameters | java.util.Map | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | suspendTaskAfterNumFailures | java.lang.Number | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -1552,7 +1552,7 @@ public java.lang.String getDatabase(); The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#database Task#database} --- @@ -1568,7 +1568,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#name Task#name} --- @@ -1582,7 +1582,7 @@ public java.lang.String getSchema(); The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schema Task#schema} --- @@ -1596,7 +1596,7 @@ public java.lang.String getSqlStatement(); Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#sql_statement Task#sql_statement} --- @@ -1612,7 +1612,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#after Task#after} --- @@ -1626,7 +1626,7 @@ public java.lang.Object getAllowOverlappingExecution(); By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -1640,7 +1640,7 @@ public java.lang.String getComment(); Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#comment Task#comment} --- @@ -1654,7 +1654,7 @@ public java.lang.Object getEnabled(); Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#enabled Task#enabled} --- @@ -1668,7 +1668,7 @@ public java.lang.String getErrorIntegration(); Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#error_integration Task#error_integration} --- @@ -1680,7 +1680,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1697,7 +1697,7 @@ public java.lang.String getSchedule(); The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schedule Task#schedule} --- @@ -1711,7 +1711,7 @@ public java.util.Map getSessionParameters(); Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#session_parameters Task#session_parameters} --- @@ -1727,7 +1727,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -1743,7 +1743,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1757,7 +1757,7 @@ public java.lang.Number getUserTaskTimeoutMs(); Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1773,7 +1773,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#warehouse Task#warehouse} --- @@ -1787,7 +1787,7 @@ public java.lang.String getWhen(); Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#when Task#when} --- diff --git a/docs/task.python.md b/docs/task.python.md index 7ccb87334..dfe392a31 100644 --- a/docs/task.python.md +++ b/docs/task.python.md @@ -4,7 +4,7 @@ ### Task -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task snowflake_task}. #### Initializers @@ -61,7 +61,7 @@ task.Task( | comment | str | Specifies a comment for the task. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | error_integration | str | Specifies the name of the notification integration used for error notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. | | schedule | str | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | session_parameters | typing.Mapping[str] | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | suspend_task_after_num_failures | typing.Union[int, float] | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#database Task#database} --- @@ -150,7 +150,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#name Task#name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schema Task#schema} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#sql_statement Task#sql_statement} --- @@ -182,7 +182,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#after Task#after} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#comment Task#comment} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#enabled Task#enabled} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#error_integration Task#error_integration} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -243,7 +243,7 @@ If you experience problems setting this value it might not be settable. Please t The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schedule Task#schedule} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#session_parameters Task#session_parameters} --- @@ -265,7 +265,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -277,7 +277,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -299,7 +299,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#warehouse Task#warehouse} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#when Task#when} --- @@ -873,7 +873,7 @@ The construct id used in the generated config for the Task to import. The id of the existing Task that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -1497,7 +1497,7 @@ task.TaskConfig( | comment | str | Specifies a comment for the task. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | error_integration | str | Specifies the name of the notification integration used for error notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. | | schedule | str | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | session_parameters | typing.Mapping[str] | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | suspend_task_after_num_failures | typing.Union[int, float] | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -1588,7 +1588,7 @@ database: str The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#database Task#database} --- @@ -1604,7 +1604,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#name Task#name} --- @@ -1618,7 +1618,7 @@ schema: str The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schema Task#schema} --- @@ -1632,7 +1632,7 @@ sql_statement: str Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#sql_statement Task#sql_statement} --- @@ -1648,7 +1648,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#after Task#after} --- @@ -1662,7 +1662,7 @@ allow_overlapping_execution: typing.Union[bool, IResolvable] By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -1676,7 +1676,7 @@ comment: str Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#comment Task#comment} --- @@ -1690,7 +1690,7 @@ enabled: typing.Union[bool, IResolvable] Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#enabled Task#enabled} --- @@ -1704,7 +1704,7 @@ error_integration: str Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#error_integration Task#error_integration} --- @@ -1716,7 +1716,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1733,7 +1733,7 @@ schedule: str The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schedule Task#schedule} --- @@ -1747,7 +1747,7 @@ session_parameters: typing.Mapping[str] Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#session_parameters Task#session_parameters} --- @@ -1763,7 +1763,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -1779,7 +1779,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1793,7 +1793,7 @@ user_task_timeout_ms: typing.Union[int, float] Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1809,7 +1809,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#warehouse Task#warehouse} --- @@ -1823,7 +1823,7 @@ when: str Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#when Task#when} --- diff --git a/docs/task.typescript.md b/docs/task.typescript.md index 170dfadfc..a580da091 100644 --- a/docs/task.typescript.md +++ b/docs/task.typescript.md @@ -4,7 +4,7 @@ ### Task -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task snowflake_task}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the Task to import. The id of the existing Task that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -1157,7 +1157,7 @@ const taskConfig: task.TaskConfig = { ... } | comment | string | Specifies a comment for the task. | | enabled | boolean \| cdktf.IResolvable | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | errorIntegration | string | Specifies the name of the notification integration used for error notifications. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. | | schedule | string | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | sessionParameters | {[ key: string ]: string} | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | suspendTaskAfterNumFailures | number | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -1248,7 +1248,7 @@ public readonly database: string; The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#database Task#database} --- @@ -1264,7 +1264,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#name Task#name} --- @@ -1278,7 +1278,7 @@ public readonly schema: string; The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schema Task#schema} --- @@ -1292,7 +1292,7 @@ public readonly sqlStatement: string; Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#sql_statement Task#sql_statement} --- @@ -1308,7 +1308,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#after Task#after} --- @@ -1322,7 +1322,7 @@ public readonly allowOverlappingExecution: boolean | IResolvable; By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -1336,7 +1336,7 @@ public readonly comment: string; Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#comment Task#comment} --- @@ -1350,7 +1350,7 @@ public readonly enabled: boolean | IResolvable; Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#enabled Task#enabled} --- @@ -1364,7 +1364,7 @@ public readonly errorIntegration: string; Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#error_integration Task#error_integration} --- @@ -1376,7 +1376,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1393,7 +1393,7 @@ public readonly schedule: string; The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schedule Task#schedule} --- @@ -1407,7 +1407,7 @@ public readonly sessionParameters: {[ key: string ]: string}; Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#session_parameters Task#session_parameters} --- @@ -1423,7 +1423,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -1439,7 +1439,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1453,7 +1453,7 @@ public readonly userTaskTimeoutMs: number; Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1469,7 +1469,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#warehouse Task#warehouse} --- @@ -1483,7 +1483,7 @@ public readonly when: string; Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#when Task#when} --- diff --git a/docs/taskGrant.csharp.md b/docs/taskGrant.csharp.md index 6d13382ee..1fd9155b4 100644 --- a/docs/taskGrant.csharp.md +++ b/docs/taskGrant.csharp.md @@ -4,7 +4,7 @@ ### TaskGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant snowflake_task_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant snowflake_task_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the TaskGrant to import. The id of the existing TaskGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use --- @@ -1010,7 +1010,7 @@ new TaskGrantConfig { | DatabaseName | string | The name of the database containing the current or future tasks on which to grant privileges. | | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | Privilege | string | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1101,7 +1101,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -1115,7 +1115,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -1131,7 +1131,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -1143,7 +1143,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -1178,7 +1178,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -1192,7 +1192,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -1208,7 +1208,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -1222,7 +1222,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -1236,7 +1236,7 @@ public string TaskName { get; set; } The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -1250,7 +1250,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- diff --git a/docs/taskGrant.go.md b/docs/taskGrant.go.md index 85071b002..fbd16029a 100644 --- a/docs/taskGrant.go.md +++ b/docs/taskGrant.go.md @@ -4,7 +4,7 @@ ### TaskGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant snowflake_task_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant snowflake_task_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the TaskGrant to import. The id of the existing TaskGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use --- @@ -1010,7 +1010,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/taskgrant" | DatabaseName | *string | The name of the database containing the current or future tasks on which to grant privileges. | | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | Privilege | *string | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1101,7 +1101,7 @@ DatabaseName *string The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -1115,7 +1115,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -1131,7 +1131,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -1143,7 +1143,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -1178,7 +1178,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -1192,7 +1192,7 @@ Privilege *string The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -1208,7 +1208,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -1222,7 +1222,7 @@ SchemaName *string The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -1236,7 +1236,7 @@ TaskName *string The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -1250,7 +1250,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- diff --git a/docs/taskGrant.java.md b/docs/taskGrant.java.md index 2446d4fc4..8d636ba95 100644 --- a/docs/taskGrant.java.md +++ b/docs/taskGrant.java.md @@ -4,7 +4,7 @@ ### TaskGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant snowflake_task_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant snowflake_task_grant}. #### Initializers @@ -55,7 +55,7 @@ TaskGrant.Builder.create(Construct scope, java.lang.String id) | databaseName | java.lang.String | The name of the database containing the current or future tasks on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -177,7 +177,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -189,7 +189,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -211,7 +211,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- @@ -731,7 +731,7 @@ The construct id used in the generated config for the TaskGrant to import. The id of the existing TaskGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use --- @@ -1219,7 +1219,7 @@ TaskGrantConfig.builder() | databaseName | java.lang.String | The name of the database containing the current or future tasks on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1310,7 +1310,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -1324,7 +1324,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -1340,7 +1340,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -1352,7 +1352,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1371,7 +1371,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -1387,7 +1387,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -1401,7 +1401,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -1417,7 +1417,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -1431,7 +1431,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -1445,7 +1445,7 @@ public java.lang.String getTaskName(); The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -1459,7 +1459,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- diff --git a/docs/taskGrant.python.md b/docs/taskGrant.python.md index 92da2cbb5..37fa2a5b7 100644 --- a/docs/taskGrant.python.md +++ b/docs/taskGrant.python.md @@ -4,7 +4,7 @@ ### TaskGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant snowflake_task_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant snowflake_task_grant}. #### Initializers @@ -49,7 +49,7 @@ taskGrant.TaskGrant( | database_name | str | The name of the database containing the current or future tasks on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | privilege | str | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -148,7 +148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -183,7 +183,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -205,7 +205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- @@ -771,7 +771,7 @@ The construct id used in the generated config for the TaskGrant to import. The id of the existing TaskGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use --- @@ -1251,7 +1251,7 @@ taskGrant.TaskGrantConfig( | database_name | str | The name of the database containing the current or future tasks on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | privilege | str | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1342,7 +1342,7 @@ database_name: str The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -1356,7 +1356,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -1372,7 +1372,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -1384,7 +1384,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1403,7 +1403,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -1419,7 +1419,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -1433,7 +1433,7 @@ privilege: str The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -1449,7 +1449,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -1463,7 +1463,7 @@ schema_name: str The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -1477,7 +1477,7 @@ task_name: str The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -1491,7 +1491,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- diff --git a/docs/taskGrant.typescript.md b/docs/taskGrant.typescript.md index b20ad44cd..c5ee05215 100644 --- a/docs/taskGrant.typescript.md +++ b/docs/taskGrant.typescript.md @@ -4,7 +4,7 @@ ### TaskGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant snowflake_task_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant snowflake_task_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the TaskGrant to import. The id of the existing TaskGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ const taskGrantConfig: taskGrant.TaskGrantConfig = { ... } | databaseName | string | The name of the database containing the current or future tasks on which to grant privileges. | | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | privilege | string | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1082,7 +1082,7 @@ public readonly databaseName: string; The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -1096,7 +1096,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -1112,7 +1112,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -1124,7 +1124,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1143,7 +1143,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -1159,7 +1159,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -1173,7 +1173,7 @@ public readonly privilege: string; The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -1189,7 +1189,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -1203,7 +1203,7 @@ public readonly schemaName: string; The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -1217,7 +1217,7 @@ public readonly taskName: string; The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -1231,7 +1231,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- diff --git a/docs/unsafeExecute.csharp.md b/docs/unsafeExecute.csharp.md index 8a7c78c12..3d624067e 100644 --- a/docs/unsafeExecute.csharp.md +++ b/docs/unsafeExecute.csharp.md @@ -4,7 +4,7 @@ ### UnsafeExecute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the UnsafeExecute to import. The id of the existing UnsafeExecute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ new UnsafeExecuteConfig { | Provisioners | object[] | *No description.* | | Execute | string | SQL statement to execute. Forces recreation of resource on change. | | Revert | string | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | Query | string | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -895,7 +895,7 @@ public string Execute { get; set; } SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -909,7 +909,7 @@ public string Revert { get; set; } SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -921,7 +921,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -938,7 +938,7 @@ public string Query { get; set; } Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#query UnsafeExecute#query} --- diff --git a/docs/unsafeExecute.go.md b/docs/unsafeExecute.go.md index 1b2b9feea..f49f22623 100644 --- a/docs/unsafeExecute.go.md +++ b/docs/unsafeExecute.go.md @@ -4,7 +4,7 @@ ### UnsafeExecute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the UnsafeExecute to import. The id of the existing UnsafeExecute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/unsafeexecute | Provisioners | *[]interface{} | *No description.* | | Execute | *string | SQL statement to execute. Forces recreation of resource on change. | | Revert | *string | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | Query | *string | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -895,7 +895,7 @@ Execute *string SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -909,7 +909,7 @@ Revert *string SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -921,7 +921,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -938,7 +938,7 @@ Query *string Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#query UnsafeExecute#query} --- diff --git a/docs/unsafeExecute.java.md b/docs/unsafeExecute.java.md index f8d7e8c99..9394293d9 100644 --- a/docs/unsafeExecute.java.md +++ b/docs/unsafeExecute.java.md @@ -4,7 +4,7 @@ ### UnsafeExecute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. #### Initializers @@ -43,7 +43,7 @@ UnsafeExecute.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | execute | java.lang.String | SQL statement to execute. Forces recreation of resource on change. | | revert | java.lang.String | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | query | java.lang.String | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#query UnsafeExecute#query} --- @@ -586,7 +586,7 @@ The construct id used in the generated config for the UnsafeExecute to import. The id of the existing UnsafeExecute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use --- @@ -919,7 +919,7 @@ UnsafeExecuteConfig.builder() | provisioners | java.util.List | *No description.* | | execute | java.lang.String | SQL statement to execute. Forces recreation of resource on change. | | revert | java.lang.String | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | query | java.lang.String | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -1004,7 +1004,7 @@ public java.lang.String getExecute(); SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -1018,7 +1018,7 @@ public java.lang.String getRevert(); SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -1030,7 +1030,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1047,7 +1047,7 @@ public java.lang.String getQuery(); Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#query UnsafeExecute#query} --- diff --git a/docs/unsafeExecute.python.md b/docs/unsafeExecute.python.md index f46cb9973..e58420913 100644 --- a/docs/unsafeExecute.python.md +++ b/docs/unsafeExecute.python.md @@ -4,7 +4,7 @@ ### UnsafeExecute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. #### Initializers @@ -41,7 +41,7 @@ unsafeExecute.UnsafeExecute( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | execute | str | SQL statement to execute. Forces recreation of resource on change. | | revert | str | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | query | str | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#query UnsafeExecute#query} --- @@ -630,7 +630,7 @@ The construct id used in the generated config for the UnsafeExecute to import. The id of the existing UnsafeExecute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use --- @@ -959,7 +959,7 @@ unsafeExecute.UnsafeExecuteConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | execute | str | SQL statement to execute. Forces recreation of resource on change. | | revert | str | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | query | str | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -1044,7 +1044,7 @@ execute: str SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -1058,7 +1058,7 @@ revert: str SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -1070,7 +1070,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1087,7 +1087,7 @@ query: str Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#query UnsafeExecute#query} --- diff --git a/docs/unsafeExecute.typescript.md b/docs/unsafeExecute.typescript.md index 8b8b13035..e44fbfacc 100644 --- a/docs/unsafeExecute.typescript.md +++ b/docs/unsafeExecute.typescript.md @@ -4,7 +4,7 @@ ### UnsafeExecute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the UnsafeExecute to import. The id of the existing UnsafeExecute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use --- @@ -798,7 +798,7 @@ const unsafeExecuteConfig: unsafeExecute.UnsafeExecuteConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | execute | string | SQL statement to execute. Forces recreation of resource on change. | | revert | string | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | query | string | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -883,7 +883,7 @@ public readonly execute: string; SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -897,7 +897,7 @@ public readonly revert: string; SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -909,7 +909,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -926,7 +926,7 @@ public readonly query: string; Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#query UnsafeExecute#query} --- diff --git a/docs/user.csharp.md b/docs/user.csharp.md index c514a7f78..21817d091 100644 --- a/docs/user.csharp.md +++ b/docs/user.csharp.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user snowflake_user}. #### Initializers @@ -579,7 +579,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1206,16 +1206,16 @@ new UserConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. | | DefaultNamespace | string | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | DefaultRole | string | Specifies the role that is active by default for the user’s session upon login. | | DefaultSecondaryRoles | string[] | Specifies the set of secondary roles that are active for the user’s session upon login. | | DefaultWarehouse | string | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. | +| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. | | DisplayName | string | Name displayed for the user in the Snowflake web interface. | | Email | string | Email address for the user. | | FirstName | string | First name of the user. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. | | LastName | string | Last name of the user. | | LoginName | string | The name users use to log in. If not supplied, snowflake will use name instead. | | MustChangePassword | object | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -1305,7 +1305,7 @@ public string Name { get; set; } Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#name User#name} --- @@ -1317,7 +1317,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. --- @@ -1331,7 +1331,7 @@ public string DefaultNamespace { get; set; } Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_namespace User#default_namespace} --- @@ -1345,7 +1345,7 @@ public string DefaultRole { get; set; } Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_role User#default_role} --- @@ -1361,7 +1361,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -1375,7 +1375,7 @@ public string DefaultWarehouse { get; set; } Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -1387,7 +1387,7 @@ public object Disabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. --- @@ -1401,7 +1401,7 @@ public string DisplayName { get; set; } Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#display_name User#display_name} --- @@ -1415,7 +1415,7 @@ public string Email { get; set; } Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#email User#email} --- @@ -1429,7 +1429,7 @@ public string FirstName { get; set; } First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#first_name User#first_name} --- @@ -1441,7 +1441,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1458,7 +1458,7 @@ public string LastName { get; set; } Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#last_name User#last_name} --- @@ -1472,7 +1472,7 @@ public string LoginName { get; set; } The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#login_name User#login_name} --- @@ -1486,7 +1486,7 @@ public object MustChangePassword { get; set; } Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#must_change_password User#must_change_password} --- @@ -1500,7 +1500,7 @@ public string Password { get; set; } **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#password User#password} --- @@ -1514,7 +1514,7 @@ public string RsaPublicKey { get; set; } Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -1530,7 +1530,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- diff --git a/docs/user.go.md b/docs/user.go.md index c9aefd7d8..5596b5065 100644 --- a/docs/user.go.md +++ b/docs/user.go.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user snowflake_user}. #### Initializers @@ -579,7 +579,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1206,16 +1206,16 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/user" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. | | DefaultNamespace | *string | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | DefaultRole | *string | Specifies the role that is active by default for the user’s session upon login. | | DefaultSecondaryRoles | *[]*string | Specifies the set of secondary roles that are active for the user’s session upon login. | | DefaultWarehouse | *string | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. | +| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. | | DisplayName | *string | Name displayed for the user in the Snowflake web interface. | | Email | *string | Email address for the user. | | FirstName | *string | First name of the user. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. | | LastName | *string | Last name of the user. | | LoginName | *string | The name users use to log in. If not supplied, snowflake will use name instead. | | MustChangePassword | interface{} | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -1305,7 +1305,7 @@ Name *string Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#name User#name} --- @@ -1317,7 +1317,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. --- @@ -1331,7 +1331,7 @@ DefaultNamespace *string Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_namespace User#default_namespace} --- @@ -1345,7 +1345,7 @@ DefaultRole *string Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_role User#default_role} --- @@ -1361,7 +1361,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -1375,7 +1375,7 @@ DefaultWarehouse *string Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -1387,7 +1387,7 @@ Disabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. --- @@ -1401,7 +1401,7 @@ DisplayName *string Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#display_name User#display_name} --- @@ -1415,7 +1415,7 @@ Email *string Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#email User#email} --- @@ -1429,7 +1429,7 @@ FirstName *string First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#first_name User#first_name} --- @@ -1441,7 +1441,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1458,7 +1458,7 @@ LastName *string Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#last_name User#last_name} --- @@ -1472,7 +1472,7 @@ LoginName *string The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#login_name User#login_name} --- @@ -1486,7 +1486,7 @@ MustChangePassword interface{} Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#must_change_password User#must_change_password} --- @@ -1500,7 +1500,7 @@ Password *string **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#password User#password} --- @@ -1514,7 +1514,7 @@ RsaPublicKey *string Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -1530,7 +1530,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- diff --git a/docs/user.java.md b/docs/user.java.md index 8b1c7a636..3ac8d43ad 100644 --- a/docs/user.java.md +++ b/docs/user.java.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user snowflake_user}. #### Initializers @@ -57,16 +57,16 @@ User.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. | | defaultNamespace | java.lang.String | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | defaultRole | java.lang.String | Specifies the role that is active by default for the user’s session upon login. | | defaultSecondaryRoles | java.util.List | Specifies the set of secondary roles that are active for the user’s session upon login. | | defaultWarehouse | java.lang.String | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. | | displayName | java.lang.String | Name displayed for the user in the Snowflake web interface. | | email | java.lang.String | Email address for the user. | | firstName | java.lang.String | First name of the user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. | | lastName | java.lang.String | Last name of the user. | | loginName | java.lang.String | The name users use to log in. If not supplied, snowflake will use name instead. | | mustChangePassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#name User#name} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_namespace User#default_namespace} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_role User#default_role} --- @@ -182,7 +182,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#display_name User#display_name} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#email User#email} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#first_name User#first_name} --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -251,7 +251,7 @@ If you experience problems setting this value it might not be settable. Please t Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#last_name User#last_name} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#login_name User#login_name} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#must_change_password User#must_change_password} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#password User#password} --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -303,7 +303,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- @@ -842,7 +842,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1475,16 +1475,16 @@ UserConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. | | defaultNamespace | java.lang.String | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | defaultRole | java.lang.String | Specifies the role that is active by default for the user’s session upon login. | | defaultSecondaryRoles | java.util.List | Specifies the set of secondary roles that are active for the user’s session upon login. | | defaultWarehouse | java.lang.String | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. | | displayName | java.lang.String | Name displayed for the user in the Snowflake web interface. | | email | java.lang.String | Email address for the user. | | firstName | java.lang.String | First name of the user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. | | lastName | java.lang.String | Last name of the user. | | loginName | java.lang.String | The name users use to log in. If not supplied, snowflake will use name instead. | | mustChangePassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -1574,7 +1574,7 @@ public java.lang.String getName(); Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#name User#name} --- @@ -1586,7 +1586,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. --- @@ -1600,7 +1600,7 @@ public java.lang.String getDefaultNamespace(); Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_namespace User#default_namespace} --- @@ -1614,7 +1614,7 @@ public java.lang.String getDefaultRole(); Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_role User#default_role} --- @@ -1630,7 +1630,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -1644,7 +1644,7 @@ public java.lang.String getDefaultWarehouse(); Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -1656,7 +1656,7 @@ public java.lang.Object getDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. --- @@ -1670,7 +1670,7 @@ public java.lang.String getDisplayName(); Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#display_name User#display_name} --- @@ -1684,7 +1684,7 @@ public java.lang.String getEmail(); Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#email User#email} --- @@ -1698,7 +1698,7 @@ public java.lang.String getFirstName(); First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#first_name User#first_name} --- @@ -1710,7 +1710,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1727,7 +1727,7 @@ public java.lang.String getLastName(); Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#last_name User#last_name} --- @@ -1741,7 +1741,7 @@ public java.lang.String getLoginName(); The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#login_name User#login_name} --- @@ -1755,7 +1755,7 @@ public java.lang.Object getMustChangePassword(); Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#must_change_password User#must_change_password} --- @@ -1769,7 +1769,7 @@ public java.lang.String getPassword(); **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#password User#password} --- @@ -1783,7 +1783,7 @@ public java.lang.String getRsaPublicKey(); Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -1799,7 +1799,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- diff --git a/docs/user.python.md b/docs/user.python.md index eee1aa033..7b0c82297 100644 --- a/docs/user.python.md +++ b/docs/user.python.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user snowflake_user}. #### Initializers @@ -53,16 +53,16 @@ user.User( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. | | default_namespace | str | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | default_role | str | Specifies the role that is active by default for the user’s session upon login. | | default_secondary_roles | typing.List[str] | Specifies the set of secondary roles that are active for the user’s session upon login. | | default_warehouse | str | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. | | display_name | str | Name displayed for the user in the Snowflake web interface. | | email | str | Email address for the user. | | first_name | str | First name of the user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. | | last_name | str | Last name of the user. | | login_name | str | The name users use to log in. If not supplied, snowflake will use name instead. | | must_change_password | typing.Union[bool, cdktf.IResolvable] | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#name User#name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_namespace User#default_namespace} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_role User#default_role} --- @@ -178,7 +178,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#display_name User#display_name} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#email User#email} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#first_name User#first_name} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -247,7 +247,7 @@ If you experience problems setting this value it might not be settable. Please t Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#last_name User#last_name} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#login_name User#login_name} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#must_change_password User#must_change_password} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#password User#password} --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -299,7 +299,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- @@ -884,7 +884,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1511,16 +1511,16 @@ user.UserConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. | | default_namespace | str | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | default_role | str | Specifies the role that is active by default for the user’s session upon login. | | default_secondary_roles | typing.List[str] | Specifies the set of secondary roles that are active for the user’s session upon login. | | default_warehouse | str | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. | | display_name | str | Name displayed for the user in the Snowflake web interface. | | email | str | Email address for the user. | | first_name | str | First name of the user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. | | last_name | str | Last name of the user. | | login_name | str | The name users use to log in. If not supplied, snowflake will use name instead. | | must_change_password | typing.Union[bool, cdktf.IResolvable] | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -1610,7 +1610,7 @@ name: str Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#name User#name} --- @@ -1622,7 +1622,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. --- @@ -1636,7 +1636,7 @@ default_namespace: str Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_namespace User#default_namespace} --- @@ -1650,7 +1650,7 @@ default_role: str Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_role User#default_role} --- @@ -1666,7 +1666,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -1680,7 +1680,7 @@ default_warehouse: str Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -1692,7 +1692,7 @@ disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. --- @@ -1706,7 +1706,7 @@ display_name: str Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#display_name User#display_name} --- @@ -1720,7 +1720,7 @@ email: str Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#email User#email} --- @@ -1734,7 +1734,7 @@ first_name: str First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#first_name User#first_name} --- @@ -1746,7 +1746,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1763,7 +1763,7 @@ last_name: str Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#last_name User#last_name} --- @@ -1777,7 +1777,7 @@ login_name: str The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#login_name User#login_name} --- @@ -1791,7 +1791,7 @@ must_change_password: typing.Union[bool, IResolvable] Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#must_change_password User#must_change_password} --- @@ -1805,7 +1805,7 @@ password: str **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#password User#password} --- @@ -1819,7 +1819,7 @@ rsa_public_key: str Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -1835,7 +1835,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- diff --git a/docs/user.typescript.md b/docs/user.typescript.md index fcef7acff..308accfe3 100644 --- a/docs/user.typescript.md +++ b/docs/user.typescript.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user snowflake_user}. #### Initializers @@ -579,7 +579,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1181,16 +1181,16 @@ const userConfig: user.UserConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. | | defaultNamespace | string | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | defaultRole | string | Specifies the role that is active by default for the user’s session upon login. | | defaultSecondaryRoles | string[] | Specifies the set of secondary roles that are active for the user’s session upon login. | | defaultWarehouse | string | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. | +| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. | | displayName | string | Name displayed for the user in the Snowflake web interface. | | email | string | Email address for the user. | | firstName | string | First name of the user. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. | | lastName | string | Last name of the user. | | loginName | string | The name users use to log in. If not supplied, snowflake will use name instead. | | mustChangePassword | boolean \| cdktf.IResolvable | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -1280,7 +1280,7 @@ public readonly name: string; Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#name User#name} --- @@ -1292,7 +1292,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment}. --- @@ -1306,7 +1306,7 @@ public readonly defaultNamespace: string; Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_namespace User#default_namespace} --- @@ -1320,7 +1320,7 @@ public readonly defaultRole: string; Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_role User#default_role} --- @@ -1336,7 +1336,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -1350,7 +1350,7 @@ public readonly defaultWarehouse: string; Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -1362,7 +1362,7 @@ public readonly disabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled}. --- @@ -1376,7 +1376,7 @@ public readonly displayName: string; Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#display_name User#display_name} --- @@ -1390,7 +1390,7 @@ public readonly email: string; Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#email User#email} --- @@ -1404,7 +1404,7 @@ public readonly firstName: string; First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#first_name User#first_name} --- @@ -1416,7 +1416,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1433,7 +1433,7 @@ public readonly lastName: string; Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#last_name User#last_name} --- @@ -1447,7 +1447,7 @@ public readonly loginName: string; The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#login_name User#login_name} --- @@ -1461,7 +1461,7 @@ public readonly mustChangePassword: boolean | IResolvable; Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#must_change_password User#must_change_password} --- @@ -1475,7 +1475,7 @@ public readonly password: string; **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#password User#password} --- @@ -1489,7 +1489,7 @@ public readonly rsaPublicKey: string; Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -1505,7 +1505,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- diff --git a/docs/userGrant.csharp.md b/docs/userGrant.csharp.md index 9da0dd570..3955427fb 100644 --- a/docs/userGrant.csharp.md +++ b/docs/userGrant.csharp.md @@ -4,7 +4,7 @@ ### UserGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant snowflake_user_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant snowflake_user_grant}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the UserGrant to import. The id of the existing UserGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use --- @@ -860,7 +860,7 @@ new UserGrantConfig { | Privilege | string | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | UserName | string | The name of the user on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. | | Roles | string[] | Grants privilege to these roles. | | WithGrantOption | object | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -946,7 +946,7 @@ public string Privilege { get; set; } The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -960,7 +960,7 @@ public string UserName { get; set; } The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -976,7 +976,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -988,7 +988,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1005,7 +1005,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#roles UserGrant#roles} --- @@ -1019,7 +1019,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- diff --git a/docs/userGrant.go.md b/docs/userGrant.go.md index 7d5b93518..5d8dd01cd 100644 --- a/docs/userGrant.go.md +++ b/docs/userGrant.go.md @@ -4,7 +4,7 @@ ### UserGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant snowflake_user_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant snowflake_user_grant}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the UserGrant to import. The id of the existing UserGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use --- @@ -860,7 +860,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/usergrant" | Privilege | *string | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | UserName | *string | The name of the user on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. | | Roles | *[]*string | Grants privilege to these roles. | | WithGrantOption | interface{} | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -946,7 +946,7 @@ Privilege *string The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -960,7 +960,7 @@ UserName *string The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -976,7 +976,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -988,7 +988,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1005,7 +1005,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#roles UserGrant#roles} --- @@ -1019,7 +1019,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- diff --git a/docs/userGrant.java.md b/docs/userGrant.java.md index 2d8baf472..306cbd31e 100644 --- a/docs/userGrant.java.md +++ b/docs/userGrant.java.md @@ -4,7 +4,7 @@ ### UserGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant snowflake_user_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant snowflake_user_grant}. #### Initializers @@ -48,7 +48,7 @@ UserGrant.Builder.create(Construct scope, java.lang.String id) | privilege | java.lang.String | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | userName | java.lang.String | The name of the user on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -142,7 +142,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -163,7 +163,7 @@ If you experience problems setting this value it might not be settable. Please t Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#roles UserGrant#roles} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- @@ -628,7 +628,7 @@ The construct id used in the generated config for the UserGrant to import. The id of the existing UserGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use --- @@ -999,7 +999,7 @@ UserGrantConfig.builder() | privilege | java.lang.String | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | userName | java.lang.String | The name of the user on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1085,7 +1085,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -1099,7 +1099,7 @@ public java.lang.String getUserName(); The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -1115,7 +1115,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -1127,7 +1127,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1144,7 +1144,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#roles UserGrant#roles} --- @@ -1158,7 +1158,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- diff --git a/docs/userGrant.python.md b/docs/userGrant.python.md index 72be1ca47..0c128036e 100644 --- a/docs/userGrant.python.md +++ b/docs/userGrant.python.md @@ -4,7 +4,7 @@ ### UserGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant snowflake_user_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant snowflake_user_grant}. #### Initializers @@ -44,7 +44,7 @@ userGrant.UserGrant( | privilege | str | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | user_name | str | The name of the user on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -138,7 +138,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -159,7 +159,7 @@ If you experience problems setting this value it might not be settable. Please t Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#roles UserGrant#roles} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- @@ -670,7 +670,7 @@ The construct id used in the generated config for the UserGrant to import. The id of the existing UserGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use --- @@ -1035,7 +1035,7 @@ userGrant.UserGrantConfig( | privilege | str | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | user_name | str | The name of the user on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1121,7 +1121,7 @@ privilege: str The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -1135,7 +1135,7 @@ user_name: str The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -1151,7 +1151,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -1163,7 +1163,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1180,7 +1180,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#roles UserGrant#roles} --- @@ -1194,7 +1194,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- diff --git a/docs/userGrant.typescript.md b/docs/userGrant.typescript.md index 0e75899e2..0f43bbee2 100644 --- a/docs/userGrant.typescript.md +++ b/docs/userGrant.typescript.md @@ -4,7 +4,7 @@ ### UserGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant snowflake_user_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant snowflake_user_grant}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the UserGrant to import. The id of the existing UserGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use --- @@ -846,7 +846,7 @@ const userGrantConfig: userGrant.UserGrantConfig = { ... } | privilege | string | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | userName | string | The name of the user on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. | | roles | string[] | Grants privilege to these roles. | | withGrantOption | boolean \| cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -932,7 +932,7 @@ public readonly privilege: string; The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -946,7 +946,7 @@ public readonly userName: string; The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -962,7 +962,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -974,7 +974,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -991,7 +991,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#roles UserGrant#roles} --- @@ -1005,7 +1005,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- diff --git a/docs/userOwnershipGrant.csharp.md b/docs/userOwnershipGrant.csharp.md index a6f30e11b..8acd17612 100644 --- a/docs/userOwnershipGrant.csharp.md +++ b/docs/userOwnershipGrant.csharp.md @@ -4,7 +4,7 @@ ### UserOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserOwnershipGrant to impo The id of the existing UserOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ new UserOwnershipGrantConfig { | OnUserName | string | The name of the user ownership is granted on. | | ToRoleName | string | The name of the role to grant ownership. | | CurrentGrants | string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | --- @@ -915,7 +915,7 @@ public string OnUserName { get; set; } The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -931,7 +931,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -945,7 +945,7 @@ public string CurrentGrants { get; set; } Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -957,7 +957,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -974,7 +974,7 @@ public string RevertOwnershipToRoleName { get; set; } The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/userOwnershipGrant.go.md b/docs/userOwnershipGrant.go.md index 83775da7b..e8a02adbe 100644 --- a/docs/userOwnershipGrant.go.md +++ b/docs/userOwnershipGrant.go.md @@ -4,7 +4,7 @@ ### UserOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserOwnershipGrant to impo The id of the existing UserOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/userownership | OnUserName | *string | The name of the user ownership is granted on. | | ToRoleName | *string | The name of the role to grant ownership. | | CurrentGrants | *string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | --- @@ -915,7 +915,7 @@ OnUserName *string The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -931,7 +931,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -945,7 +945,7 @@ CurrentGrants *string Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -957,7 +957,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -974,7 +974,7 @@ RevertOwnershipToRoleName *string The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/userOwnershipGrant.java.md b/docs/userOwnershipGrant.java.md index df7f059fa..c10dc068b 100644 --- a/docs/userOwnershipGrant.java.md +++ b/docs/userOwnershipGrant.java.md @@ -4,7 +4,7 @@ ### UserOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. #### Initializers @@ -45,7 +45,7 @@ UserOwnershipGrant.Builder.create(Construct scope, java.lang.String id) | onUserName | java.lang.String | The name of the user ownership is granted on. | | toRoleName | java.lang.String | The name of the role to grant ownership. | | currentGrants | java.lang.String | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -128,7 +128,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -159,7 +159,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- @@ -607,7 +607,7 @@ The construct id used in the generated config for the UserOwnershipGrant to impo The id of the existing UserOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -953,7 +953,7 @@ UserOwnershipGrantConfig.builder() | onUserName | java.lang.String | The name of the user ownership is granted on. | | toRoleName | java.lang.String | The name of the role to grant ownership. | | currentGrants | java.lang.String | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | --- @@ -1038,7 +1038,7 @@ public java.lang.String getOnUserName(); The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -1054,7 +1054,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -1068,7 +1068,7 @@ public java.lang.String getCurrentGrants(); Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -1080,7 +1080,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1097,7 +1097,7 @@ public java.lang.String getRevertOwnershipToRoleName(); The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/userOwnershipGrant.python.md b/docs/userOwnershipGrant.python.md index 15f00487e..df1abe692 100644 --- a/docs/userOwnershipGrant.python.md +++ b/docs/userOwnershipGrant.python.md @@ -4,7 +4,7 @@ ### UserOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. #### Initializers @@ -43,7 +43,7 @@ userOwnershipGrant.UserOwnershipGrant( | on_user_name | str | The name of the user ownership is granted on. | | to_role_name | str | The name of the role to grant ownership. | | current_grants | str | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -126,7 +126,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- @@ -651,7 +651,7 @@ The construct id used in the generated config for the UserOwnershipGrant to impo The id of the existing UserOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -993,7 +993,7 @@ userOwnershipGrant.UserOwnershipGrantConfig( | on_user_name | str | The name of the user ownership is granted on. | | to_role_name | str | The name of the role to grant ownership. | | current_grants | str | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | --- @@ -1078,7 +1078,7 @@ on_user_name: str The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -1094,7 +1094,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -1108,7 +1108,7 @@ current_grants: str Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -1120,7 +1120,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1137,7 +1137,7 @@ revert_ownership_to_role_name: str The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/userOwnershipGrant.typescript.md b/docs/userOwnershipGrant.typescript.md index 4284de3a5..94066f2f0 100644 --- a/docs/userOwnershipGrant.typescript.md +++ b/docs/userOwnershipGrant.typescript.md @@ -4,7 +4,7 @@ ### UserOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserOwnershipGrant to impo The id of the existing UserOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -817,7 +817,7 @@ const userOwnershipGrantConfig: userOwnershipGrant.UserOwnershipGrantConfig = { | onUserName | string | The name of the user ownership is granted on. | | toRoleName | string | The name of the role to grant ownership. | | currentGrants | string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | --- @@ -902,7 +902,7 @@ public readonly onUserName: string; The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -918,7 +918,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -932,7 +932,7 @@ public readonly currentGrants: string; Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -944,7 +944,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -961,7 +961,7 @@ public readonly revertOwnershipToRoleName: string; The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/userPasswordPolicyAttachment.csharp.md b/docs/userPasswordPolicyAttachment.csharp.md index 70ed404ab..b96efcf35 100644 --- a/docs/userPasswordPolicyAttachment.csharp.md +++ b/docs/userPasswordPolicyAttachment.csharp.md @@ -4,7 +4,7 @@ ### UserPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UserPasswordPolicyAttachme The id of the existing UserPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new UserPasswordPolicyAttachmentConfig { | Provisioners | object[] | *No description.* | | PasswordPolicyName | string | Fully qualified name of the password policy. | | UserName | string | User name of the user you want to attach the password policy to. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | --- @@ -853,7 +853,7 @@ public string PasswordPolicyName { get; set; } Fully qualified name of the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} --- @@ -867,7 +867,7 @@ public string UserName { get; set; } User name of the user you want to attach the password policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/userPasswordPolicyAttachment.go.md b/docs/userPasswordPolicyAttachment.go.md index 5f6b312bf..cb58df65b 100644 --- a/docs/userPasswordPolicyAttachment.go.md +++ b/docs/userPasswordPolicyAttachment.go.md @@ -4,7 +4,7 @@ ### UserPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UserPasswordPolicyAttachme The id of the existing UserPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/userpasswordp | Provisioners | *[]interface{} | *No description.* | | PasswordPolicyName | *string | Fully qualified name of the password policy. | | UserName | *string | User name of the user you want to attach the password policy to. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | --- @@ -853,7 +853,7 @@ PasswordPolicyName *string Fully qualified name of the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} --- @@ -867,7 +867,7 @@ UserName *string User name of the user you want to attach the password policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/userPasswordPolicyAttachment.java.md b/docs/userPasswordPolicyAttachment.java.md index 6b733364a..453a37249 100644 --- a/docs/userPasswordPolicyAttachment.java.md +++ b/docs/userPasswordPolicyAttachment.java.md @@ -4,7 +4,7 @@ ### UserPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. #### Initializers @@ -42,7 +42,7 @@ UserPasswordPolicyAttachment.Builder.create(Construct scope, java.lang.String id | provisioners | java.util.List | *No description.* | | passwordPolicyName | java.lang.String | Fully qualified name of the password policy. | | userName | java.lang.String | User name of the user you want to attach the password policy to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Fully qualified name of the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf User name of the user you want to attach the password policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -567,7 +567,7 @@ The construct id used in the generated config for the UserPasswordPolicyAttachme The id of the existing UserPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ UserPasswordPolicyAttachmentConfig.builder() | provisioners | java.util.List | *No description.* | | passwordPolicyName | java.lang.String | Fully qualified name of the password policy. | | userName | java.lang.String | User name of the user you want to attach the password policy to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getPasswordPolicyName(); Fully qualified name of the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} --- @@ -964,7 +964,7 @@ public java.lang.String getUserName(); User name of the user you want to attach the password policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/userPasswordPolicyAttachment.python.md b/docs/userPasswordPolicyAttachment.python.md index a27aa4459..c9708cbde 100644 --- a/docs/userPasswordPolicyAttachment.python.md +++ b/docs/userPasswordPolicyAttachment.python.md @@ -4,7 +4,7 @@ ### UserPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. #### Initializers @@ -40,7 +40,7 @@ userPasswordPolicyAttachment.UserPasswordPolicyAttachment( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | password_policy_name | str | Fully qualified name of the password policy. | | user_name | str | User name of the user you want to attach the password policy to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Fully qualified name of the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf User name of the user you want to attach the password policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -611,7 +611,7 @@ The construct id used in the generated config for the UserPasswordPolicyAttachme The id of the existing UserPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ userPasswordPolicyAttachment.UserPasswordPolicyAttachmentConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | password_policy_name | str | Fully qualified name of the password policy. | | user_name | str | User name of the user you want to attach the password policy to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | --- @@ -990,7 +990,7 @@ password_policy_name: str Fully qualified name of the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} --- @@ -1004,7 +1004,7 @@ user_name: str User name of the user you want to attach the password policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/userPasswordPolicyAttachment.typescript.md b/docs/userPasswordPolicyAttachment.typescript.md index 5f46d5355..d70e79db0 100644 --- a/docs/userPasswordPolicyAttachment.typescript.md +++ b/docs/userPasswordPolicyAttachment.typescript.md @@ -4,7 +4,7 @@ ### UserPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UserPasswordPolicyAttachme The id of the existing UserPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const userPasswordPolicyAttachmentConfig: userPasswordPolicyAttachment.UserPassw | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | passwordPolicyName | string | Fully qualified name of the password policy. | | userName | string | User name of the user you want to attach the password policy to. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | --- @@ -842,7 +842,7 @@ public readonly passwordPolicyName: string; Fully qualified name of the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} --- @@ -856,7 +856,7 @@ public readonly userName: string; User name of the user you want to attach the password policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/userPublicKeys.csharp.md b/docs/userPublicKeys.csharp.md index f93d7f475..481bc1f96 100644 --- a/docs/userPublicKeys.csharp.md +++ b/docs/userPublicKeys.csharp.md @@ -4,7 +4,7 @@ ### UserPublicKeys -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys snowflake_user_public_keys}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserPublicKeys to import. The id of the existing UserPublicKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use --- @@ -805,7 +805,7 @@ new UserPublicKeysConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | Name of the user. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | | RsaPublicKey | string | Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. | | RsaPublicKey2 | string | Specifies the user’s second RSA public key; | @@ -891,7 +891,7 @@ public string Name { get; set; } Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -903,7 +903,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -920,7 +920,7 @@ public string RsaPublicKey { get; set; } Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -936,7 +936,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} --- diff --git a/docs/userPublicKeys.go.md b/docs/userPublicKeys.go.md index 4a52ca178..277527fbb 100644 --- a/docs/userPublicKeys.go.md +++ b/docs/userPublicKeys.go.md @@ -4,7 +4,7 @@ ### UserPublicKeys -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys snowflake_user_public_keys}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserPublicKeys to import. The id of the existing UserPublicKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use --- @@ -805,7 +805,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/userpublickey | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | Name of the user. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | | RsaPublicKey | *string | Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. | | RsaPublicKey2 | *string | Specifies the user’s second RSA public key; | @@ -891,7 +891,7 @@ Name *string Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -903,7 +903,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -920,7 +920,7 @@ RsaPublicKey *string Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -936,7 +936,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} --- diff --git a/docs/userPublicKeys.java.md b/docs/userPublicKeys.java.md index 6f1fdeab0..5ae6ddb2b 100644 --- a/docs/userPublicKeys.java.md +++ b/docs/userPublicKeys.java.md @@ -4,7 +4,7 @@ ### UserPublicKeys -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys snowflake_user_public_keys}. #### Initializers @@ -42,7 +42,7 @@ UserPublicKeys.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | | rsaPublicKey | java.lang.String | Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. | | rsaPublicKey2 | java.lang.String | Specifies the user’s second RSA public key; | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -147,7 +147,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} --- @@ -595,7 +595,7 @@ The construct id used in the generated config for the UserPublicKeys to import. The id of the existing UserPublicKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use --- @@ -916,7 +916,7 @@ UserPublicKeysConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | | rsaPublicKey | java.lang.String | Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. | | rsaPublicKey2 | java.lang.String | Specifies the user’s second RSA public key; | @@ -1002,7 +1002,7 @@ public java.lang.String getName(); Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -1014,7 +1014,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1031,7 +1031,7 @@ public java.lang.String getRsaPublicKey(); Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -1047,7 +1047,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} --- diff --git a/docs/userPublicKeys.python.md b/docs/userPublicKeys.python.md index 69f3de9e8..69123cd0b 100644 --- a/docs/userPublicKeys.python.md +++ b/docs/userPublicKeys.python.md @@ -4,7 +4,7 @@ ### UserPublicKeys -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys snowflake_user_public_keys}. #### Initializers @@ -40,7 +40,7 @@ userPublicKeys.UserPublicKeys( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | | rsa_public_key | str | Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. | | rsa_public_key2 | str | Specifies the user’s second RSA public key; | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -145,7 +145,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} --- @@ -639,7 +639,7 @@ The construct id used in the generated config for the UserPublicKeys to import. The id of the existing UserPublicKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use --- @@ -956,7 +956,7 @@ userPublicKeys.UserPublicKeysConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | | rsa_public_key | str | Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. | | rsa_public_key2 | str | Specifies the user’s second RSA public key; | @@ -1042,7 +1042,7 @@ name: str Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -1054,7 +1054,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1071,7 +1071,7 @@ rsa_public_key: str Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -1087,7 +1087,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} --- diff --git a/docs/userPublicKeys.typescript.md b/docs/userPublicKeys.typescript.md index ba9c91beb..10b9b707b 100644 --- a/docs/userPublicKeys.typescript.md +++ b/docs/userPublicKeys.typescript.md @@ -4,7 +4,7 @@ ### UserPublicKeys -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys snowflake_user_public_keys}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserPublicKeys to import. The id of the existing UserPublicKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use --- @@ -793,7 +793,7 @@ const userPublicKeysConfig: userPublicKeys.UserPublicKeysConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | Name of the user. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | | rsaPublicKey | string | Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. | | rsaPublicKey2 | string | Specifies the user’s second RSA public key; | @@ -879,7 +879,7 @@ public readonly name: string; Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -891,7 +891,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -908,7 +908,7 @@ public readonly rsaPublicKey: string; Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -924,7 +924,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} --- diff --git a/docs/view.csharp.md b/docs/view.csharp.md index c656dd651..297ad65b5 100644 --- a/docs/view.csharp.md +++ b/docs/view.csharp.md @@ -4,7 +4,7 @@ ### View -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view snowflake_view}. #### Initializers @@ -522,7 +522,7 @@ The construct id used in the generated config for the View to import. The id of the existing View that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -993,7 +993,7 @@ new ViewConfig { | Statement | string | Specifies the query used to create the view. | | Comment | string | Specifies a comment for the view. | | CopyGrants | object | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. | | IsSecure | object | Specifies that the view is secure. | | OrReplace | object | Overwrites the View if it exists. | | Tag | object | tag block. | @@ -1080,7 +1080,7 @@ public string Database { get; set; } The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -1096,7 +1096,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -1110,7 +1110,7 @@ public string Schema { get; set; } The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- @@ -1124,7 +1124,7 @@ public string Statement { get; set; } Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#statement View#statement} --- @@ -1138,7 +1138,7 @@ public string Comment { get; set; } Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#comment View#comment} --- @@ -1152,7 +1152,9 @@ public object CopyGrants { get; set; } Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#copy_grants View#copy_grants} +OR REPLACE must be set when COPY GRANTS is set. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#copy_grants View#copy_grants} --- @@ -1164,7 +1166,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1181,7 +1183,7 @@ public object IsSecure { get; set; } Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#is_secure View#is_secure} --- @@ -1195,7 +1197,7 @@ public object OrReplace { get; set; } Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#or_replace View#or_replace} --- @@ -1209,7 +1211,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#tag View#tag} --- @@ -1249,7 +1251,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -1263,7 +1265,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#value View#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#value View#value} --- @@ -1277,7 +1279,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -1291,7 +1293,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- diff --git a/docs/view.go.md b/docs/view.go.md index f7b8b9d92..dcb1ba305 100644 --- a/docs/view.go.md +++ b/docs/view.go.md @@ -4,7 +4,7 @@ ### View -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view snowflake_view}. #### Initializers @@ -522,7 +522,7 @@ The construct id used in the generated config for the View to import. The id of the existing View that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -993,7 +993,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/view" | Statement | *string | Specifies the query used to create the view. | | Comment | *string | Specifies a comment for the view. | | CopyGrants | interface{} | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. | | IsSecure | interface{} | Specifies that the view is secure. | | OrReplace | interface{} | Overwrites the View if it exists. | | Tag | interface{} | tag block. | @@ -1080,7 +1080,7 @@ Database *string The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -1096,7 +1096,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -1110,7 +1110,7 @@ Schema *string The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- @@ -1124,7 +1124,7 @@ Statement *string Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#statement View#statement} --- @@ -1138,7 +1138,7 @@ Comment *string Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#comment View#comment} --- @@ -1152,7 +1152,9 @@ CopyGrants interface{} Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#copy_grants View#copy_grants} +OR REPLACE must be set when COPY GRANTS is set. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#copy_grants View#copy_grants} --- @@ -1164,7 +1166,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1181,7 +1183,7 @@ IsSecure interface{} Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#is_secure View#is_secure} --- @@ -1195,7 +1197,7 @@ OrReplace interface{} Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#or_replace View#or_replace} --- @@ -1209,7 +1211,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#tag View#tag} --- @@ -1249,7 +1251,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -1263,7 +1265,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#value View#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#value View#value} --- @@ -1277,7 +1279,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -1291,7 +1293,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- diff --git a/docs/view.java.md b/docs/view.java.md index 907c82adf..67d29baa0 100644 --- a/docs/view.java.md +++ b/docs/view.java.md @@ -4,7 +4,7 @@ ### View -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view snowflake_view}. #### Initializers @@ -57,7 +57,7 @@ View.Builder.create(Construct scope, java.lang.String id) | statement | java.lang.String | Specifies the query used to create the view. | | comment | java.lang.String | Specifies a comment for the view. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. | | isSecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies that the view is secure. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Overwrites the View if it exists. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<ViewTag> | tag block. | @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -142,7 +142,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#statement View#statement} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#comment View#comment} --- @@ -182,7 +182,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#copy_grants View#copy_grants} +OR REPLACE must be set when COPY GRANTS is set. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#copy_grants View#copy_grants} --- @@ -190,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -203,7 +205,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#is_secure View#is_secure} --- @@ -213,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#or_replace View#or_replace} --- @@ -223,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#tag View#tag} --- @@ -705,7 +707,7 @@ The construct id used in the generated config for the View to import. The id of the existing View that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -1184,7 +1186,7 @@ ViewConfig.builder() | statement | java.lang.String | Specifies the query used to create the view. | | comment | java.lang.String | Specifies a comment for the view. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. | | isSecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies that the view is secure. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Overwrites the View if it exists. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<ViewTag> | tag block. | @@ -1271,7 +1273,7 @@ public java.lang.String getDatabase(); The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -1287,7 +1289,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -1301,7 +1303,7 @@ public java.lang.String getSchema(); The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- @@ -1315,7 +1317,7 @@ public java.lang.String getStatement(); Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#statement View#statement} --- @@ -1329,7 +1331,7 @@ public java.lang.String getComment(); Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#comment View#comment} --- @@ -1343,7 +1345,9 @@ public java.lang.Object getCopyGrants(); Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#copy_grants View#copy_grants} +OR REPLACE must be set when COPY GRANTS is set. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#copy_grants View#copy_grants} --- @@ -1355,7 +1359,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1372,7 +1376,7 @@ public java.lang.Object getIsSecure(); Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#is_secure View#is_secure} --- @@ -1386,7 +1390,7 @@ public java.lang.Object getOrReplace(); Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#or_replace View#or_replace} --- @@ -1400,7 +1404,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#tag View#tag} --- @@ -1440,7 +1444,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -1454,7 +1458,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#value View#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#value View#value} --- @@ -1468,7 +1472,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -1482,7 +1486,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- diff --git a/docs/view.python.md b/docs/view.python.md index 846b4f654..9255304d5 100644 --- a/docs/view.python.md +++ b/docs/view.python.md @@ -4,7 +4,7 @@ ### View -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view snowflake_view}. #### Initializers @@ -51,7 +51,7 @@ view.View( | statement | str | Specifies the query used to create the view. | | comment | str | Specifies a comment for the view. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. | | is_secure | typing.Union[bool, cdktf.IResolvable] | Specifies that the view is secure. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Overwrites the View if it exists. | | tag | typing.Union[cdktf.IResolvable, typing.List[ViewTag]] | tag block. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -136,7 +136,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#statement View#statement} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#comment View#comment} --- @@ -176,7 +176,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#copy_grants View#copy_grants} +OR REPLACE must be set when COPY GRANTS is set. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#copy_grants View#copy_grants} --- @@ -184,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -197,7 +199,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#is_secure View#is_secure} --- @@ -207,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#or_replace View#or_replace} --- @@ -217,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#tag View#tag} --- @@ -747,7 +749,7 @@ The construct id used in the generated config for the View to import. The id of the existing View that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -1218,7 +1220,7 @@ view.ViewConfig( | statement | str | Specifies the query used to create the view. | | comment | str | Specifies a comment for the view. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. | | is_secure | typing.Union[bool, cdktf.IResolvable] | Specifies that the view is secure. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Overwrites the View if it exists. | | tag | typing.Union[cdktf.IResolvable, typing.List[ViewTag]] | tag block. | @@ -1305,7 +1307,7 @@ database: str The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -1321,7 +1323,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -1335,7 +1337,7 @@ schema: str The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- @@ -1349,7 +1351,7 @@ statement: str Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#statement View#statement} --- @@ -1363,7 +1365,7 @@ comment: str Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#comment View#comment} --- @@ -1377,7 +1379,9 @@ copy_grants: typing.Union[bool, IResolvable] Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#copy_grants View#copy_grants} +OR REPLACE must be set when COPY GRANTS is set. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#copy_grants View#copy_grants} --- @@ -1389,7 +1393,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1406,7 +1410,7 @@ is_secure: typing.Union[bool, IResolvable] Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#is_secure View#is_secure} --- @@ -1420,7 +1424,7 @@ or_replace: typing.Union[bool, IResolvable] Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#or_replace View#or_replace} --- @@ -1434,7 +1438,7 @@ tag: typing.Union[IResolvable, typing.List[ViewTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#tag View#tag} --- @@ -1474,7 +1478,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -1488,7 +1492,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#value View#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#value View#value} --- @@ -1502,7 +1506,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -1516,7 +1520,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- diff --git a/docs/view.typescript.md b/docs/view.typescript.md index 27b38d5dc..b10b7e276 100644 --- a/docs/view.typescript.md +++ b/docs/view.typescript.md @@ -4,7 +4,7 @@ ### View -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view snowflake_view}. #### Initializers @@ -522,7 +522,7 @@ The construct id used in the generated config for the View to import. The id of the existing View that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -975,7 +975,7 @@ const viewConfig: view.ViewConfig = { ... } | statement | string | Specifies the query used to create the view. | | comment | string | Specifies a comment for the view. | | copyGrants | boolean \| cdktf.IResolvable | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. | | isSecure | boolean \| cdktf.IResolvable | Specifies that the view is secure. | | orReplace | boolean \| cdktf.IResolvable | Overwrites the View if it exists. | | tag | cdktf.IResolvable \| ViewTag[] | tag block. | @@ -1062,7 +1062,7 @@ public readonly database: string; The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -1078,7 +1078,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -1092,7 +1092,7 @@ public readonly schema: string; The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- @@ -1106,7 +1106,7 @@ public readonly statement: string; Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#statement View#statement} --- @@ -1120,7 +1120,7 @@ public readonly comment: string; Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#comment View#comment} --- @@ -1134,7 +1134,9 @@ public readonly copyGrants: boolean | IResolvable; Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#copy_grants View#copy_grants} +OR REPLACE must be set when COPY GRANTS is set. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#copy_grants View#copy_grants} --- @@ -1146,7 +1148,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1163,7 +1165,7 @@ public readonly isSecure: boolean | IResolvable; Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#is_secure View#is_secure} --- @@ -1177,7 +1179,7 @@ public readonly orReplace: boolean | IResolvable; Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#or_replace View#or_replace} --- @@ -1191,7 +1193,7 @@ public readonly tag: IResolvable | ViewTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#tag View#tag} --- @@ -1226,7 +1228,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} --- @@ -1240,7 +1242,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#value View#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#value View#value} --- @@ -1254,7 +1256,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} --- @@ -1268,7 +1270,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} --- diff --git a/docs/viewGrant.csharp.md b/docs/viewGrant.csharp.md index c69da29d1..4904b94ab 100644 --- a/docs/viewGrant.csharp.md +++ b/docs/viewGrant.csharp.md @@ -4,7 +4,7 @@ ### ViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant snowflake_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant snowflake_view_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the ViewGrant to import. The id of the existing ViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1046,7 +1046,7 @@ new ViewGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database containing the current or future views on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | Privilege | string | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1139,7 +1139,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -1155,7 +1155,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -1167,7 +1167,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1186,7 +1186,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -1202,7 +1202,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -1216,7 +1216,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -1232,7 +1232,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -1246,7 +1246,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -1260,7 +1260,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -1274,7 +1274,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -1288,7 +1288,7 @@ public string ViewName { get; set; } The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -1302,7 +1302,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- diff --git a/docs/viewGrant.go.md b/docs/viewGrant.go.md index 4cae63068..6eb34d28c 100644 --- a/docs/viewGrant.go.md +++ b/docs/viewGrant.go.md @@ -4,7 +4,7 @@ ### ViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant snowflake_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant snowflake_view_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the ViewGrant to import. The id of the existing ViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1046,7 +1046,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/viewgrant" | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database containing the current or future views on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | Privilege | *string | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1139,7 +1139,7 @@ DatabaseName *string The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -1155,7 +1155,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -1167,7 +1167,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1186,7 +1186,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -1202,7 +1202,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -1216,7 +1216,7 @@ Privilege *string The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -1232,7 +1232,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -1246,7 +1246,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -1260,7 +1260,7 @@ SchemaName *string The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -1274,7 +1274,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -1288,7 +1288,7 @@ ViewName *string The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -1302,7 +1302,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- diff --git a/docs/viewGrant.java.md b/docs/viewGrant.java.md index ae18bd49c..6a333b28a 100644 --- a/docs/viewGrant.java.md +++ b/docs/viewGrant.java.md @@ -4,7 +4,7 @@ ### ViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant snowflake_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant snowflake_view_grant}. #### Initializers @@ -55,7 +55,7 @@ ViewGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future views on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -146,7 +146,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -169,7 +169,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -181,7 +181,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -203,7 +203,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- @@ -757,7 +757,7 @@ The construct id used in the generated config for the ViewGrant to import. The id of the existing ViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1267,7 +1267,7 @@ ViewGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future views on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1360,7 +1360,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -1376,7 +1376,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -1388,7 +1388,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1407,7 +1407,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -1423,7 +1423,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -1437,7 +1437,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -1453,7 +1453,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -1467,7 +1467,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -1481,7 +1481,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -1495,7 +1495,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -1509,7 +1509,7 @@ public java.lang.String getViewName(); The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -1523,7 +1523,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- diff --git a/docs/viewGrant.python.md b/docs/viewGrant.python.md index 800833929..402d7c128 100644 --- a/docs/viewGrant.python.md +++ b/docs/viewGrant.python.md @@ -4,7 +4,7 @@ ### ViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant snowflake_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant snowflake_view_grant}. #### Initializers @@ -49,7 +49,7 @@ viewGrant.ViewGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future views on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | privilege | str | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -140,7 +140,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -163,7 +163,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -175,7 +175,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -197,7 +197,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- @@ -797,7 +797,7 @@ The construct id used in the generated config for the ViewGrant to import. The id of the existing ViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1299,7 +1299,7 @@ viewGrant.ViewGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future views on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | privilege | str | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1392,7 +1392,7 @@ database_name: str The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -1408,7 +1408,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -1420,7 +1420,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1439,7 +1439,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -1455,7 +1455,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -1469,7 +1469,7 @@ privilege: str The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -1485,7 +1485,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -1499,7 +1499,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -1513,7 +1513,7 @@ schema_name: str The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -1527,7 +1527,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -1541,7 +1541,7 @@ view_name: str The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -1555,7 +1555,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- diff --git a/docs/viewGrant.typescript.md b/docs/viewGrant.typescript.md index 7cf489e17..771901d15 100644 --- a/docs/viewGrant.typescript.md +++ b/docs/viewGrant.typescript.md @@ -4,7 +4,7 @@ ### ViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant snowflake_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant snowflake_view_grant}. #### Initializers @@ -544,7 +544,7 @@ The construct id used in the generated config for the ViewGrant to import. The id of the existing ViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1026,7 +1026,7 @@ const viewGrantConfig: viewGrant.ViewGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database containing the current or future views on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | privilege | string | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1119,7 +1119,7 @@ public readonly databaseName: string; The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -1135,7 +1135,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -1147,7 +1147,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1166,7 +1166,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -1182,7 +1182,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -1196,7 +1196,7 @@ public readonly privilege: string; The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -1212,7 +1212,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -1226,7 +1226,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -1240,7 +1240,7 @@ public readonly schemaName: string; The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -1254,7 +1254,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -1268,7 +1268,7 @@ public readonly viewName: string; The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -1282,7 +1282,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- diff --git a/docs/warehouse.csharp.md b/docs/warehouse.csharp.md index 758a4e7c6..0edb25839 100644 --- a/docs/warehouse.csharp.md +++ b/docs/warehouse.csharp.md @@ -4,7 +4,7 @@ ### Warehouse -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -586,7 +586,7 @@ The construct id used in the generated config for the Warehouse to import. The id of the existing Warehouse that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1227,9 +1227,9 @@ new WarehouseConfig { | Name | string | Identifier for the virtual warehouse; must be unique for your account. | | AutoResume | object | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | AutoSuspend | double | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. | | EnableQueryAcceleration | object | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. | | InitiallySuspended | object | Specifies whether the warehouse is created initially in the ‘Suspended’ state. | | MaxClusterCount | double | Specifies the maximum number of server clusters for the warehouse. | | MaxConcurrencyLevel | double | Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. | @@ -1325,7 +1325,7 @@ public string Name { get; set; } Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#name Warehouse#name} --- @@ -1339,7 +1339,7 @@ public object AutoResume { get; set; } Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1353,7 +1353,7 @@ public double AutoSuspend { get; set; } Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1365,7 +1365,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -1379,7 +1379,7 @@ public object EnableQueryAcceleration { get; set; } Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1391,7 +1391,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1408,7 +1408,7 @@ public object InitiallySuspended { get; set; } Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1422,7 +1422,7 @@ public double MaxClusterCount { get; set; } Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1436,7 +1436,7 @@ public double MaxConcurrencyLevel { get; set; } Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1450,7 +1450,7 @@ public double MinClusterCount { get; set; } Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1466,7 +1466,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1480,7 +1480,7 @@ public string ResourceMonitor { get; set; } Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1494,7 +1494,7 @@ public string ScalingPolicy { get; set; } Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1508,7 +1508,7 @@ public double StatementQueuedTimeoutInSeconds { get; set; } Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1522,7 +1522,7 @@ public double StatementTimeoutInSeconds { get; set; } Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1536,7 +1536,7 @@ public object WaitForProvisioning { get; set; } Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -1552,7 +1552,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1566,7 +1566,7 @@ public string WarehouseType { get; set; } Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.go.md b/docs/warehouse.go.md index 5bd602aec..a9b7a367f 100644 --- a/docs/warehouse.go.md +++ b/docs/warehouse.go.md @@ -4,7 +4,7 @@ ### Warehouse -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -586,7 +586,7 @@ The construct id used in the generated config for the Warehouse to import. The id of the existing Warehouse that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1227,9 +1227,9 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/warehouse" | Name | *string | Identifier for the virtual warehouse; must be unique for your account. | | AutoResume | interface{} | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | AutoSuspend | *f64 | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. | | EnableQueryAcceleration | interface{} | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. | | InitiallySuspended | interface{} | Specifies whether the warehouse is created initially in the ‘Suspended’ state. | | MaxClusterCount | *f64 | Specifies the maximum number of server clusters for the warehouse. | | MaxConcurrencyLevel | *f64 | Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. | @@ -1325,7 +1325,7 @@ Name *string Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#name Warehouse#name} --- @@ -1339,7 +1339,7 @@ AutoResume interface{} Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1353,7 +1353,7 @@ AutoSuspend *f64 Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1365,7 +1365,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -1379,7 +1379,7 @@ EnableQueryAcceleration interface{} Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1391,7 +1391,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1408,7 +1408,7 @@ InitiallySuspended interface{} Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1422,7 +1422,7 @@ MaxClusterCount *f64 Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1436,7 +1436,7 @@ MaxConcurrencyLevel *f64 Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1450,7 +1450,7 @@ MinClusterCount *f64 Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1466,7 +1466,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1480,7 +1480,7 @@ ResourceMonitor *string Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1494,7 +1494,7 @@ ScalingPolicy *string Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1508,7 +1508,7 @@ StatementQueuedTimeoutInSeconds *f64 Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1522,7 +1522,7 @@ StatementTimeoutInSeconds *f64 Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1536,7 +1536,7 @@ WaitForProvisioning interface{} Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -1552,7 +1552,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1566,7 +1566,7 @@ WarehouseType *string Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.java.md b/docs/warehouse.java.md index 1e554c2e3..b174f9325 100644 --- a/docs/warehouse.java.md +++ b/docs/warehouse.java.md @@ -4,7 +4,7 @@ ### Warehouse -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -62,9 +62,9 @@ Warehouse.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Identifier for the virtual warehouse; must be unique for your account. | | autoResume | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | autoSuspend | java.lang.Number | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. | | enableQueryAcceleration | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. | | initiallySuspended | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the warehouse is created initially in the ‘Suspended’ state. | | maxClusterCount | java.lang.Number | Specifies the maximum number of server clusters for the warehouse. | | maxConcurrencyLevel | java.lang.Number | Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. | @@ -146,7 +146,7 @@ Must be unique amongst siblings in the same scope Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#name Warehouse#name} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -205,7 +205,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -247,7 +247,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -309,7 +309,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- @@ -865,7 +865,7 @@ The construct id used in the generated config for the Warehouse to import. The id of the existing Warehouse that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1514,9 +1514,9 @@ WarehouseConfig.builder() | name | java.lang.String | Identifier for the virtual warehouse; must be unique for your account. | | autoResume | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | autoSuspend | java.lang.Number | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. | | enableQueryAcceleration | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. | | initiallySuspended | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the warehouse is created initially in the ‘Suspended’ state. | | maxClusterCount | java.lang.Number | Specifies the maximum number of server clusters for the warehouse. | | maxConcurrencyLevel | java.lang.Number | Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. | @@ -1612,7 +1612,7 @@ public java.lang.String getName(); Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#name Warehouse#name} --- @@ -1626,7 +1626,7 @@ public java.lang.Object getAutoResume(); Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1640,7 +1640,7 @@ public java.lang.Number getAutoSuspend(); Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1652,7 +1652,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -1666,7 +1666,7 @@ public java.lang.Object getEnableQueryAcceleration(); Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1678,7 +1678,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1695,7 +1695,7 @@ public java.lang.Object getInitiallySuspended(); Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1709,7 +1709,7 @@ public java.lang.Number getMaxClusterCount(); Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1723,7 +1723,7 @@ public java.lang.Number getMaxConcurrencyLevel(); Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1737,7 +1737,7 @@ public java.lang.Number getMinClusterCount(); Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1753,7 +1753,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1767,7 +1767,7 @@ public java.lang.String getResourceMonitor(); Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1781,7 +1781,7 @@ public java.lang.String getScalingPolicy(); Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1795,7 +1795,7 @@ public java.lang.Number getStatementQueuedTimeoutInSeconds(); Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1809,7 +1809,7 @@ public java.lang.Number getStatementTimeoutInSeconds(); Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1823,7 +1823,7 @@ public java.lang.Object getWaitForProvisioning(); Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -1839,7 +1839,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1853,7 +1853,7 @@ public java.lang.String getWarehouseType(); Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.python.md b/docs/warehouse.python.md index dcf3d3cbc..9ca6ddbb4 100644 --- a/docs/warehouse.python.md +++ b/docs/warehouse.python.md @@ -4,7 +4,7 @@ ### Warehouse -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -56,9 +56,9 @@ warehouse.Warehouse( | name | str | Identifier for the virtual warehouse; must be unique for your account. | | auto_resume | typing.Union[bool, cdktf.IResolvable] | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | auto_suspend | typing.Union[int, float] | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. | | enable_query_acceleration | typing.Union[bool, cdktf.IResolvable] | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. | | initially_suspended | typing.Union[bool, cdktf.IResolvable] | Specifies whether the warehouse is created initially in the ‘Suspended’ state. | | max_cluster_count | typing.Union[int, float] | Specifies the maximum number of server clusters for the warehouse. | | max_concurrency_level | typing.Union[int, float] | Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. | @@ -140,7 +140,7 @@ Must be unique amongst siblings in the same scope Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#name Warehouse#name} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -199,7 +199,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -241,7 +241,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -303,7 +303,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- @@ -905,7 +905,7 @@ The construct id used in the generated config for the Warehouse to import. The id of the existing Warehouse that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1546,9 +1546,9 @@ warehouse.WarehouseConfig( | name | str | Identifier for the virtual warehouse; must be unique for your account. | | auto_resume | typing.Union[bool, cdktf.IResolvable] | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | auto_suspend | typing.Union[int, float] | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. | | enable_query_acceleration | typing.Union[bool, cdktf.IResolvable] | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. | | initially_suspended | typing.Union[bool, cdktf.IResolvable] | Specifies whether the warehouse is created initially in the ‘Suspended’ state. | | max_cluster_count | typing.Union[int, float] | Specifies the maximum number of server clusters for the warehouse. | | max_concurrency_level | typing.Union[int, float] | Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. | @@ -1644,7 +1644,7 @@ name: str Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#name Warehouse#name} --- @@ -1658,7 +1658,7 @@ auto_resume: typing.Union[bool, IResolvable] Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1672,7 +1672,7 @@ auto_suspend: typing.Union[int, float] Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1684,7 +1684,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -1698,7 +1698,7 @@ enable_query_acceleration: typing.Union[bool, IResolvable] Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1710,7 +1710,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1727,7 +1727,7 @@ initially_suspended: typing.Union[bool, IResolvable] Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1741,7 +1741,7 @@ max_cluster_count: typing.Union[int, float] Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1755,7 +1755,7 @@ max_concurrency_level: typing.Union[int, float] Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1769,7 +1769,7 @@ min_cluster_count: typing.Union[int, float] Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1785,7 +1785,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1799,7 +1799,7 @@ resource_monitor: str Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1813,7 +1813,7 @@ scaling_policy: str Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1827,7 +1827,7 @@ statement_queued_timeout_in_seconds: typing.Union[int, float] Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1841,7 +1841,7 @@ statement_timeout_in_seconds: typing.Union[int, float] Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1855,7 +1855,7 @@ wait_for_provisioning: typing.Union[bool, IResolvable] Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -1871,7 +1871,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1885,7 +1885,7 @@ warehouse_type: str Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.typescript.md b/docs/warehouse.typescript.md index 8076743c2..1610a7091 100644 --- a/docs/warehouse.typescript.md +++ b/docs/warehouse.typescript.md @@ -4,7 +4,7 @@ ### Warehouse -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -586,7 +586,7 @@ The construct id used in the generated config for the Warehouse to import. The id of the existing Warehouse that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1201,9 +1201,9 @@ const warehouseConfig: warehouse.WarehouseConfig = { ... } | name | string | Identifier for the virtual warehouse; must be unique for your account. | | autoResume | boolean \| cdktf.IResolvable | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | autoSuspend | number | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. | | enableQueryAcceleration | boolean \| cdktf.IResolvable | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. | | initiallySuspended | boolean \| cdktf.IResolvable | Specifies whether the warehouse is created initially in the ‘Suspended’ state. | | maxClusterCount | number | Specifies the maximum number of server clusters for the warehouse. | | maxConcurrencyLevel | number | Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. | @@ -1299,7 +1299,7 @@ public readonly name: string; Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#name Warehouse#name} --- @@ -1313,7 +1313,7 @@ public readonly autoResume: boolean | IResolvable; Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1327,7 +1327,7 @@ public readonly autoSuspend: number; Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1339,7 +1339,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -1353,7 +1353,7 @@ public readonly enableQueryAcceleration: boolean | IResolvable; Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1365,7 +1365,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1382,7 +1382,7 @@ public readonly initiallySuspended: boolean | IResolvable; Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1396,7 +1396,7 @@ public readonly maxClusterCount: number; Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1410,7 +1410,7 @@ public readonly maxConcurrencyLevel: number; Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1424,7 +1424,7 @@ public readonly minClusterCount: number; Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1440,7 +1440,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1454,7 +1454,7 @@ public readonly resourceMonitor: string; Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1468,7 +1468,7 @@ public readonly scalingPolicy: string; Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1482,7 +1482,7 @@ public readonly statementQueuedTimeoutInSeconds: number; Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1496,7 +1496,7 @@ public readonly statementTimeoutInSeconds: number; Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1510,7 +1510,7 @@ public readonly waitForProvisioning: boolean | IResolvable; Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -1526,7 +1526,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1540,7 +1540,7 @@ public readonly warehouseType: string; Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouseGrant.csharp.md b/docs/warehouseGrant.csharp.md index ccf2af8f0..00da2a985 100644 --- a/docs/warehouseGrant.csharp.md +++ b/docs/warehouseGrant.csharp.md @@ -4,7 +4,7 @@ ### WarehouseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the WarehouseGrant to import. The id of the existing WarehouseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use --- @@ -896,7 +896,7 @@ new WarehouseGrantConfig { | Provisioners | object[] | *No description.* | | WarehouseName | string | The name of the warehouse on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | Privilege | string | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -984,7 +984,7 @@ public string WarehouseName { get; set; } The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -1000,7 +1000,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -1012,7 +1012,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1029,7 +1029,7 @@ public string Privilege { get; set; } The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -1045,7 +1045,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -1059,7 +1059,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -1073,7 +1073,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- diff --git a/docs/warehouseGrant.go.md b/docs/warehouseGrant.go.md index cacd6b9ad..3252e3489 100644 --- a/docs/warehouseGrant.go.md +++ b/docs/warehouseGrant.go.md @@ -4,7 +4,7 @@ ### WarehouseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the WarehouseGrant to import. The id of the existing WarehouseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use --- @@ -896,7 +896,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v11/warehousegran | Provisioners | *[]interface{} | *No description.* | | WarehouseName | *string | The name of the warehouse on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | Privilege | *string | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -984,7 +984,7 @@ WarehouseName *string The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -1000,7 +1000,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -1012,7 +1012,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1029,7 +1029,7 @@ Privilege *string The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -1045,7 +1045,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -1059,7 +1059,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -1073,7 +1073,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- diff --git a/docs/warehouseGrant.java.md b/docs/warehouseGrant.java.md index 9d60f2897..e122a87b6 100644 --- a/docs/warehouseGrant.java.md +++ b/docs/warehouseGrant.java.md @@ -4,7 +4,7 @@ ### WarehouseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. #### Initializers @@ -48,7 +48,7 @@ WarehouseGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | warehouseName | java.lang.String | The name of the warehouse on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | privilege | java.lang.String | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -134,7 +134,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -167,7 +167,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- @@ -656,7 +656,7 @@ The construct id used in the generated config for the WarehouseGrant to import. The id of the existing WarehouseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use --- @@ -1049,7 +1049,7 @@ WarehouseGrantConfig.builder() | provisioners | java.util.List | *No description.* | | warehouseName | java.lang.String | The name of the warehouse on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | privilege | java.lang.String | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1137,7 +1137,7 @@ public java.lang.String getWarehouseName(); The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -1153,7 +1153,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -1165,7 +1165,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1182,7 +1182,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -1198,7 +1198,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -1212,7 +1212,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -1226,7 +1226,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- diff --git a/docs/warehouseGrant.python.md b/docs/warehouseGrant.python.md index ad8330c7a..6f4a6becf 100644 --- a/docs/warehouseGrant.python.md +++ b/docs/warehouseGrant.python.md @@ -4,7 +4,7 @@ ### WarehouseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. #### Initializers @@ -44,7 +44,7 @@ warehouseGrant.WarehouseGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | warehouse_name | str | The name of the warehouse on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | privilege | str | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -130,7 +130,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -163,7 +163,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- @@ -698,7 +698,7 @@ The construct id used in the generated config for the WarehouseGrant to import. The id of the existing WarehouseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use --- @@ -1085,7 +1085,7 @@ warehouseGrant.WarehouseGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | warehouse_name | str | The name of the warehouse on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | privilege | str | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1173,7 +1173,7 @@ warehouse_name: str The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -1189,7 +1189,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -1201,7 +1201,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1218,7 +1218,7 @@ privilege: str The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -1234,7 +1234,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -1248,7 +1248,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -1262,7 +1262,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- diff --git a/docs/warehouseGrant.typescript.md b/docs/warehouseGrant.typescript.md index 4c76824f3..4831de537 100644 --- a/docs/warehouseGrant.typescript.md +++ b/docs/warehouseGrant.typescript.md @@ -4,7 +4,7 @@ ### WarehouseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the WarehouseGrant to import. The id of the existing WarehouseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use --- @@ -881,7 +881,7 @@ const warehouseGrantConfig: warehouseGrant.WarehouseGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | warehouseName | string | The name of the warehouse on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | privilege | string | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -969,7 +969,7 @@ public readonly warehouseName: string; The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -985,7 +985,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -997,7 +997,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1014,7 +1014,7 @@ public readonly privilege: string; The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -1030,7 +1030,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -1044,7 +1044,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -1058,7 +1058,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- diff --git a/package.json b/package.json index 577c6a1a3..ccd8e7c6d 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "isDeprecated": false, "provider": { "name": "registry.terraform.io/snowflake-labs/snowflake", - "version": "0.86.0" + "version": "0.87.0" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/src/account-grant/README.md b/src/account-grant/README.md index af5b1c58c..33c39a99b 100644 --- a/src/account-grant/README.md +++ b/src/account-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_account_grant` -Refer to the Terraform Registry for docs: [`snowflake_account_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant). +Refer to the Terraform Registry for docs: [`snowflake_account_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant). diff --git a/src/account-grant/index.ts b/src/account-grant/index.ts index da1c6912f..9470e5e0b 100644 --- a/src/account-grant/index.ts +++ b/src/account-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface AccountGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#id AccountGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#id AccountGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +28,25 @@ export interface AccountGrantConfig extends cdktf.TerraformMetaArguments { /** * The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#privilege AccountGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#privilege AccountGrant#privilege} */ readonly privilege?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#roles AccountGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#roles AccountGrant#roles} */ readonly roles?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant snowflake_account_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant snowflake_account_grant} */ export class AccountGrant extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class AccountGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a AccountGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AccountGrant to import - * @param importFromId The id of the existing AccountGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AccountGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AccountGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class AccountGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_grant snowflake_account_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_grant snowflake_account_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class AccountGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_account_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/account-parameter/README.md b/src/account-parameter/README.md index 5c46edda6..f13cb2be2 100644 --- a/src/account-parameter/README.md +++ b/src/account-parameter/README.md @@ -1,3 +1,3 @@ # `snowflake_account_parameter` -Refer to the Terraform Registry for docs: [`snowflake_account_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter). +Refer to the Terraform Registry for docs: [`snowflake_account_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter). diff --git a/src/account-parameter/index.ts b/src/account-parameter/index.ts index 23332c225..f0a5fa622 100644 --- a/src/account-parameter/index.ts +++ b/src/account-parameter/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface AccountParameterConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#id AccountParameter#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#id AccountParameter#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,19 +22,19 @@ export interface AccountParameterConfig extends cdktf.TerraformMetaArguments { /** * Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#key AccountParameter#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#key AccountParameter#key} */ readonly key: string; /** * Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#value AccountParameter#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#value AccountParameter#value} */ readonly value: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter snowflake_account_parameter} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter snowflake_account_parameter} */ export class AccountParameter extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class AccountParameter extends cdktf.TerraformResource { * Generates CDKTF code for importing a AccountParameter resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AccountParameter to import - * @param importFromId The id of the existing AccountParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AccountParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AccountParameter to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class AccountParameter extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_parameter snowflake_account_parameter} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_parameter snowflake_account_parameter} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class AccountParameter extends cdktf.TerraformResource { terraformResourceType: 'snowflake_account_parameter', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/account-password-policy-attachment/README.md b/src/account-password-policy-attachment/README.md index 564beeab6..59c1c4024 100644 --- a/src/account-password-policy-attachment/README.md +++ b/src/account-password-policy-attachment/README.md @@ -1,3 +1,3 @@ # `snowflake_account_password_policy_attachment` -Refer to the Terraform Registry for docs: [`snowflake_account_password_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment). +Refer to the Terraform Registry for docs: [`snowflake_account_password_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment). diff --git a/src/account-password-policy-attachment/index.ts b/src/account-password-policy-attachment/index.ts index 0237ddd64..f2b8c41ca 100644 --- a/src/account-password-policy-attachment/index.ts +++ b/src/account-password-policy-attachment/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface AccountPasswordPolicyAttachmentConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,13 +22,13 @@ export interface AccountPasswordPolicyAttachmentConfig extends cdktf.TerraformMe /** * Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} */ readonly passwordPolicy: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment} */ export class AccountPasswordPolicyAttachment extends cdktf.TerraformResource { @@ -44,7 +44,7 @@ export class AccountPasswordPolicyAttachment extends cdktf.TerraformResource { * Generates CDKTF code for importing a AccountPasswordPolicyAttachment resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AccountPasswordPolicyAttachment to import - * @param importFromId The id of the existing AccountPasswordPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AccountPasswordPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AccountPasswordPolicyAttachment to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class AccountPasswordPolicyAttachment extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class AccountPasswordPolicyAttachment extends cdktf.TerraformResource { terraformResourceType: 'snowflake_account_password_policy_attachment', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/account/README.md b/src/account/README.md index d33268cca..836423185 100644 --- a/src/account/README.md +++ b/src/account/README.md @@ -1,3 +1,3 @@ # `snowflake_account` -Refer to the Terraform Registry for docs: [`snowflake_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account). +Refer to the Terraform Registry for docs: [`snowflake_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account). diff --git a/src/account/index.ts b/src/account/index.ts index 160131a4b..93e89e994 100644 --- a/src/account/index.ts +++ b/src/account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,53 +15,53 @@ export interface AccountConfig extends cdktf.TerraformMetaArguments { /** * Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_name Account#admin_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_name Account#admin_name} */ readonly adminName: string; /** * Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_password Account#admin_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_password Account#admin_password} */ readonly adminPassword?: string; /** * Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} */ readonly adminRsaPublicKey?: string; /** * Specifies a comment for the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#comment Account#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#comment Account#comment} */ readonly comment?: string; /** * [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#edition Account#edition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#edition Account#edition} */ readonly edition: string; /** * Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#email Account#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#email Account#email} */ readonly email: string; /** * First name of the initial administrative user of the account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#first_name Account#first_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#first_name Account#first_name} */ readonly firstName?: string; /** * Specifies the number of days to wait before dropping the account. The default is 3 days. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} */ readonly gracePeriodInDays?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#id Account#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#id Account#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -70,37 +70,37 @@ export interface AccountConfig extends cdktf.TerraformMetaArguments { /** * Last name of the initial administrative user of the account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#last_name Account#last_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#last_name Account#last_name} */ readonly lastName?: string; /** * Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#must_change_password Account#must_change_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#must_change_password Account#must_change_password} */ readonly mustChangePassword?: boolean | cdktf.IResolvable; /** * Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#name Account#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#name Account#name} */ readonly name: string; /** * ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region Account#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region Account#region} */ readonly region?: string; /** * ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#region_group Account#region_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#region_group Account#region_group} */ readonly regionGroup?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account snowflake_account} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account snowflake_account} */ export class Account extends cdktf.TerraformResource { @@ -116,7 +116,7 @@ export class Account extends cdktf.TerraformResource { * Generates CDKTF code for importing a Account resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Account to import - * @param importFromId The id of the existing Account that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Account that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Account to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -128,7 +128,7 @@ export class Account extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/account snowflake_account} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/account snowflake_account} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -139,7 +139,7 @@ export class Account extends cdktf.TerraformResource { terraformResourceType: 'snowflake_account', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/alert/README.md b/src/alert/README.md index 9f27422b9..e53a0326f 100644 --- a/src/alert/README.md +++ b/src/alert/README.md @@ -1,3 +1,3 @@ # `snowflake_alert` -Refer to the Terraform Registry for docs: [`snowflake_alert`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert). +Refer to the Terraform Registry for docs: [`snowflake_alert`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert). diff --git a/src/alert/index.ts b/src/alert/index.ts index 089895677..06e2ea467 100644 --- a/src/alert/index.ts +++ b/src/alert/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +15,35 @@ export interface AlertConfig extends cdktf.TerraformMetaArguments { /** * The SQL statement that should be executed if the condition returns one or more rows. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#action Alert#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#action Alert#action} */ readonly action: string; /** * Specifies a comment for the alert. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#comment Alert#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#comment Alert#comment} */ readonly comment?: string; /** * The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#condition Alert#condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#condition Alert#condition} */ readonly condition: string; /** * The database in which to create the alert. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#database Alert#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#database Alert#database} */ readonly database: string; /** * Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#enabled Alert#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#enabled Alert#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#id Alert#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#id Alert#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -52,25 +52,25 @@ export interface AlertConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#name Alert#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#name Alert#name} */ readonly name: string; /** * The schema in which to create the alert. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#schema Alert#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#schema Alert#schema} */ readonly schema: string; /** * The warehouse the alert will use. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#warehouse Alert#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#warehouse Alert#warehouse} */ readonly warehouse: string; /** * alert_schedule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#alert_schedule Alert#alert_schedule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#alert_schedule Alert#alert_schedule} */ readonly alertSchedule?: AlertAlertSchedule; } @@ -78,13 +78,13 @@ export interface AlertAlertScheduleCron { /** * Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#expression Alert#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#expression Alert#expression} */ readonly expression: string; /** * Specifies the time zone for alert refresh. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#time_zone Alert#time_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#time_zone Alert#time_zone} */ readonly timeZone: string; } @@ -193,13 +193,13 @@ export interface AlertAlertSchedule { /** * Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#interval Alert#interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#interval Alert#interval} */ readonly interval?: number; /** * cron block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#cron Alert#cron} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#cron Alert#cron} */ readonly cron?: AlertAlertScheduleCron; } @@ -312,7 +312,7 @@ export class AlertAlertScheduleOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert snowflake_alert} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert snowflake_alert} */ export class Alert extends cdktf.TerraformResource { @@ -328,7 +328,7 @@ export class Alert extends cdktf.TerraformResource { * Generates CDKTF code for importing a Alert resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Alert to import - * @param importFromId The id of the existing Alert that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Alert that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Alert to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -340,7 +340,7 @@ export class Alert extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/alert snowflake_alert} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/alert snowflake_alert} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -351,7 +351,7 @@ export class Alert extends cdktf.TerraformResource { terraformResourceType: 'snowflake_alert', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/api-integration/README.md b/src/api-integration/README.md index 806070d80..e92a9b383 100644 --- a/src/api-integration/README.md +++ b/src/api-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_api_integration` -Refer to the Terraform Registry for docs: [`snowflake_api_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration). +Refer to the Terraform Registry for docs: [`snowflake_api_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration). diff --git a/src/api-integration/index.ts b/src/api-integration/index.ts index 1621bb518..856634b9c 100644 --- a/src/api-integration/index.ts +++ b/src/api-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,69 +15,69 @@ export interface ApiIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} */ readonly apiAllowedPrefixes: string[]; /** * ARN of a cloud platform role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} */ readonly apiAwsRoleArn?: string; /** * Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} */ readonly apiBlockedPrefixes?: string[]; /** * The service account used for communication with the Google API Gateway. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} */ readonly apiGcpServiceAccount?: string; /** * The API key (also called a “subscription key”). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_key ApiIntegration#api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_key ApiIntegration#api_key} */ readonly apiKey?: string; /** * Specifies the HTTPS proxy service type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} */ readonly apiProvider: string; /** * The 'Application (client) id' of the Azure AD app for your remote service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} */ readonly azureAdApplicationId?: string; /** * Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} */ readonly azureTenantId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#comment ApiIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#comment ApiIntegration#comment} */ readonly comment?: string; /** * Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#enabled ApiIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#enabled ApiIntegration#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} */ readonly googleAudience?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#id ApiIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#id ApiIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -86,13 +86,13 @@ export interface ApiIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#name ApiIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#name ApiIntegration#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration snowflake_api_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration snowflake_api_integration} */ export class ApiIntegration extends cdktf.TerraformResource { @@ -108,7 +108,7 @@ export class ApiIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a ApiIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ApiIntegration to import - * @param importFromId The id of the existing ApiIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ApiIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ApiIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -120,7 +120,7 @@ export class ApiIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/api_integration snowflake_api_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/api_integration snowflake_api_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -131,7 +131,7 @@ export class ApiIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_api_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-accounts/README.md b/src/data-snowflake-accounts/README.md index 14ddbd993..4e915b4cf 100644 --- a/src/data-snowflake-accounts/README.md +++ b/src/data-snowflake-accounts/README.md @@ -1,3 +1,3 @@ # `data_snowflake_accounts` -Refer to the Terraform Registry for docs: [`data_snowflake_accounts`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts). +Refer to the Terraform Registry for docs: [`data_snowflake_accounts`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts). diff --git a/src/data-snowflake-accounts/index.ts b/src/data-snowflake-accounts/index.ts index a491ff1c0..44835d141 100644 --- a/src/data-snowflake-accounts/index.ts +++ b/src/data-snowflake-accounts/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeAccountsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeAccountsConfig extends cdktf.TerraformMetaArgument /** * Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} */ readonly pattern?: string; } @@ -178,7 +178,7 @@ export class DataSnowflakeAccountsAccountsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts snowflake_accounts} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts snowflake_accounts} */ export class DataSnowflakeAccounts extends cdktf.TerraformDataSource { @@ -194,7 +194,7 @@ export class DataSnowflakeAccounts extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeAccounts resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeAccounts to import - * @param importFromId The id of the existing DataSnowflakeAccounts that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeAccounts that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeAccounts to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -206,7 +206,7 @@ export class DataSnowflakeAccounts extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/accounts snowflake_accounts} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/accounts snowflake_accounts} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -217,7 +217,7 @@ export class DataSnowflakeAccounts extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_accounts', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-alerts/README.md b/src/data-snowflake-alerts/README.md index ef76a756d..ada68cd6b 100644 --- a/src/data-snowflake-alerts/README.md +++ b/src/data-snowflake-alerts/README.md @@ -1,3 +1,3 @@ # `data_snowflake_alerts` -Refer to the Terraform Registry for docs: [`data_snowflake_alerts`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts). +Refer to the Terraform Registry for docs: [`data_snowflake_alerts`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts). diff --git a/src/data-snowflake-alerts/index.ts b/src/data-snowflake-alerts/index.ts index c4b87f205..b00ad1738 100644 --- a/src/data-snowflake-alerts/index.ts +++ b/src/data-snowflake-alerts/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeAlertsConfig extends cdktf.TerraformMetaArguments /** * The database from which to return the alerts from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} */ readonly database?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,13 +28,13 @@ export interface DataSnowflakeAlertsConfig extends cdktf.TerraformMetaArguments /** * Filters the command output by object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} */ readonly pattern?: string; /** * The schema from which to return the alerts from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} */ readonly schema?: string; } @@ -145,7 +145,7 @@ export class DataSnowflakeAlertsAlertsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts snowflake_alerts} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts snowflake_alerts} */ export class DataSnowflakeAlerts extends cdktf.TerraformDataSource { @@ -161,7 +161,7 @@ export class DataSnowflakeAlerts extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeAlerts resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeAlerts to import - * @param importFromId The id of the existing DataSnowflakeAlerts that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeAlerts that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeAlerts to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -173,7 +173,7 @@ export class DataSnowflakeAlerts extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/alerts snowflake_alerts} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/alerts snowflake_alerts} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -184,7 +184,7 @@ export class DataSnowflakeAlerts extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_alerts', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-current-account/README.md b/src/data-snowflake-current-account/README.md index a0326ddce..eb6756e9f 100644 --- a/src/data-snowflake-current-account/README.md +++ b/src/data-snowflake-current-account/README.md @@ -1,3 +1,3 @@ # `data_snowflake_current_account` -Refer to the Terraform Registry for docs: [`data_snowflake_current_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account). +Refer to the Terraform Registry for docs: [`data_snowflake_current_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account). diff --git a/src/data-snowflake-current-account/index.ts b/src/data-snowflake-current-account/index.ts index ce8fc6d44..850620708 100644 --- a/src/data-snowflake-current-account/index.ts +++ b/src/data-snowflake-current-account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeCurrentAccountConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeCurrentAccountConfig extends cdktf.TerraformMetaAr } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account snowflake_current_account} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account snowflake_current_account} */ export class DataSnowflakeCurrentAccount extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataSnowflakeCurrentAccount extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeCurrentAccount resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeCurrentAccount to import - * @param importFromId The id of the existing DataSnowflakeCurrentAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeCurrentAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeCurrentAccount to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataSnowflakeCurrentAccount extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_account snowflake_current_account} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_account snowflake_current_account} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -61,7 +61,7 @@ export class DataSnowflakeCurrentAccount extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_current_account', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-current-role/README.md b/src/data-snowflake-current-role/README.md index 0b0fa4a3e..0cca6b5b7 100644 --- a/src/data-snowflake-current-role/README.md +++ b/src/data-snowflake-current-role/README.md @@ -1,3 +1,3 @@ # `data_snowflake_current_role` -Refer to the Terraform Registry for docs: [`data_snowflake_current_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role). +Refer to the Terraform Registry for docs: [`data_snowflake_current_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role). diff --git a/src/data-snowflake-current-role/index.ts b/src/data-snowflake-current-role/index.ts index f6bf71104..fb6cfb03f 100644 --- a/src/data-snowflake-current-role/index.ts +++ b/src/data-snowflake-current-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeCurrentRoleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeCurrentRoleConfig extends cdktf.TerraformMetaArgum } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role snowflake_current_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role snowflake_current_role} */ export class DataSnowflakeCurrentRole extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataSnowflakeCurrentRole extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeCurrentRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeCurrentRole to import - * @param importFromId The id of the existing DataSnowflakeCurrentRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeCurrentRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeCurrentRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataSnowflakeCurrentRole extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/current_role snowflake_current_role} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/current_role snowflake_current_role} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -61,7 +61,7 @@ export class DataSnowflakeCurrentRole extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_current_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-database-roles/README.md b/src/data-snowflake-database-roles/README.md index f544af420..7492f3130 100644 --- a/src/data-snowflake-database-roles/README.md +++ b/src/data-snowflake-database-roles/README.md @@ -1,3 +1,3 @@ # `data_snowflake_database_roles` -Refer to the Terraform Registry for docs: [`data_snowflake_database_roles`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles). +Refer to the Terraform Registry for docs: [`data_snowflake_database_roles`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles). diff --git a/src/data-snowflake-database-roles/index.ts b/src/data-snowflake-database-roles/index.ts index 0977958d4..cf6908acc 100644 --- a/src/data-snowflake-database-roles/index.ts +++ b/src/data-snowflake-database-roles/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeDatabaseRolesConfig extends cdktf.TerraformMetaArg /** * The database from which to return the database roles from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -113,7 +113,7 @@ export class DataSnowflakeDatabaseRolesDatabaseRolesList extends cdktf.ComplexLi } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles snowflake_database_roles} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles snowflake_database_roles} */ export class DataSnowflakeDatabaseRoles extends cdktf.TerraformDataSource { @@ -129,7 +129,7 @@ export class DataSnowflakeDatabaseRoles extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeDatabaseRoles resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeDatabaseRoles to import - * @param importFromId The id of the existing DataSnowflakeDatabaseRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeDatabaseRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeDatabaseRoles to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -141,7 +141,7 @@ export class DataSnowflakeDatabaseRoles extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database_roles snowflake_database_roles} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database_roles snowflake_database_roles} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -152,7 +152,7 @@ export class DataSnowflakeDatabaseRoles extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_database_roles', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-database/README.md b/src/data-snowflake-database/README.md index 1a1f37e00..0de660b20 100644 --- a/src/data-snowflake-database/README.md +++ b/src/data-snowflake-database/README.md @@ -1,3 +1,3 @@ # `data_snowflake_database` -Refer to the Terraform Registry for docs: [`data_snowflake_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database). +Refer to the Terraform Registry for docs: [`data_snowflake_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database). diff --git a/src/data-snowflake-database/index.ts b/src/data-snowflake-database/index.ts index e58d2e53b..1be66ed90 100644 --- a/src/data-snowflake-database/index.ts +++ b/src/data-snowflake-database/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeDatabaseConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#id DataSnowflakeDatabase#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#id DataSnowflakeDatabase#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,13 +22,13 @@ export interface DataSnowflakeDatabaseConfig extends cdktf.TerraformMetaArgument /** * The database from which to return its metadata. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#name DataSnowflakeDatabase#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#name DataSnowflakeDatabase#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database snowflake_database} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database snowflake_database} */ export class DataSnowflakeDatabase extends cdktf.TerraformDataSource { @@ -44,7 +44,7 @@ export class DataSnowflakeDatabase extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeDatabase resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeDatabase to import - * @param importFromId The id of the existing DataSnowflakeDatabase that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeDatabase that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeDatabase to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class DataSnowflakeDatabase extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/database snowflake_database} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/database snowflake_database} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class DataSnowflakeDatabase extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_database', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-databases/README.md b/src/data-snowflake-databases/README.md index e02138daa..0598caf21 100644 --- a/src/data-snowflake-databases/README.md +++ b/src/data-snowflake-databases/README.md @@ -1,3 +1,3 @@ # `data_snowflake_databases` -Refer to the Terraform Registry for docs: [`data_snowflake_databases`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases). +Refer to the Terraform Registry for docs: [`data_snowflake_databases`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases). diff --git a/src/data-snowflake-databases/index.ts b/src/data-snowflake-databases/index.ts index 4ac86aa8a..b516fc940 100644 --- a/src/data-snowflake-databases/index.ts +++ b/src/data-snowflake-databases/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeDatabasesConfig extends cdktf.TerraformMetaArgumen /** * Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} */ readonly history?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#id DataSnowflakeDatabases#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#id DataSnowflakeDatabases#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,19 +28,19 @@ export interface DataSnowflakeDatabasesConfig extends cdktf.TerraformMetaArgumen /** * Optionally filters the databases by a pattern * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} */ readonly pattern?: string; /** * Optionally filters the databases by a pattern * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} */ readonly startsWith?: string; /** * Optionally returns only the columns `created_on` and `name` in the results * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} */ readonly terse?: boolean | cdktf.IResolvable; } @@ -247,7 +247,7 @@ export class DataSnowflakeDatabasesDatabasesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases snowflake_databases} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases snowflake_databases} */ export class DataSnowflakeDatabases extends cdktf.TerraformDataSource { @@ -263,7 +263,7 @@ export class DataSnowflakeDatabases extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeDatabases resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeDatabases to import - * @param importFromId The id of the existing DataSnowflakeDatabases that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeDatabases that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeDatabases to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -275,7 +275,7 @@ export class DataSnowflakeDatabases extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/databases snowflake_databases} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/databases snowflake_databases} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -286,7 +286,7 @@ export class DataSnowflakeDatabases extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_databases', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-dynamic-tables/README.md b/src/data-snowflake-dynamic-tables/README.md index a7f9a872a..741f8898d 100644 --- a/src/data-snowflake-dynamic-tables/README.md +++ b/src/data-snowflake-dynamic-tables/README.md @@ -1,3 +1,3 @@ # `data_snowflake_dynamic_tables` -Refer to the Terraform Registry for docs: [`data_snowflake_dynamic_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables). +Refer to the Terraform Registry for docs: [`data_snowflake_dynamic_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables). diff --git a/src/data-snowflake-dynamic-tables/index.ts b/src/data-snowflake-dynamic-tables/index.ts index 77b835fb7..a583e11fb 100644 --- a/src/data-snowflake-dynamic-tables/index.ts +++ b/src/data-snowflake-dynamic-tables/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeDynamicTablesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,25 +22,25 @@ export interface DataSnowflakeDynamicTablesConfig extends cdktf.TerraformMetaArg /** * Optionally filters the command output based on the characters that appear at the beginning of the object name. The string is case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} */ readonly startsWith?: string; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} */ readonly in?: DataSnowflakeDynamicTablesIn; /** * like block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} */ readonly like?: DataSnowflakeDynamicTablesLike; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} */ readonly limit?: DataSnowflakeDynamicTablesLimit; } @@ -218,19 +218,19 @@ export interface DataSnowflakeDynamicTablesIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Returns records for the current database in use or for a specified database (db_name). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} */ readonly database?: string; /** * Returns records for the current schema in use or a specified schema (schema_name). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} */ readonly schema?: string; } @@ -374,7 +374,7 @@ export interface DataSnowflakeDynamicTablesLike { /** * Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} */ readonly pattern: string; } @@ -457,13 +457,13 @@ export interface DataSnowflakeDynamicTablesLimit { /** * The optional FROM 'name_string' subclause effectively serves as a “cursor” for the results. This enables fetching the specified number of rows following the first row whose object name matches the specified string * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} */ readonly from?: string; /** * Specifies the maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} */ readonly rows?: number; } @@ -576,7 +576,7 @@ export class DataSnowflakeDynamicTablesLimitOutputReference extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables} */ export class DataSnowflakeDynamicTables extends cdktf.TerraformDataSource { @@ -592,7 +592,7 @@ export class DataSnowflakeDynamicTables extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeDynamicTables resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeDynamicTables to import - * @param importFromId The id of the existing DataSnowflakeDynamicTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeDynamicTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeDynamicTables to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -604,7 +604,7 @@ export class DataSnowflakeDynamicTables extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -615,7 +615,7 @@ export class DataSnowflakeDynamicTables extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_dynamic_tables', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-external-functions/README.md b/src/data-snowflake-external-functions/README.md index 43953a40c..353ced4aa 100644 --- a/src/data-snowflake-external-functions/README.md +++ b/src/data-snowflake-external-functions/README.md @@ -1,3 +1,3 @@ # `data_snowflake_external_functions` -Refer to the Terraform Registry for docs: [`data_snowflake_external_functions`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions). +Refer to the Terraform Registry for docs: [`data_snowflake_external_functions`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions). diff --git a/src/data-snowflake-external-functions/index.ts b/src/data-snowflake-external-functions/index.ts index 624382d4a..454addc6d 100644 --- a/src/data-snowflake-external-functions/index.ts +++ b/src/data-snowflake-external-functions/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeExternalFunctionsConfig extends cdktf.TerraformMet /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} */ readonly database?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeExternalFunctionsConfig extends cdktf.TerraformMet /** * The schema from which to return the external functions from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} */ readonly schema?: string; } @@ -129,7 +129,7 @@ export class DataSnowflakeExternalFunctionsExternalFunctionsList extends cdktf.C } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions snowflake_external_functions} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions snowflake_external_functions} */ export class DataSnowflakeExternalFunctions extends cdktf.TerraformDataSource { @@ -145,7 +145,7 @@ export class DataSnowflakeExternalFunctions extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeExternalFunctions resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeExternalFunctions to import - * @param importFromId The id of the existing DataSnowflakeExternalFunctions that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeExternalFunctions that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeExternalFunctions to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -157,7 +157,7 @@ export class DataSnowflakeExternalFunctions extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_functions snowflake_external_functions} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_functions snowflake_external_functions} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -168,7 +168,7 @@ export class DataSnowflakeExternalFunctions extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_external_functions', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-external-tables/README.md b/src/data-snowflake-external-tables/README.md index 431744555..d4d320859 100644 --- a/src/data-snowflake-external-tables/README.md +++ b/src/data-snowflake-external-tables/README.md @@ -1,3 +1,3 @@ # `data_snowflake_external_tables` -Refer to the Terraform Registry for docs: [`data_snowflake_external_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables). +Refer to the Terraform Registry for docs: [`data_snowflake_external_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables). diff --git a/src/data-snowflake-external-tables/index.ts b/src/data-snowflake-external-tables/index.ts index 597299709..aec8cbb83 100644 --- a/src/data-snowflake-external-tables/index.ts +++ b/src/data-snowflake-external-tables/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeExternalTablesConfig extends cdktf.TerraformMetaAr /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeExternalTablesConfig extends cdktf.TerraformMetaAr /** * The schema from which to return the external tables from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} */ readonly schema: string; } @@ -124,7 +124,7 @@ export class DataSnowflakeExternalTablesExternalTablesList extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables snowflake_external_tables} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables snowflake_external_tables} */ export class DataSnowflakeExternalTables extends cdktf.TerraformDataSource { @@ -140,7 +140,7 @@ export class DataSnowflakeExternalTables extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeExternalTables resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeExternalTables to import - * @param importFromId The id of the existing DataSnowflakeExternalTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeExternalTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeExternalTables to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -152,7 +152,7 @@ export class DataSnowflakeExternalTables extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/external_tables snowflake_external_tables} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/external_tables snowflake_external_tables} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -163,7 +163,7 @@ export class DataSnowflakeExternalTables extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_external_tables', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-failover-groups/README.md b/src/data-snowflake-failover-groups/README.md index 5a32ce6fd..1eaf7f787 100644 --- a/src/data-snowflake-failover-groups/README.md +++ b/src/data-snowflake-failover-groups/README.md @@ -1,3 +1,3 @@ # `data_snowflake_failover_groups` -Refer to the Terraform Registry for docs: [`data_snowflake_failover_groups`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups). +Refer to the Terraform Registry for docs: [`data_snowflake_failover_groups`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups). diff --git a/src/data-snowflake-failover-groups/index.ts b/src/data-snowflake-failover-groups/index.ts index ba327176a..ec4b2e628 100644 --- a/src/data-snowflake-failover-groups/index.ts +++ b/src/data-snowflake-failover-groups/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeFailoverGroupsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeFailoverGroupsConfig extends cdktf.TerraformMetaAr /** * Specifies the identifier for the account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} */ readonly inAccount?: string; } @@ -183,7 +183,7 @@ export class DataSnowflakeFailoverGroupsFailoverGroupsList extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups snowflake_failover_groups} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups snowflake_failover_groups} */ export class DataSnowflakeFailoverGroups extends cdktf.TerraformDataSource { @@ -199,7 +199,7 @@ export class DataSnowflakeFailoverGroups extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeFailoverGroups resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeFailoverGroups to import - * @param importFromId The id of the existing DataSnowflakeFailoverGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeFailoverGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeFailoverGroups to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -211,7 +211,7 @@ export class DataSnowflakeFailoverGroups extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/failover_groups snowflake_failover_groups} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/failover_groups snowflake_failover_groups} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -222,7 +222,7 @@ export class DataSnowflakeFailoverGroups extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_failover_groups', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-file-formats/README.md b/src/data-snowflake-file-formats/README.md index a7e738066..8ee5ecbb7 100644 --- a/src/data-snowflake-file-formats/README.md +++ b/src/data-snowflake-file-formats/README.md @@ -1,3 +1,3 @@ # `data_snowflake_file_formats` -Refer to the Terraform Registry for docs: [`data_snowflake_file_formats`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats). +Refer to the Terraform Registry for docs: [`data_snowflake_file_formats`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats). diff --git a/src/data-snowflake-file-formats/index.ts b/src/data-snowflake-file-formats/index.ts index d18687f40..3e8e62dca 100644 --- a/src/data-snowflake-file-formats/index.ts +++ b/src/data-snowflake-file-formats/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeFileFormatsConfig extends cdktf.TerraformMetaArgum /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeFileFormatsConfig extends cdktf.TerraformMetaArgum /** * The schema from which to return the file formats from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} */ readonly schema: string; } @@ -129,7 +129,7 @@ export class DataSnowflakeFileFormatsFileFormatsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats snowflake_file_formats} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats snowflake_file_formats} */ export class DataSnowflakeFileFormats extends cdktf.TerraformDataSource { @@ -145,7 +145,7 @@ export class DataSnowflakeFileFormats extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeFileFormats resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeFileFormats to import - * @param importFromId The id of the existing DataSnowflakeFileFormats that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeFileFormats that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeFileFormats to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -157,7 +157,7 @@ export class DataSnowflakeFileFormats extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/file_formats snowflake_file_formats} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/file_formats snowflake_file_formats} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -168,7 +168,7 @@ export class DataSnowflakeFileFormats extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_file_formats', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-functions/README.md b/src/data-snowflake-functions/README.md index 9e7dab1bc..c6be2e5f2 100644 --- a/src/data-snowflake-functions/README.md +++ b/src/data-snowflake-functions/README.md @@ -1,3 +1,3 @@ # `data_snowflake_functions` -Refer to the Terraform Registry for docs: [`data_snowflake_functions`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions). +Refer to the Terraform Registry for docs: [`data_snowflake_functions`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions). diff --git a/src/data-snowflake-functions/index.ts b/src/data-snowflake-functions/index.ts index b9e0c09bd..a2a0f8013 100644 --- a/src/data-snowflake-functions/index.ts +++ b/src/data-snowflake-functions/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeFunctionsConfig extends cdktf.TerraformMetaArgumen /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#id DataSnowflakeFunctions#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#id DataSnowflakeFunctions#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeFunctionsConfig extends cdktf.TerraformMetaArgumen /** * The schema from which to return the functions from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} */ readonly schema: string; } @@ -134,7 +134,7 @@ export class DataSnowflakeFunctionsFunctionsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions snowflake_functions} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions snowflake_functions} */ export class DataSnowflakeFunctions extends cdktf.TerraformDataSource { @@ -150,7 +150,7 @@ export class DataSnowflakeFunctions extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeFunctions resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeFunctions to import - * @param importFromId The id of the existing DataSnowflakeFunctions that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeFunctions that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeFunctions to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -162,7 +162,7 @@ export class DataSnowflakeFunctions extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/functions snowflake_functions} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/functions snowflake_functions} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -173,7 +173,7 @@ export class DataSnowflakeFunctions extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_functions', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-grants/README.md b/src/data-snowflake-grants/README.md index ce1ea91a3..10cd34db2 100644 --- a/src/data-snowflake-grants/README.md +++ b/src/data-snowflake-grants/README.md @@ -1,3 +1,3 @@ # `data_snowflake_grants` -Refer to the Terraform Registry for docs: [`data_snowflake_grants`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants). +Refer to the Terraform Registry for docs: [`data_snowflake_grants`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants). diff --git a/src/data-snowflake-grants/index.ts b/src/data-snowflake-grants/index.ts index a866e3246..c730c808b 100644 --- a/src/data-snowflake-grants/index.ts +++ b/src/data-snowflake-grants/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeGrantsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#id DataSnowflakeGrants#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#id DataSnowflakeGrants#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,31 +22,31 @@ export interface DataSnowflakeGrantsConfig extends cdktf.TerraformMetaArguments /** * future_grants_in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} */ readonly futureGrantsIn?: DataSnowflakeGrantsFutureGrantsIn; /** * future_grants_to block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} */ readonly futureGrantsTo?: DataSnowflakeGrantsFutureGrantsTo; /** * grants_of block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} */ readonly grantsOf?: DataSnowflakeGrantsGrantsOf; /** * grants_on block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} */ readonly grantsOn?: DataSnowflakeGrantsGrantsOn; /** * grants_to block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} */ readonly grantsTo?: DataSnowflakeGrantsGrantsTo; } @@ -164,13 +164,13 @@ export interface DataSnowflakeGrantsFutureGrantsInSchema { /** * The database in which the scehma resides. Optional when querying a schema in the current database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} */ readonly databaseName?: string; /** * The name of the schema to list all privileges of new (ie. future) objects granted to * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} */ readonly schemaName: string; } @@ -282,13 +282,13 @@ export interface DataSnowflakeGrantsFutureGrantsIn { /** * Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#database DataSnowflakeGrants#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#database DataSnowflakeGrants#database} */ readonly database?: string; /** * schema block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} */ readonly schema?: DataSnowflakeGrantsFutureGrantsInSchema; } @@ -403,7 +403,7 @@ export interface DataSnowflakeGrantsFutureGrantsTo { /** * Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} */ readonly role: string; } @@ -486,13 +486,13 @@ export interface DataSnowflakeGrantsGrantsOf { /** * Lists all users and roles to which the role has been granted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} */ readonly role?: string; /** * Lists all the accounts for the share and indicates the accounts that are using the share. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} */ readonly share?: string; } @@ -607,19 +607,19 @@ export interface DataSnowflakeGrantsGrantsOn { /** * Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#account DataSnowflakeGrants#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#account DataSnowflakeGrants#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Name of object to list privileges on * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} */ readonly objectName?: string; /** * Type of object to list privileges on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} */ readonly objectType?: string; } @@ -763,19 +763,19 @@ export interface DataSnowflakeGrantsGrantsTo { /** * Lists all privileges and roles granted to the role * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#role DataSnowflakeGrants#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#role DataSnowflakeGrants#role} */ readonly role?: string; /** * Lists all the privileges granted to the share * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#share DataSnowflakeGrants#share} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#share DataSnowflakeGrants#share} */ readonly share?: string; /** * Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#user DataSnowflakeGrants#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#user DataSnowflakeGrants#user} */ readonly user?: string; } @@ -917,7 +917,7 @@ export class DataSnowflakeGrantsGrantsToOutputReference extends cdktf.ComplexObj } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants snowflake_grants} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants snowflake_grants} */ export class DataSnowflakeGrants extends cdktf.TerraformDataSource { @@ -933,7 +933,7 @@ export class DataSnowflakeGrants extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeGrants resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeGrants to import - * @param importFromId The id of the existing DataSnowflakeGrants that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeGrants that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeGrants to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -945,7 +945,7 @@ export class DataSnowflakeGrants extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/grants snowflake_grants} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/grants snowflake_grants} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -956,7 +956,7 @@ export class DataSnowflakeGrants extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_grants', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-masking-policies/README.md b/src/data-snowflake-masking-policies/README.md index 452bbdefc..9af21dd28 100644 --- a/src/data-snowflake-masking-policies/README.md +++ b/src/data-snowflake-masking-policies/README.md @@ -1,3 +1,3 @@ # `data_snowflake_masking_policies` -Refer to the Terraform Registry for docs: [`data_snowflake_masking_policies`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies). +Refer to the Terraform Registry for docs: [`data_snowflake_masking_policies`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies). diff --git a/src/data-snowflake-masking-policies/index.ts b/src/data-snowflake-masking-policies/index.ts index 77f73a495..b9761334b 100644 --- a/src/data-snowflake-masking-policies/index.ts +++ b/src/data-snowflake-masking-policies/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeMaskingPoliciesConfig extends cdktf.TerraformMetaA /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeMaskingPoliciesConfig extends cdktf.TerraformMetaA /** * The schema from which to return the maskingPolicies from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} */ readonly schema: string; } @@ -129,7 +129,7 @@ export class DataSnowflakeMaskingPoliciesMaskingPoliciesList extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies snowflake_masking_policies} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies snowflake_masking_policies} */ export class DataSnowflakeMaskingPolicies extends cdktf.TerraformDataSource { @@ -145,7 +145,7 @@ export class DataSnowflakeMaskingPolicies extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeMaskingPolicies resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeMaskingPolicies to import - * @param importFromId The id of the existing DataSnowflakeMaskingPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeMaskingPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeMaskingPolicies to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -157,7 +157,7 @@ export class DataSnowflakeMaskingPolicies extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/masking_policies snowflake_masking_policies} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/masking_policies snowflake_masking_policies} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -168,7 +168,7 @@ export class DataSnowflakeMaskingPolicies extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_masking_policies', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-materialized-views/README.md b/src/data-snowflake-materialized-views/README.md index 7df8b7661..b3906b9cb 100644 --- a/src/data-snowflake-materialized-views/README.md +++ b/src/data-snowflake-materialized-views/README.md @@ -1,3 +1,3 @@ # `data_snowflake_materialized_views` -Refer to the Terraform Registry for docs: [`data_snowflake_materialized_views`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views). +Refer to the Terraform Registry for docs: [`data_snowflake_materialized_views`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views). diff --git a/src/data-snowflake-materialized-views/index.ts b/src/data-snowflake-materialized-views/index.ts index b5e22b096..e55bee49b 100644 --- a/src/data-snowflake-materialized-views/index.ts +++ b/src/data-snowflake-materialized-views/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeMaterializedViewsConfig extends cdktf.TerraformMet /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeMaterializedViewsConfig extends cdktf.TerraformMet /** * The schema from which to return the views from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} */ readonly schema: string; } @@ -124,7 +124,7 @@ export class DataSnowflakeMaterializedViewsMaterializedViewsList extends cdktf.C } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views snowflake_materialized_views} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views snowflake_materialized_views} */ export class DataSnowflakeMaterializedViews extends cdktf.TerraformDataSource { @@ -140,7 +140,7 @@ export class DataSnowflakeMaterializedViews extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeMaterializedViews resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeMaterializedViews to import - * @param importFromId The id of the existing DataSnowflakeMaterializedViews that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeMaterializedViews that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeMaterializedViews to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -152,7 +152,7 @@ export class DataSnowflakeMaterializedViews extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/materialized_views snowflake_materialized_views} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/materialized_views snowflake_materialized_views} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -163,7 +163,7 @@ export class DataSnowflakeMaterializedViews extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_materialized_views', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-parameters/README.md b/src/data-snowflake-parameters/README.md index 417b2fa9a..1ba6dc166 100644 --- a/src/data-snowflake-parameters/README.md +++ b/src/data-snowflake-parameters/README.md @@ -1,3 +1,3 @@ # `data_snowflake_parameters` -Refer to the Terraform Registry for docs: [`data_snowflake_parameters`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters). +Refer to the Terraform Registry for docs: [`data_snowflake_parameters`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters). diff --git a/src/data-snowflake-parameters/index.ts b/src/data-snowflake-parameters/index.ts index 7aba8bba4..f45f30b28 100644 --- a/src/data-snowflake-parameters/index.ts +++ b/src/data-snowflake-parameters/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeParametersConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#id DataSnowflakeParameters#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#id DataSnowflakeParameters#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,31 +22,31 @@ export interface DataSnowflakeParametersConfig extends cdktf.TerraformMetaArgume /** * If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} */ readonly objectName?: string; /** * If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} */ readonly objectType?: string; /** * The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} */ readonly parameterType?: string; /** * Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} */ readonly pattern?: string; /** * If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} */ readonly user?: string; } @@ -147,7 +147,7 @@ export class DataSnowflakeParametersParametersList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters snowflake_parameters} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters snowflake_parameters} */ export class DataSnowflakeParameters extends cdktf.TerraformDataSource { @@ -163,7 +163,7 @@ export class DataSnowflakeParameters extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeParameters resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeParameters to import - * @param importFromId The id of the existing DataSnowflakeParameters that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeParameters that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeParameters to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -175,7 +175,7 @@ export class DataSnowflakeParameters extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/parameters snowflake_parameters} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/parameters snowflake_parameters} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -186,7 +186,7 @@ export class DataSnowflakeParameters extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_parameters', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-pipes/README.md b/src/data-snowflake-pipes/README.md index c5d5a58f0..8edf43ea6 100644 --- a/src/data-snowflake-pipes/README.md +++ b/src/data-snowflake-pipes/README.md @@ -1,3 +1,3 @@ # `data_snowflake_pipes` -Refer to the Terraform Registry for docs: [`data_snowflake_pipes`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes). +Refer to the Terraform Registry for docs: [`data_snowflake_pipes`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes). diff --git a/src/data-snowflake-pipes/index.ts b/src/data-snowflake-pipes/index.ts index 99ff73658..6280b124e 100644 --- a/src/data-snowflake-pipes/index.ts +++ b/src/data-snowflake-pipes/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakePipesConfig extends cdktf.TerraformMetaArguments { /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#database DataSnowflakePipes#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#database DataSnowflakePipes#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#id DataSnowflakePipes#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#id DataSnowflakePipes#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakePipesConfig extends cdktf.TerraformMetaArguments { /** * The schema from which to return the pipes from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} */ readonly schema: string; } @@ -129,7 +129,7 @@ export class DataSnowflakePipesPipesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes snowflake_pipes} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes snowflake_pipes} */ export class DataSnowflakePipes extends cdktf.TerraformDataSource { @@ -145,7 +145,7 @@ export class DataSnowflakePipes extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakePipes resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakePipes to import - * @param importFromId The id of the existing DataSnowflakePipes that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakePipes that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakePipes to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -157,7 +157,7 @@ export class DataSnowflakePipes extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/pipes snowflake_pipes} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/pipes snowflake_pipes} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -168,7 +168,7 @@ export class DataSnowflakePipes extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_pipes', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-procedures/README.md b/src/data-snowflake-procedures/README.md index e25b7567e..65214f19d 100644 --- a/src/data-snowflake-procedures/README.md +++ b/src/data-snowflake-procedures/README.md @@ -1,3 +1,3 @@ # `data_snowflake_procedures` -Refer to the Terraform Registry for docs: [`data_snowflake_procedures`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures). +Refer to the Terraform Registry for docs: [`data_snowflake_procedures`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures). diff --git a/src/data-snowflake-procedures/index.ts b/src/data-snowflake-procedures/index.ts index 8c4af5e7e..a84cf1c9a 100644 --- a/src/data-snowflake-procedures/index.ts +++ b/src/data-snowflake-procedures/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeProceduresConfig extends cdktf.TerraformMetaArgume /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeProceduresConfig extends cdktf.TerraformMetaArgume /** * The schema from which to return the procedures from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} */ readonly schema: string; } @@ -134,7 +134,7 @@ export class DataSnowflakeProceduresProceduresList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures snowflake_procedures} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures snowflake_procedures} */ export class DataSnowflakeProcedures extends cdktf.TerraformDataSource { @@ -150,7 +150,7 @@ export class DataSnowflakeProcedures extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeProcedures resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeProcedures to import - * @param importFromId The id of the existing DataSnowflakeProcedures that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeProcedures that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeProcedures to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -162,7 +162,7 @@ export class DataSnowflakeProcedures extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/procedures snowflake_procedures} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/procedures snowflake_procedures} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -173,7 +173,7 @@ export class DataSnowflakeProcedures extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_procedures', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-resource-monitors/README.md b/src/data-snowflake-resource-monitors/README.md index bad047833..863418f2f 100644 --- a/src/data-snowflake-resource-monitors/README.md +++ b/src/data-snowflake-resource-monitors/README.md @@ -1,3 +1,3 @@ # `data_snowflake_resource_monitors` -Refer to the Terraform Registry for docs: [`data_snowflake_resource_monitors`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors). +Refer to the Terraform Registry for docs: [`data_snowflake_resource_monitors`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors). diff --git a/src/data-snowflake-resource-monitors/index.ts b/src/data-snowflake-resource-monitors/index.ts index b49cc18ea..2633997ed 100644 --- a/src/data-snowflake-resource-monitors/index.ts +++ b/src/data-snowflake-resource-monitors/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeResourceMonitorsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -112,7 +112,7 @@ export class DataSnowflakeResourceMonitorsResourceMonitorsList extends cdktf.Com } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors snowflake_resource_monitors} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors snowflake_resource_monitors} */ export class DataSnowflakeResourceMonitors extends cdktf.TerraformDataSource { @@ -128,7 +128,7 @@ export class DataSnowflakeResourceMonitors extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeResourceMonitors resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeResourceMonitors to import - * @param importFromId The id of the existing DataSnowflakeResourceMonitors that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeResourceMonitors that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeResourceMonitors to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -140,7 +140,7 @@ export class DataSnowflakeResourceMonitors extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/resource_monitors snowflake_resource_monitors} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/resource_monitors snowflake_resource_monitors} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -151,7 +151,7 @@ export class DataSnowflakeResourceMonitors extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_resource_monitors', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-role/README.md b/src/data-snowflake-role/README.md index 5d9762181..20141a70e 100644 --- a/src/data-snowflake-role/README.md +++ b/src/data-snowflake-role/README.md @@ -1,3 +1,3 @@ # `data_snowflake_role` -Refer to the Terraform Registry for docs: [`data_snowflake_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role). +Refer to the Terraform Registry for docs: [`data_snowflake_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role). diff --git a/src/data-snowflake-role/index.ts b/src/data-snowflake-role/index.ts index 8c37bef98..16d8fb440 100644 --- a/src/data-snowflake-role/index.ts +++ b/src/data-snowflake-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeRoleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#id DataSnowflakeRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#id DataSnowflakeRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,13 +22,13 @@ export interface DataSnowflakeRoleConfig extends cdktf.TerraformMetaArguments { /** * The role for which to return metadata. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#name DataSnowflakeRole#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#name DataSnowflakeRole#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role snowflake_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role snowflake_role} */ export class DataSnowflakeRole extends cdktf.TerraformDataSource { @@ -44,7 +44,7 @@ export class DataSnowflakeRole extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeRole to import - * @param importFromId The id of the existing DataSnowflakeRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class DataSnowflakeRole extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/role snowflake_role} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/role snowflake_role} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class DataSnowflakeRole extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-roles/README.md b/src/data-snowflake-roles/README.md index f39a23a00..6c665ef0d 100644 --- a/src/data-snowflake-roles/README.md +++ b/src/data-snowflake-roles/README.md @@ -1,3 +1,3 @@ # `data_snowflake_roles` -Refer to the Terraform Registry for docs: [`data_snowflake_roles`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles). +Refer to the Terraform Registry for docs: [`data_snowflake_roles`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles). diff --git a/src/data-snowflake-roles/index.ts b/src/data-snowflake-roles/index.ts index 476874d9d..79951efc5 100644 --- a/src/data-snowflake-roles/index.ts +++ b/src/data-snowflake-roles/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeRolesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#id DataSnowflakeRoles#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#id DataSnowflakeRoles#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeRolesConfig extends cdktf.TerraformMetaArguments { /** * Filters the command output by object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} */ readonly pattern?: string; } @@ -113,7 +113,7 @@ export class DataSnowflakeRolesRolesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles snowflake_roles} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles snowflake_roles} */ export class DataSnowflakeRoles extends cdktf.TerraformDataSource { @@ -129,7 +129,7 @@ export class DataSnowflakeRoles extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeRoles resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeRoles to import - * @param importFromId The id of the existing DataSnowflakeRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeRoles to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -141,7 +141,7 @@ export class DataSnowflakeRoles extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/roles snowflake_roles} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/roles snowflake_roles} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -152,7 +152,7 @@ export class DataSnowflakeRoles extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_roles', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-row-access-policies/README.md b/src/data-snowflake-row-access-policies/README.md index 288e1a54d..75346bd2b 100644 --- a/src/data-snowflake-row-access-policies/README.md +++ b/src/data-snowflake-row-access-policies/README.md @@ -1,3 +1,3 @@ # `data_snowflake_row_access_policies` -Refer to the Terraform Registry for docs: [`data_snowflake_row_access_policies`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies). +Refer to the Terraform Registry for docs: [`data_snowflake_row_access_policies`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies). diff --git a/src/data-snowflake-row-access-policies/index.ts b/src/data-snowflake-row-access-policies/index.ts index a9b572db2..bf6cad63f 100644 --- a/src/data-snowflake-row-access-policies/index.ts +++ b/src/data-snowflake-row-access-policies/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeRowAccessPoliciesConfig extends cdktf.TerraformMet /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeRowAccessPoliciesConfig extends cdktf.TerraformMet /** * The schema from which to return the row access policy from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} */ readonly schema: string; } @@ -124,7 +124,7 @@ export class DataSnowflakeRowAccessPoliciesRowAccessPoliciesList extends cdktf.C } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies snowflake_row_access_policies} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies snowflake_row_access_policies} */ export class DataSnowflakeRowAccessPolicies extends cdktf.TerraformDataSource { @@ -140,7 +140,7 @@ export class DataSnowflakeRowAccessPolicies extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeRowAccessPolicies resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeRowAccessPolicies to import - * @param importFromId The id of the existing DataSnowflakeRowAccessPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeRowAccessPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeRowAccessPolicies to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -152,7 +152,7 @@ export class DataSnowflakeRowAccessPolicies extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/row_access_policies snowflake_row_access_policies} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/row_access_policies snowflake_row_access_policies} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -163,7 +163,7 @@ export class DataSnowflakeRowAccessPolicies extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_row_access_policies', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-schemas/README.md b/src/data-snowflake-schemas/README.md index 9a004f27a..c908fa996 100644 --- a/src/data-snowflake-schemas/README.md +++ b/src/data-snowflake-schemas/README.md @@ -1,3 +1,3 @@ # `data_snowflake_schemas` -Refer to the Terraform Registry for docs: [`data_snowflake_schemas`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas). +Refer to the Terraform Registry for docs: [`data_snowflake_schemas`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas). diff --git a/src/data-snowflake-schemas/index.ts b/src/data-snowflake-schemas/index.ts index 84cf40ab1..de6126e5b 100644 --- a/src/data-snowflake-schemas/index.ts +++ b/src/data-snowflake-schemas/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeSchemasConfig extends cdktf.TerraformMetaArguments /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -113,7 +113,7 @@ export class DataSnowflakeSchemasSchemasList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas snowflake_schemas} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas snowflake_schemas} */ export class DataSnowflakeSchemas extends cdktf.TerraformDataSource { @@ -129,7 +129,7 @@ export class DataSnowflakeSchemas extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeSchemas resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSchemas to import - * @param importFromId The id of the existing DataSnowflakeSchemas that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSchemas that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeSchemas to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -141,7 +141,7 @@ export class DataSnowflakeSchemas extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/schemas snowflake_schemas} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/schemas snowflake_schemas} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -152,7 +152,7 @@ export class DataSnowflakeSchemas extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_schemas', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-sequences/README.md b/src/data-snowflake-sequences/README.md index dec89d9a1..4865abdd4 100644 --- a/src/data-snowflake-sequences/README.md +++ b/src/data-snowflake-sequences/README.md @@ -1,3 +1,3 @@ # `data_snowflake_sequences` -Refer to the Terraform Registry for docs: [`data_snowflake_sequences`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences). +Refer to the Terraform Registry for docs: [`data_snowflake_sequences`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences). diff --git a/src/data-snowflake-sequences/index.ts b/src/data-snowflake-sequences/index.ts index 539323c72..b46e92079 100644 --- a/src/data-snowflake-sequences/index.ts +++ b/src/data-snowflake-sequences/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeSequencesConfig extends cdktf.TerraformMetaArgumen /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#id DataSnowflakeSequences#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#id DataSnowflakeSequences#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeSequencesConfig extends cdktf.TerraformMetaArgumen /** * The schema from which to return the sequences from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} */ readonly schema: string; } @@ -124,7 +124,7 @@ export class DataSnowflakeSequencesSequencesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences snowflake_sequences} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences snowflake_sequences} */ export class DataSnowflakeSequences extends cdktf.TerraformDataSource { @@ -140,7 +140,7 @@ export class DataSnowflakeSequences extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeSequences resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSequences to import - * @param importFromId The id of the existing DataSnowflakeSequences that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSequences that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeSequences to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -152,7 +152,7 @@ export class DataSnowflakeSequences extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/sequences snowflake_sequences} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/sequences snowflake_sequences} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -163,7 +163,7 @@ export class DataSnowflakeSequences extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_sequences', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-shares/README.md b/src/data-snowflake-shares/README.md index ce9bef5a5..bf064195f 100644 --- a/src/data-snowflake-shares/README.md +++ b/src/data-snowflake-shares/README.md @@ -1,3 +1,3 @@ # `data_snowflake_shares` -Refer to the Terraform Registry for docs: [`data_snowflake_shares`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares). +Refer to the Terraform Registry for docs: [`data_snowflake_shares`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares). diff --git a/src/data-snowflake-shares/index.ts b/src/data-snowflake-shares/index.ts index e065f5110..e3487e940 100644 --- a/src/data-snowflake-shares/index.ts +++ b/src/data-snowflake-shares/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeSharesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#id DataSnowflakeShares#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#id DataSnowflakeShares#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeSharesConfig extends cdktf.TerraformMetaArguments /** * Filters the command output by object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} */ readonly pattern?: string; } @@ -123,7 +123,7 @@ export class DataSnowflakeSharesSharesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares snowflake_shares} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares snowflake_shares} */ export class DataSnowflakeShares extends cdktf.TerraformDataSource { @@ -139,7 +139,7 @@ export class DataSnowflakeShares extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeShares resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeShares to import - * @param importFromId The id of the existing DataSnowflakeShares that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeShares that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeShares to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -151,7 +151,7 @@ export class DataSnowflakeShares extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/shares snowflake_shares} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/shares snowflake_shares} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -162,7 +162,7 @@ export class DataSnowflakeShares extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_shares', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-stages/README.md b/src/data-snowflake-stages/README.md index 3c10a4e2d..a36bebcc8 100644 --- a/src/data-snowflake-stages/README.md +++ b/src/data-snowflake-stages/README.md @@ -1,3 +1,3 @@ # `data_snowflake_stages` -Refer to the Terraform Registry for docs: [`data_snowflake_stages`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages). +Refer to the Terraform Registry for docs: [`data_snowflake_stages`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages). diff --git a/src/data-snowflake-stages/index.ts b/src/data-snowflake-stages/index.ts index a0a77e369..4a27ac5c8 100644 --- a/src/data-snowflake-stages/index.ts +++ b/src/data-snowflake-stages/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeStagesConfig extends cdktf.TerraformMetaArguments /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#database DataSnowflakeStages#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#database DataSnowflakeStages#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#id DataSnowflakeStages#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#id DataSnowflakeStages#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeStagesConfig extends cdktf.TerraformMetaArguments /** * The schema from which to return the stages from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} */ readonly schema: string; } @@ -129,7 +129,7 @@ export class DataSnowflakeStagesStagesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages snowflake_stages} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages snowflake_stages} */ export class DataSnowflakeStages extends cdktf.TerraformDataSource { @@ -145,7 +145,7 @@ export class DataSnowflakeStages extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeStages resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeStages to import - * @param importFromId The id of the existing DataSnowflakeStages that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeStages that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeStages to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -157,7 +157,7 @@ export class DataSnowflakeStages extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/stages snowflake_stages} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/stages snowflake_stages} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -168,7 +168,7 @@ export class DataSnowflakeStages extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_stages', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-storage-integrations/README.md b/src/data-snowflake-storage-integrations/README.md index 220f31b79..a64c18dd3 100644 --- a/src/data-snowflake-storage-integrations/README.md +++ b/src/data-snowflake-storage-integrations/README.md @@ -1,3 +1,3 @@ # `data_snowflake_storage_integrations` -Refer to the Terraform Registry for docs: [`data_snowflake_storage_integrations`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations). +Refer to the Terraform Registry for docs: [`data_snowflake_storage_integrations`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations). diff --git a/src/data-snowflake-storage-integrations/index.ts b/src/data-snowflake-storage-integrations/index.ts index 56f6919b8..489fcb7e3 100644 --- a/src/data-snowflake-storage-integrations/index.ts +++ b/src/data-snowflake-storage-integrations/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeStorageIntegrationsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -112,7 +112,7 @@ export class DataSnowflakeStorageIntegrationsStorageIntegrationsList extends cdk } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations snowflake_storage_integrations} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations snowflake_storage_integrations} */ export class DataSnowflakeStorageIntegrations extends cdktf.TerraformDataSource { @@ -128,7 +128,7 @@ export class DataSnowflakeStorageIntegrations extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataSnowflakeStorageIntegrations resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeStorageIntegrations to import - * @param importFromId The id of the existing DataSnowflakeStorageIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeStorageIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeStorageIntegrations to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -140,7 +140,7 @@ export class DataSnowflakeStorageIntegrations extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/storage_integrations snowflake_storage_integrations} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/storage_integrations snowflake_storage_integrations} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -151,7 +151,7 @@ export class DataSnowflakeStorageIntegrations extends cdktf.TerraformDataSource terraformResourceType: 'snowflake_storage_integrations', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-streams/README.md b/src/data-snowflake-streams/README.md index 5cf34de32..b305aaefb 100644 --- a/src/data-snowflake-streams/README.md +++ b/src/data-snowflake-streams/README.md @@ -1,3 +1,3 @@ # `data_snowflake_streams` -Refer to the Terraform Registry for docs: [`data_snowflake_streams`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams). +Refer to the Terraform Registry for docs: [`data_snowflake_streams`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams). diff --git a/src/data-snowflake-streams/index.ts b/src/data-snowflake-streams/index.ts index bc10158b7..94ed64f1c 100644 --- a/src/data-snowflake-streams/index.ts +++ b/src/data-snowflake-streams/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeStreamsConfig extends cdktf.TerraformMetaArguments /** * The database from which to return the streams from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#database DataSnowflakeStreams#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#database DataSnowflakeStreams#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#id DataSnowflakeStreams#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#id DataSnowflakeStreams#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeStreamsConfig extends cdktf.TerraformMetaArguments /** * The schema from which to return the streams from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} */ readonly schema: string; } @@ -129,7 +129,7 @@ export class DataSnowflakeStreamsStreamsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams snowflake_streams} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams snowflake_streams} */ export class DataSnowflakeStreams extends cdktf.TerraformDataSource { @@ -145,7 +145,7 @@ export class DataSnowflakeStreams extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeStreams resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeStreams to import - * @param importFromId The id of the existing DataSnowflakeStreams that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeStreams that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeStreams to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -157,7 +157,7 @@ export class DataSnowflakeStreams extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/streams snowflake_streams} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/streams snowflake_streams} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -168,7 +168,7 @@ export class DataSnowflakeStreams extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_streams', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-system-generate-scim-access-token/README.md b/src/data-snowflake-system-generate-scim-access-token/README.md index 5501bb8d9..77894c8fe 100644 --- a/src/data-snowflake-system-generate-scim-access-token/README.md +++ b/src/data-snowflake-system-generate-scim-access-token/README.md @@ -1,3 +1,3 @@ # `data_snowflake_system_generate_scim_access_token` -Refer to the Terraform Registry for docs: [`data_snowflake_system_generate_scim_access_token`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token). +Refer to the Terraform Registry for docs: [`data_snowflake_system_generate_scim_access_token`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token). diff --git a/src/data-snowflake-system-generate-scim-access-token/index.ts b/src/data-snowflake-system-generate-scim-access-token/index.ts index c8c3c061a..411e3ab82 100644 --- a/src/data-snowflake-system-generate-scim-access-token/index.ts +++ b/src/data-snowflake-system-generate-scim-access-token/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeSystemGenerateScimAccessTokenConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,13 +22,13 @@ export interface DataSnowflakeSystemGenerateScimAccessTokenConfig extends cdktf. /** * SCIM Integration Name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} */ readonly integrationName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token} */ export class DataSnowflakeSystemGenerateScimAccessToken extends cdktf.TerraformDataSource { @@ -44,7 +44,7 @@ export class DataSnowflakeSystemGenerateScimAccessToken extends cdktf.TerraformD * Generates CDKTF code for importing a DataSnowflakeSystemGenerateScimAccessToken resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSystemGenerateScimAccessToken to import - * @param importFromId The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeSystemGenerateScimAccessToken to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class DataSnowflakeSystemGenerateScimAccessToken extends cdktf.TerraformD // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class DataSnowflakeSystemGenerateScimAccessToken extends cdktf.TerraformD terraformResourceType: 'snowflake_system_generate_scim_access_token', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-system-get-aws-sns-iam-policy/README.md b/src/data-snowflake-system-get-aws-sns-iam-policy/README.md index d71dc23f2..633a5ef0f 100644 --- a/src/data-snowflake-system-get-aws-sns-iam-policy/README.md +++ b/src/data-snowflake-system-get-aws-sns-iam-policy/README.md @@ -1,3 +1,3 @@ # `data_snowflake_system_get_aws_sns_iam_policy` -Refer to the Terraform Registry for docs: [`data_snowflake_system_get_aws_sns_iam_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy). +Refer to the Terraform Registry for docs: [`data_snowflake_system_get_aws_sns_iam_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy). diff --git a/src/data-snowflake-system-get-aws-sns-iam-policy/index.ts b/src/data-snowflake-system-get-aws-sns-iam-policy/index.ts index b990dca7b..a3afa60e8 100644 --- a/src/data-snowflake-system-get-aws-sns-iam-policy/index.ts +++ b/src/data-snowflake-system-get-aws-sns-iam-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeSystemGetAwsSnsIamPolicyConfig extends cdktf.Terra /** * Amazon Resource Name (ARN) of the SNS topic for your S3 bucket * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} */ readonly awsSnsTopicArn: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeSystemGetAwsSnsIamPolicyConfig extends cdktf.Terra } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy} */ export class DataSnowflakeSystemGetAwsSnsIamPolicy extends cdktf.TerraformDataSource { @@ -44,7 +44,7 @@ export class DataSnowflakeSystemGetAwsSnsIamPolicy extends cdktf.TerraformDataSo * Generates CDKTF code for importing a DataSnowflakeSystemGetAwsSnsIamPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSystemGetAwsSnsIamPolicy to import - * @param importFromId The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeSystemGetAwsSnsIamPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class DataSnowflakeSystemGetAwsSnsIamPolicy extends cdktf.TerraformDataSo // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class DataSnowflakeSystemGetAwsSnsIamPolicy extends cdktf.TerraformDataSo terraformResourceType: 'snowflake_system_get_aws_sns_iam_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-system-get-privatelink-config/README.md b/src/data-snowflake-system-get-privatelink-config/README.md index 1d2ad827d..cf4744808 100644 --- a/src/data-snowflake-system-get-privatelink-config/README.md +++ b/src/data-snowflake-system-get-privatelink-config/README.md @@ -1,3 +1,3 @@ # `data_snowflake_system_get_privatelink_config` -Refer to the Terraform Registry for docs: [`data_snowflake_system_get_privatelink_config`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config). +Refer to the Terraform Registry for docs: [`data_snowflake_system_get_privatelink_config`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config). diff --git a/src/data-snowflake-system-get-privatelink-config/index.ts b/src/data-snowflake-system-get-privatelink-config/index.ts index 9a5ea7cc7..8863deccb 100644 --- a/src/data-snowflake-system-get-privatelink-config/index.ts +++ b/src/data-snowflake-system-get-privatelink-config/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeSystemGetPrivatelinkConfigConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeSystemGetPrivatelinkConfigConfig extends cdktf.Ter } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config} */ export class DataSnowflakeSystemGetPrivatelinkConfig extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataSnowflakeSystemGetPrivatelinkConfig extends cdktf.TerraformData * Generates CDKTF code for importing a DataSnowflakeSystemGetPrivatelinkConfig resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSystemGetPrivatelinkConfig to import - * @param importFromId The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeSystemGetPrivatelinkConfig to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataSnowflakeSystemGetPrivatelinkConfig extends cdktf.TerraformData // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -61,7 +61,7 @@ export class DataSnowflakeSystemGetPrivatelinkConfig extends cdktf.TerraformData terraformResourceType: 'snowflake_system_get_privatelink_config', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-system-get-snowflake-platform-info/README.md b/src/data-snowflake-system-get-snowflake-platform-info/README.md index 38d026db0..cd4a95b09 100644 --- a/src/data-snowflake-system-get-snowflake-platform-info/README.md +++ b/src/data-snowflake-system-get-snowflake-platform-info/README.md @@ -1,3 +1,3 @@ # `data_snowflake_system_get_snowflake_platform_info` -Refer to the Terraform Registry for docs: [`data_snowflake_system_get_snowflake_platform_info`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info). +Refer to the Terraform Registry for docs: [`data_snowflake_system_get_snowflake_platform_info`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info). diff --git a/src/data-snowflake-system-get-snowflake-platform-info/index.ts b/src/data-snowflake-system-get-snowflake-platform-info/index.ts index 030926603..4c8bd1f2b 100644 --- a/src/data-snowflake-system-get-snowflake-platform-info/index.ts +++ b/src/data-snowflake-system-get-snowflake-platform-info/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeSystemGetSnowflakePlatformInfoConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeSystemGetSnowflakePlatformInfoConfig extends cdktf } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info} */ export class DataSnowflakeSystemGetSnowflakePlatformInfo extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataSnowflakeSystemGetSnowflakePlatformInfo extends cdktf.Terraform * Generates CDKTF code for importing a DataSnowflakeSystemGetSnowflakePlatformInfo resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSystemGetSnowflakePlatformInfo to import - * @param importFromId The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeSystemGetSnowflakePlatformInfo to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataSnowflakeSystemGetSnowflakePlatformInfo extends cdktf.Terraform // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -61,7 +61,7 @@ export class DataSnowflakeSystemGetSnowflakePlatformInfo extends cdktf.Terraform terraformResourceType: 'snowflake_system_get_snowflake_platform_info', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-tables/README.md b/src/data-snowflake-tables/README.md index 573d5016d..58ef69edc 100644 --- a/src/data-snowflake-tables/README.md +++ b/src/data-snowflake-tables/README.md @@ -1,3 +1,3 @@ # `data_snowflake_tables` -Refer to the Terraform Registry for docs: [`data_snowflake_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables). +Refer to the Terraform Registry for docs: [`data_snowflake_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables). diff --git a/src/data-snowflake-tables/index.ts b/src/data-snowflake-tables/index.ts index 1884a72d8..fae4de825 100644 --- a/src/data-snowflake-tables/index.ts +++ b/src/data-snowflake-tables/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeTablesConfig extends cdktf.TerraformMetaArguments /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#database DataSnowflakeTables#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#database DataSnowflakeTables#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#id DataSnowflakeTables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#id DataSnowflakeTables#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeTablesConfig extends cdktf.TerraformMetaArguments /** * The schema from which to return the tables from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} */ readonly schema: string; } @@ -124,7 +124,7 @@ export class DataSnowflakeTablesTablesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables snowflake_tables} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables snowflake_tables} */ export class DataSnowflakeTables extends cdktf.TerraformDataSource { @@ -140,7 +140,7 @@ export class DataSnowflakeTables extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeTables resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeTables to import - * @param importFromId The id of the existing DataSnowflakeTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeTables to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -152,7 +152,7 @@ export class DataSnowflakeTables extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tables snowflake_tables} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tables snowflake_tables} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -163,7 +163,7 @@ export class DataSnowflakeTables extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_tables', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-tasks/README.md b/src/data-snowflake-tasks/README.md index ea2bee854..7b22ac056 100644 --- a/src/data-snowflake-tasks/README.md +++ b/src/data-snowflake-tasks/README.md @@ -1,3 +1,3 @@ # `data_snowflake_tasks` -Refer to the Terraform Registry for docs: [`data_snowflake_tasks`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks). +Refer to the Terraform Registry for docs: [`data_snowflake_tasks`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks). diff --git a/src/data-snowflake-tasks/index.ts b/src/data-snowflake-tasks/index.ts index 82cec5001..89c75440f 100644 --- a/src/data-snowflake-tasks/index.ts +++ b/src/data-snowflake-tasks/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeTasksConfig extends cdktf.TerraformMetaArguments { /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#id DataSnowflakeTasks#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#id DataSnowflakeTasks#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeTasksConfig extends cdktf.TerraformMetaArguments { /** * The schema from which to return the tasks from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} */ readonly schema: string; } @@ -129,7 +129,7 @@ export class DataSnowflakeTasksTasksList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks snowflake_tasks} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks snowflake_tasks} */ export class DataSnowflakeTasks extends cdktf.TerraformDataSource { @@ -145,7 +145,7 @@ export class DataSnowflakeTasks extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeTasks resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeTasks to import - * @param importFromId The id of the existing DataSnowflakeTasks that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeTasks that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeTasks to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -157,7 +157,7 @@ export class DataSnowflakeTasks extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/tasks snowflake_tasks} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/tasks snowflake_tasks} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -168,7 +168,7 @@ export class DataSnowflakeTasks extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_tasks', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-users/README.md b/src/data-snowflake-users/README.md index 121a00b4c..f7ee365fc 100644 --- a/src/data-snowflake-users/README.md +++ b/src/data-snowflake-users/README.md @@ -1,3 +1,3 @@ # `data_snowflake_users` -Refer to the Terraform Registry for docs: [`data_snowflake_users`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users). +Refer to the Terraform Registry for docs: [`data_snowflake_users`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users). diff --git a/src/data-snowflake-users/index.ts b/src/data-snowflake-users/index.ts index eef22e8a8..db1f4ab27 100644 --- a/src/data-snowflake-users/index.ts +++ b/src/data-snowflake-users/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeUsersConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#id DataSnowflakeUsers#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#id DataSnowflakeUsers#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeUsersConfig extends cdktf.TerraformMetaArguments { /** * Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} */ readonly pattern: string; } @@ -163,7 +163,7 @@ export class DataSnowflakeUsersUsersList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users snowflake_users} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users snowflake_users} */ export class DataSnowflakeUsers extends cdktf.TerraformDataSource { @@ -179,7 +179,7 @@ export class DataSnowflakeUsers extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeUsers resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeUsers to import - * @param importFromId The id of the existing DataSnowflakeUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeUsers to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -191,7 +191,7 @@ export class DataSnowflakeUsers extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/users snowflake_users} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/users snowflake_users} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -202,7 +202,7 @@ export class DataSnowflakeUsers extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_users', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-views/README.md b/src/data-snowflake-views/README.md index d01352969..a7b8a7297 100644 --- a/src/data-snowflake-views/README.md +++ b/src/data-snowflake-views/README.md @@ -1,3 +1,3 @@ # `data_snowflake_views` -Refer to the Terraform Registry for docs: [`data_snowflake_views`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views). +Refer to the Terraform Registry for docs: [`data_snowflake_views`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views). diff --git a/src/data-snowflake-views/index.ts b/src/data-snowflake-views/index.ts index 5bf58a6c2..863a2bb2a 100644 --- a/src/data-snowflake-views/index.ts +++ b/src/data-snowflake-views/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeViewsConfig extends cdktf.TerraformMetaArguments { /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#database DataSnowflakeViews#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#database DataSnowflakeViews#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#id DataSnowflakeViews#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#id DataSnowflakeViews#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeViewsConfig extends cdktf.TerraformMetaArguments { /** * The schema from which to return the views from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#schema DataSnowflakeViews#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#schema DataSnowflakeViews#schema} */ readonly schema: string; } @@ -124,7 +124,7 @@ export class DataSnowflakeViewsViewsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views snowflake_views} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views snowflake_views} */ export class DataSnowflakeViews extends cdktf.TerraformDataSource { @@ -140,7 +140,7 @@ export class DataSnowflakeViews extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeViews resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeViews to import - * @param importFromId The id of the existing DataSnowflakeViews that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeViews that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeViews to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -152,7 +152,7 @@ export class DataSnowflakeViews extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/views snowflake_views} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/views snowflake_views} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -163,7 +163,7 @@ export class DataSnowflakeViews extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_views', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-warehouses/README.md b/src/data-snowflake-warehouses/README.md index 498ba9201..69ab8a116 100644 --- a/src/data-snowflake-warehouses/README.md +++ b/src/data-snowflake-warehouses/README.md @@ -1,3 +1,3 @@ # `data_snowflake_warehouses` -Refer to the Terraform Registry for docs: [`data_snowflake_warehouses`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses). +Refer to the Terraform Registry for docs: [`data_snowflake_warehouses`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses). diff --git a/src/data-snowflake-warehouses/index.ts b/src/data-snowflake-warehouses/index.ts index 2ff2ce590..b0e4672dd 100644 --- a/src/data-snowflake-warehouses/index.ts +++ b/src/data-snowflake-warehouses/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeWarehousesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -122,7 +122,7 @@ export class DataSnowflakeWarehousesWarehousesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses snowflake_warehouses} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses snowflake_warehouses} */ export class DataSnowflakeWarehouses extends cdktf.TerraformDataSource { @@ -138,7 +138,7 @@ export class DataSnowflakeWarehouses extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeWarehouses resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeWarehouses to import - * @param importFromId The id of the existing DataSnowflakeWarehouses that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeWarehouses that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeWarehouses to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -150,7 +150,7 @@ export class DataSnowflakeWarehouses extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/data-sources/warehouses snowflake_warehouses} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/data-sources/warehouses snowflake_warehouses} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -161,7 +161,7 @@ export class DataSnowflakeWarehouses extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_warehouses', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/database-grant/README.md b/src/database-grant/README.md index bfb7a0a93..a40ce2dea 100644 --- a/src/database-grant/README.md +++ b/src/database-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_database_grant` -Refer to the Terraform Registry for docs: [`snowflake_database_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant). +Refer to the Terraform Registry for docs: [`snowflake_database_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant). diff --git a/src/database-grant/index.ts b/src/database-grant/index.ts index 6d5a13a76..a17901b98 100644 --- a/src/database-grant/index.ts +++ b/src/database-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface DatabaseGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#id DatabaseGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#id DatabaseGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,37 +34,37 @@ export interface DatabaseGrantConfig extends cdktf.TerraformMetaArguments { /** * The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#roles DatabaseGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#roles DatabaseGrant#roles} */ readonly roles?: string[]; /** * Grants privilege to these shares. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#shares DatabaseGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#shares DatabaseGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant snowflake_database_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant snowflake_database_grant} */ export class DatabaseGrant extends cdktf.TerraformResource { @@ -80,7 +80,7 @@ export class DatabaseGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a DatabaseGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DatabaseGrant to import - * @param importFromId The id of the existing DatabaseGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DatabaseGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DatabaseGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -92,7 +92,7 @@ export class DatabaseGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_grant snowflake_database_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_grant snowflake_database_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -103,7 +103,7 @@ export class DatabaseGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_database_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/database-role/README.md b/src/database-role/README.md index 4eb6dd64b..3ec0d2419 100644 --- a/src/database-role/README.md +++ b/src/database-role/README.md @@ -1,3 +1,3 @@ # `snowflake_database_role` -Refer to the Terraform Registry for docs: [`snowflake_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role). +Refer to the Terraform Registry for docs: [`snowflake_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role). diff --git a/src/database-role/index.ts b/src/database-role/index.ts index de7e6ac92..0218591e2 100644 --- a/src/database-role/index.ts +++ b/src/database-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface DatabaseRoleConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the database role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#comment DatabaseRole#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#comment DatabaseRole#comment} */ readonly comment?: string; /** * The database in which to create the database role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#database DatabaseRole#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#database DatabaseRole#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#id DatabaseRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#id DatabaseRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,13 +34,13 @@ export interface DatabaseRoleConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the database role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#name DatabaseRole#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#name DatabaseRole#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role snowflake_database_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role snowflake_database_role} */ export class DatabaseRole extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class DatabaseRole extends cdktf.TerraformResource { * Generates CDKTF code for importing a DatabaseRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DatabaseRole to import - * @param importFromId The id of the existing DatabaseRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DatabaseRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DatabaseRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class DatabaseRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database_role snowflake_database_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database_role snowflake_database_role} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class DatabaseRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_database_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/database/README.md b/src/database/README.md index cf08b4ccd..30a0c8e52 100644 --- a/src/database/README.md +++ b/src/database/README.md @@ -1,3 +1,3 @@ # `snowflake_database` -Refer to the Terraform Registry for docs: [`snowflake_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database). +Refer to the Terraform Registry for docs: [`snowflake_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database). diff --git a/src/database/index.ts b/src/database/index.ts index fe31e45f2..5a8e69173 100644 --- a/src/database/index.ts +++ b/src/database/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,35 +13,35 @@ import * as cdktf from 'cdktf'; export interface DatabaseConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#comment Database#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#comment Database#comment} */ readonly comment?: string; /** - * Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. + * Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. A value of 0 effectively disables Time Travel for the specified database. Default value for this field is set to -1, which is a fallback to use Snowflake default. For more information, see Understanding & Using Time Travel. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} */ readonly dataRetentionTimeInDays?: number; /** * Specify a database to create a clone from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_database Database#from_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_database Database#from_database} */ readonly fromDatabase?: string; /** * Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_replica Database#from_replica} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_replica Database#from_replica} */ readonly fromReplica?: string; /** * Specify a provider and a share in this map to create a database from a share. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#from_share Database#from_share} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#from_share Database#from_share} */ readonly fromShare?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#id Database#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#id Database#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -50,27 +50,27 @@ export interface DatabaseConfig extends cdktf.TerraformMetaArguments { /** * Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#is_transient Database#is_transient} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#is_transient Database#is_transient} */ readonly isTransient?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#name Database#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#name Database#name} */ readonly name: string; /** * replication_configuration block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#replication_configuration Database#replication_configuration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#replication_configuration Database#replication_configuration} */ readonly replicationConfiguration?: DatabaseReplicationConfiguration; } export interface DatabaseReplicationConfiguration { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#accounts Database#accounts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#accounts Database#accounts} */ readonly accounts: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check} */ readonly ignoreEditionCheck?: boolean | cdktf.IResolvable; } @@ -180,7 +180,7 @@ export class DatabaseReplicationConfigurationOutputReference extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database snowflake_database} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database snowflake_database} */ export class Database extends cdktf.TerraformResource { @@ -196,7 +196,7 @@ export class Database extends cdktf.TerraformResource { * Generates CDKTF code for importing a Database resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Database to import - * @param importFromId The id of the existing Database that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Database that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Database to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -208,7 +208,7 @@ export class Database extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/database snowflake_database} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/database snowflake_database} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -219,7 +219,7 @@ export class Database extends cdktf.TerraformResource { terraformResourceType: 'snowflake_database', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/dynamic-table/README.md b/src/dynamic-table/README.md index d4c5253e7..7ea5810b6 100644 --- a/src/dynamic-table/README.md +++ b/src/dynamic-table/README.md @@ -1,3 +1,3 @@ # `snowflake_dynamic_table` -Refer to the Terraform Registry for docs: [`snowflake_dynamic_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table). +Refer to the Terraform Registry for docs: [`snowflake_dynamic_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table). diff --git a/src/dynamic-table/index.ts b/src/dynamic-table/index.ts index 1a2132d6c..d9a721b70 100644 --- a/src/dynamic-table/index.ts +++ b/src/dynamic-table/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface DynamicTableConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#comment DynamicTable#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#comment DynamicTable#comment} */ readonly comment?: string; /** * The database in which to create the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#database DynamicTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#database DynamicTable#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#id DynamicTable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#id DynamicTable#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,49 +34,49 @@ export interface DynamicTableConfig extends cdktf.TerraformMetaArguments { /** * Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON_CREATE and ON_SCHEDULE. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#initialize DynamicTable#initialize} */ readonly initialize?: string; /** * Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#name DynamicTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#name DynamicTable#name} */ readonly name: string; /** * Specifies whether to replace the dynamic table if it already exists. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} */ readonly orReplace?: boolean | cdktf.IResolvable; /** * Specifies the query to use to populate the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#query DynamicTable#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#query DynamicTable#query} */ readonly query: string; /** * INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} */ readonly refreshMode?: string; /** * The schema in which to create the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#schema DynamicTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#schema DynamicTable#schema} */ readonly schema: string; /** * The warehouse in which to create the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} */ readonly warehouse: string; /** * target_lag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} */ readonly targetLag: DynamicTableTargetLag; } @@ -84,13 +84,13 @@ export interface DynamicTableTargetLag { /** * Specifies whether the target lag time is downstream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} */ readonly downstream?: boolean | cdktf.IResolvable; /** * Specifies the maximum target lag time for the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} */ readonly maximumDuration?: string; } @@ -203,7 +203,7 @@ export class DynamicTableTargetLagOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table snowflake_dynamic_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table snowflake_dynamic_table} */ export class DynamicTable extends cdktf.TerraformResource { @@ -219,7 +219,7 @@ export class DynamicTable extends cdktf.TerraformResource { * Generates CDKTF code for importing a DynamicTable resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DynamicTable to import - * @param importFromId The id of the existing DynamicTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DynamicTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DynamicTable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -231,7 +231,7 @@ export class DynamicTable extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/dynamic_table snowflake_dynamic_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/dynamic_table snowflake_dynamic_table} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -242,7 +242,7 @@ export class DynamicTable extends cdktf.TerraformResource { terraformResourceType: 'snowflake_dynamic_table', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/email-notification-integration/README.md b/src/email-notification-integration/README.md index 23b8775e9..bec07dba6 100644 --- a/src/email-notification-integration/README.md +++ b/src/email-notification-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_email_notification_integration` -Refer to the Terraform Registry for docs: [`snowflake_email_notification_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration). +Refer to the Terraform Registry for docs: [`snowflake_email_notification_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration). diff --git a/src/email-notification-integration/index.ts b/src/email-notification-integration/index.ts index 4317150fe..8a178ab62 100644 --- a/src/email-notification-integration/index.ts +++ b/src/email-notification-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,34 +15,34 @@ export interface EmailNotificationIntegrationConfig extends cdktf.TerraformMetaA /** * List of email addresses that should receive notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} */ readonly allowedRecipients?: string[]; /** * A comment for the email integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration snowflake_email_notification_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration snowflake_email_notification_integration} */ export class EmailNotificationIntegration extends cdktf.TerraformResource { @@ -58,7 +58,7 @@ export class EmailNotificationIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a EmailNotificationIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EmailNotificationIntegration to import - * @param importFromId The id of the existing EmailNotificationIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EmailNotificationIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EmailNotificationIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -70,7 +70,7 @@ export class EmailNotificationIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/email_notification_integration snowflake_email_notification_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/email_notification_integration snowflake_email_notification_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -81,7 +81,7 @@ export class EmailNotificationIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_email_notification_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/external-function/README.md b/src/external-function/README.md index 91fea6897..4576a8439 100644 --- a/src/external-function/README.md +++ b/src/external-function/README.md @@ -1,3 +1,3 @@ # `snowflake_external_function` -Refer to the Terraform Registry for docs: [`snowflake_external_function`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function). +Refer to the Terraform Registry for docs: [`snowflake_external_function`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function). diff --git a/src/external-function/index.ts b/src/external-function/index.ts index db3f545f4..7b922fa7c 100644 --- a/src/external-function/index.ts +++ b/src/external-function/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +15,35 @@ export interface ExternalFunctionConfig extends cdktf.TerraformMetaArguments { /** * The name of the API integration object that should be used to authenticate the call to the proxy service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} */ readonly apiIntegration: string; /** * A description of the external function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#comment ExternalFunction#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#comment ExternalFunction#comment} */ readonly comment?: string; /** * If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#compression ExternalFunction#compression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#compression ExternalFunction#compression} */ readonly compression?: string; /** * Binds Snowflake context function results to HTTP headers. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} */ readonly contextHeaders?: string[]; /** * The database in which to create the external function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#database ExternalFunction#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#database ExternalFunction#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#id ExternalFunction#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#id ExternalFunction#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -52,73 +52,73 @@ export interface ExternalFunctionConfig extends cdktf.TerraformMetaArguments { /** * This specifies the maximum number of rows in each batch sent to the proxy service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} */ readonly maxBatchRows?: number; /** * Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} */ readonly name: string; /** * Specifies the behavior of the external function when called with null inputs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} */ readonly nullInputBehavior?: string; /** * This specifies the name of the request translator function * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} */ readonly requestTranslator?: string; /** * This specifies the name of the response translator function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} */ readonly responseTranslator?: string; /** * Specifies the behavior of the function when returning results * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} */ readonly returnBehavior: string; /** * Indicates whether the function can return NULL values (true) or must return only NON-NULL values (false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} */ readonly returnNullAllowed?: boolean | cdktf.IResolvable; /** * Specifies the data type returned by the external function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#return_type ExternalFunction#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#return_type ExternalFunction#return_type} */ readonly returnType: string; /** * The schema in which to create the external function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#schema ExternalFunction#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#schema ExternalFunction#schema} */ readonly schema: string; /** * This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} */ readonly urlOfProxyAndResource: string; /** * arg block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#arg ExternalFunction#arg} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#arg ExternalFunction#arg} */ readonly arg?: ExternalFunctionArg[] | cdktf.IResolvable; /** * header block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#header ExternalFunction#header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#header ExternalFunction#header} */ readonly header?: ExternalFunctionHeader[] | cdktf.IResolvable; } @@ -126,13 +126,13 @@ export interface ExternalFunctionArg { /** * Argument name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} */ readonly name: string; /** * Argument type, e.g. VARCHAR * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#type ExternalFunction#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#type ExternalFunction#type} */ readonly type: string; } @@ -273,13 +273,13 @@ export interface ExternalFunctionHeader { /** * Header name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#name ExternalFunction#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#name ExternalFunction#name} */ readonly name: string; /** * Header value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#value ExternalFunction#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#value ExternalFunction#value} */ readonly value: string; } @@ -418,7 +418,7 @@ export class ExternalFunctionHeaderList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function snowflake_external_function} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function snowflake_external_function} */ export class ExternalFunction extends cdktf.TerraformResource { @@ -434,7 +434,7 @@ export class ExternalFunction extends cdktf.TerraformResource { * Generates CDKTF code for importing a ExternalFunction resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ExternalFunction to import - * @param importFromId The id of the existing ExternalFunction that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ExternalFunction that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ExternalFunction to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -446,7 +446,7 @@ export class ExternalFunction extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_function snowflake_external_function} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_function snowflake_external_function} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -457,7 +457,7 @@ export class ExternalFunction extends cdktf.TerraformResource { terraformResourceType: 'snowflake_external_function', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/external-oauth-integration/README.md b/src/external-oauth-integration/README.md index f6a8f6666..66da42c4d 100644 --- a/src/external-oauth-integration/README.md +++ b/src/external-oauth-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_external_oauth_integration` -Refer to the Terraform Registry for docs: [`snowflake_external_oauth_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration). +Refer to the Terraform Registry for docs: [`snowflake_external_oauth_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration). diff --git a/src/external-oauth-integration/index.ts b/src/external-oauth-integration/index.ts index 9bc8c9e08..e6d86c9b7 100644 --- a/src/external-oauth-integration/index.ts +++ b/src/external-oauth-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface ExternalOauthIntegrationConfig extends cdktf.TerraformMetaArgum /** * Specifies the list of roles that the client can set as the primary role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} */ readonly allowedRoles?: string[]; /** * Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} */ readonly anyRoleMode?: string; /** * Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} */ readonly audienceUrls?: string[]; /** * Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} */ readonly blockedRoles?: string[]; /** * Specifies a comment for the OAuth integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} */ readonly comment?: string; /** * Specifies whether to initiate operation of the integration or suspend it. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -58,67 +58,67 @@ export interface ExternalOauthIntegrationConfig extends cdktf.TerraformMetaArgum /** * Specifies the URL to define the OAuth 2.0 authorization server. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} */ readonly issuer: string; /** * Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. The maximum number of URLs that can be specified in the list is 3. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} */ readonly jwsKeysUrls?: string[]; /** * Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} */ readonly name: string; /** * Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} */ readonly rsaPublicKey?: string; /** * Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. Used for key rotation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} */ readonly rsaPublicKey2?: string; /** * Specifies the scope delimiter in the authorization token. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} */ readonly scopeDelimiter?: string; /** * Specifies the access token claim to map the access token to an account role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} */ readonly scopeMappingAttribute?: string; /** * Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} */ readonly snowflakeUserMappingAttribute: string; /** * Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} */ readonly tokenUserMappingClaims: string[]; /** * Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} */ readonly type: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration} */ export class ExternalOauthIntegration extends cdktf.TerraformResource { @@ -134,7 +134,7 @@ export class ExternalOauthIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a ExternalOauthIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ExternalOauthIntegration to import - * @param importFromId The id of the existing ExternalOauthIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ExternalOauthIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ExternalOauthIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -146,7 +146,7 @@ export class ExternalOauthIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -157,7 +157,7 @@ export class ExternalOauthIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_external_oauth_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/external-table-grant/README.md b/src/external-table-grant/README.md index 7d6d9e443..11045822d 100644 --- a/src/external-table-grant/README.md +++ b/src/external-table-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_external_table_grant` -Refer to the Terraform Registry for docs: [`snowflake_external_table_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant). +Refer to the Terraform Registry for docs: [`snowflake_external_table_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant). diff --git a/src/external-table-grant/index.ts b/src/external-table-grant/index.ts index fe94ce349..4dad2ef16 100644 --- a/src/external-table-grant/index.ts +++ b/src/external-table-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface ExternalTableGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future external tables on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** * The name of the external table on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} */ readonly externalTableName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#id ExternalTableGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#id ExternalTableGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,55 +40,55 @@ export interface ExternalTableGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future external tables on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant snowflake_external_table_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant snowflake_external_table_grant} */ export class ExternalTableGrant extends cdktf.TerraformResource { @@ -104,7 +104,7 @@ export class ExternalTableGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a ExternalTableGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ExternalTableGrant to import - * @param importFromId The id of the existing ExternalTableGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ExternalTableGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ExternalTableGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -116,7 +116,7 @@ export class ExternalTableGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table_grant snowflake_external_table_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table_grant snowflake_external_table_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -127,7 +127,7 @@ export class ExternalTableGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_external_table_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/external-table/README.md b/src/external-table/README.md index eb03a9087..321f1d0bd 100644 --- a/src/external-table/README.md +++ b/src/external-table/README.md @@ -1,3 +1,3 @@ # `snowflake_external_table` -Refer to the Terraform Registry for docs: [`snowflake_external_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table). +Refer to the Terraform Registry for docs: [`snowflake_external_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table). diff --git a/src/external-table/index.ts b/src/external-table/index.ts index 1c7a6b156..e23d7556f 100644 --- a/src/external-table/index.ts +++ b/src/external-table/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface ExternalTableConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} */ readonly autoRefresh?: boolean | cdktf.IResolvable; /** * Specifies the aws sns topic for the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} */ readonly awsSnsTopic?: string; /** * Specifies a comment for the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#comment ExternalTable#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#comment ExternalTable#comment} */ readonly comment?: string; /** * Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} */ readonly copyGrants?: boolean | cdktf.IResolvable; /** * The database in which to create the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} */ readonly database: string; /** * Specifies the file format for the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#file_format ExternalTable#file_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#file_format ExternalTable#file_format} */ readonly fileFormat: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#id ExternalTable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#id ExternalTable#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -58,55 +58,55 @@ export interface ExternalTableConfig extends cdktf.TerraformMetaArguments { /** * Specifies a location for the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#location ExternalTable#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#location ExternalTable#location} */ readonly location: string; /** * Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} */ readonly name: string; /** * Specifies any partition columns to evaluate for the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#partition_by ExternalTable#partition_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#partition_by ExternalTable#partition_by} */ readonly partitionBy?: string[]; /** * Specifies the file names and/or paths on the external stage to match. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#pattern ExternalTable#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#pattern ExternalTable#pattern} */ readonly pattern?: string; /** * Specifies weather to refresh when an external table is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} */ readonly refreshOnCreate?: boolean | cdktf.IResolvable; /** * The schema in which to create the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} */ readonly schema: string; /** * Identifies the external table table type. For now, only "delta" for Delta Lake table format is supported. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#table_format ExternalTable#table_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#table_format ExternalTable#table_format} */ readonly tableFormat?: string; /** * column block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#column ExternalTable#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#column ExternalTable#column} */ readonly column: ExternalTableColumn[] | cdktf.IResolvable; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#tag ExternalTable#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#tag ExternalTable#tag} */ readonly tag?: ExternalTableTag[] | cdktf.IResolvable; } @@ -114,19 +114,19 @@ export interface ExternalTableColumn { /** * String that specifies the expression for the column. When queried, the column returns results derived from this expression. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#as ExternalTable#as} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#as ExternalTable#as} */ readonly as: string; /** * Column name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} */ readonly name: string; /** * Column type, e.g. VARIANT * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#type ExternalTable#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#type ExternalTable#type} */ readonly type: string; } @@ -293,25 +293,25 @@ export interface ExternalTableTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#database ExternalTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#database ExternalTable#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#name ExternalTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#name ExternalTable#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#schema ExternalTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#schema ExternalTable#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#value ExternalTable#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#value ExternalTable#value} */ readonly value: string; } @@ -508,7 +508,7 @@ export class ExternalTableTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table snowflake_external_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table snowflake_external_table} */ export class ExternalTable extends cdktf.TerraformResource { @@ -524,7 +524,7 @@ export class ExternalTable extends cdktf.TerraformResource { * Generates CDKTF code for importing a ExternalTable resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ExternalTable to import - * @param importFromId The id of the existing ExternalTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ExternalTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ExternalTable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -536,7 +536,7 @@ export class ExternalTable extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/external_table snowflake_external_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/external_table snowflake_external_table} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -547,7 +547,7 @@ export class ExternalTable extends cdktf.TerraformResource { terraformResourceType: 'snowflake_external_table', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/failover-group-grant/README.md b/src/failover-group-grant/README.md index dae4bb23c..e101496e7 100644 --- a/src/failover-group-grant/README.md +++ b/src/failover-group-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_failover_group_grant` -Refer to the Terraform Registry for docs: [`snowflake_failover_group_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant). +Refer to the Terraform Registry for docs: [`snowflake_failover_group_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant). diff --git a/src/failover-group-grant/index.ts b/src/failover-group-grant/index.ts index eafa3b436..6bda89802 100644 --- a/src/failover-group-grant/index.ts +++ b/src/failover-group-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface FailoverGroupGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** * The name of the failover group on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} */ readonly failoverGroupName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,31 +34,31 @@ export interface FailoverGroupGrantConfig extends cdktf.TerraformMetaArguments { /** * The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} */ readonly roles: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant snowflake_failover_group_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant snowflake_failover_group_grant} */ export class FailoverGroupGrant extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class FailoverGroupGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a FailoverGroupGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FailoverGroupGrant to import - * @param importFromId The id of the existing FailoverGroupGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FailoverGroupGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FailoverGroupGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class FailoverGroupGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group_grant snowflake_failover_group_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group_grant snowflake_failover_group_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class FailoverGroupGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_failover_group_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/failover-group/README.md b/src/failover-group/README.md index bc290b7c4..52de89e2b 100644 --- a/src/failover-group/README.md +++ b/src/failover-group/README.md @@ -1,3 +1,3 @@ # `snowflake_failover_group` -Refer to the Terraform Registry for docs: [`snowflake_failover_group`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group). +Refer to the Terraform Registry for docs: [`snowflake_failover_group`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group). diff --git a/src/failover-group/index.ts b/src/failover-group/index.ts index 87d636376..2061278de 100644 --- a/src/failover-group/index.ts +++ b/src/failover-group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface FailoverGroupConfig extends cdktf.TerraformMetaArguments { /** * Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} */ readonly allowedAccounts?: string[]; /** * Specifies the database or list of databases for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include DATABASES to set this parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} */ readonly allowedDatabases?: string[]; /** * Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} */ readonly allowedIntegrationTypes?: string[]; /** * Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include SHARES to set this parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} */ readonly allowedShares?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#id FailoverGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#id FailoverGroup#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -46,31 +46,31 @@ export interface FailoverGroupConfig extends cdktf.TerraformMetaArguments { /** * Allows replicating objects to accounts on lower editions. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} */ readonly ignoreEditionCheck?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} */ readonly name: string; /** * Type(s) of objects for which you are enabling replication and failover from the source account to the target account. The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#object_types FailoverGroup#object_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#object_types FailoverGroup#object_types} */ readonly objectTypes?: string[]; /** * from_replica block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} */ readonly fromReplica?: FailoverGroupFromReplica; /** * replication_schedule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} */ readonly replicationSchedule?: FailoverGroupReplicationSchedule; } @@ -78,19 +78,19 @@ export interface FailoverGroupFromReplica { /** * Identifier for the primary failover group in the source account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#name FailoverGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#name FailoverGroup#name} */ readonly name: string; /** * Name of your Snowflake organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} */ readonly organizationName: string; /** * Source account from which you are enabling replication and failover of the specified objects. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} */ readonly sourceAccountName: string; } @@ -225,13 +225,13 @@ export interface FailoverGroupReplicationScheduleCron { /** * Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#expression FailoverGroup#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#expression FailoverGroup#expression} */ readonly expression: string; /** * Specifies the time zone for secondary group refresh. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} */ readonly timeZone: string; } @@ -340,13 +340,13 @@ export interface FailoverGroupReplicationSchedule { /** * Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#interval FailoverGroup#interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#interval FailoverGroup#interval} */ readonly interval?: number; /** * cron block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#cron FailoverGroup#cron} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#cron FailoverGroup#cron} */ readonly cron?: FailoverGroupReplicationScheduleCron; } @@ -459,7 +459,7 @@ export class FailoverGroupReplicationScheduleOutputReference extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group snowflake_failover_group} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group snowflake_failover_group} */ export class FailoverGroup extends cdktf.TerraformResource { @@ -475,7 +475,7 @@ export class FailoverGroup extends cdktf.TerraformResource { * Generates CDKTF code for importing a FailoverGroup resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FailoverGroup to import - * @param importFromId The id of the existing FailoverGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FailoverGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FailoverGroup to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -487,7 +487,7 @@ export class FailoverGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/failover_group snowflake_failover_group} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/failover_group snowflake_failover_group} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -498,7 +498,7 @@ export class FailoverGroup extends cdktf.TerraformResource { terraformResourceType: 'snowflake_failover_group', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/file-format-grant/README.md b/src/file-format-grant/README.md index d8a346288..dd5956d98 100644 --- a/src/file-format-grant/README.md +++ b/src/file-format-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_file_format_grant` -Refer to the Terraform Registry for docs: [`snowflake_file_format_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant). +Refer to the Terraform Registry for docs: [`snowflake_file_format_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant). diff --git a/src/file-format-grant/index.ts b/src/file-format-grant/index.ts index 2f7d6ee9e..aae375588 100644 --- a/src/file-format-grant/index.ts +++ b/src/file-format-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface FileFormatGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future file formats on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** * The name of the file format on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} */ readonly fileFormatName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#id FileFormatGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#id FileFormatGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,49 +40,49 @@ export interface FileFormatGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future file formats on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} */ readonly schemaName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant snowflake_file_format_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant snowflake_file_format_grant} */ export class FileFormatGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class FileFormatGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a FileFormatGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FileFormatGrant to import - * @param importFromId The id of the existing FileFormatGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FileFormatGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FileFormatGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class FileFormatGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format_grant snowflake_file_format_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format_grant snowflake_file_format_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class FileFormatGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_file_format_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/file-format/README.md b/src/file-format/README.md index 5a260fc7f..0777638b2 100644 --- a/src/file-format/README.md +++ b/src/file-format/README.md @@ -1,3 +1,3 @@ # `snowflake_file_format` -Refer to the Terraform Registry for docs: [`snowflake_file_format`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format). +Refer to the Terraform Registry for docs: [`snowflake_file_format`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format). diff --git a/src/file-format/index.ts b/src/file-format/index.ts index 77d2b87a1..2795d560a 100644 --- a/src/file-format/index.ts +++ b/src/file-format/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,119 +15,119 @@ export interface FileFormatConfig extends cdktf.TerraformMetaArguments { /** * Boolean that specifies to allow duplicate object field names (only the last one will be preserved). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} */ readonly allowDuplicate?: boolean | cdktf.IResolvable; /** * Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} */ readonly binaryAsText?: boolean | cdktf.IResolvable; /** * Defines the encoding format for binary input or output. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#binary_format FileFormat#binary_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#binary_format FileFormat#binary_format} */ readonly binaryFormat?: string; /** * Specifies a comment for the file format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#comment FileFormat#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#comment FileFormat#comment} */ readonly comment?: string; /** * Specifies the current compression algorithm for the data file. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#compression FileFormat#compression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#compression FileFormat#compression} */ readonly compression?: string; /** * The database in which to create the file format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#database FileFormat#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#database FileFormat#database} */ readonly database: string; /** * Defines the format of date values in the data files (data loading) or table (data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#date_format FileFormat#date_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#date_format FileFormat#date_format} */ readonly dateFormat?: string; /** * Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} */ readonly disableAutoConvert?: boolean | cdktf.IResolvable; /** * Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} */ readonly disableSnowflakeData?: boolean | cdktf.IResolvable; /** * Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} */ readonly emptyFieldAsNull?: boolean | cdktf.IResolvable; /** * Boolean that enables parsing of octal numbers. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} */ readonly enableOctal?: boolean | cdktf.IResolvable; /** * String (constant) that specifies the character set of the source data when loading data into a table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#encoding FileFormat#encoding} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#encoding FileFormat#encoding} */ readonly encoding?: string; /** * Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} */ readonly errorOnColumnCountMismatch?: boolean | cdktf.IResolvable; /** * Single character string used as the escape character for field values. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape FileFormat#escape} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape FileFormat#escape} */ readonly escape?: string; /** * Single character string used as the escape character for unenclosed field values only. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} */ readonly escapeUnenclosedField?: string; /** * Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} */ readonly fieldDelimiter?: string; /** * Character used to enclose strings. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} */ readonly fieldOptionallyEnclosedBy?: string; /** * Specifies the extension for files unloaded to a stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#file_extension FileFormat#file_extension} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#file_extension FileFormat#file_extension} */ readonly fileExtension?: string; /** * Specifies the format of the input files (for data loading) or output files (for data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#format_type FileFormat#format_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#format_type FileFormat#format_type} */ readonly formatType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#id FileFormat#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#id FileFormat#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -136,109 +136,109 @@ export interface FileFormatConfig extends cdktf.TerraformMetaArguments { /** * Boolean that specifies whether UTF-8 encoding errors produce error conditions. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} */ readonly ignoreUtf8Errors?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#name FileFormat#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#name FileFormat#name} */ readonly name: string; /** * String used to convert to and from SQL NULL. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#null_if FileFormat#null_if} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#null_if FileFormat#null_if} */ readonly nullIf?: string[]; /** * Boolean that specifies whether to use the first row headers in the data files to determine column names. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#parse_header FileFormat#parse_header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#parse_header FileFormat#parse_header} */ readonly parseHeader?: boolean | cdktf.IResolvable; /** * Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} */ readonly preserveSpace?: boolean | cdktf.IResolvable; /** * Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} */ readonly recordDelimiter?: string; /** * Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} */ readonly replaceInvalidCharacters?: boolean | cdktf.IResolvable; /** * The schema in which to create the file format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#schema FileFormat#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#schema FileFormat#schema} */ readonly schema: string; /** * Boolean that specifies to skip any blank lines encountered in the data files. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} */ readonly skipBlankLines?: boolean | cdktf.IResolvable; /** * Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} */ readonly skipByteOrderMark?: boolean | cdktf.IResolvable; /** * Number of lines at the start of the file to skip. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#skip_header FileFormat#skip_header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#skip_header FileFormat#skip_header} */ readonly skipHeader?: number; /** * Boolean that instructs the JSON parser to remove object fields or array elements containing null values. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} */ readonly stripNullValues?: boolean | cdktf.IResolvable; /** * Boolean that instructs the JSON parser to remove outer brackets. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} */ readonly stripOuterArray?: boolean | cdktf.IResolvable; /** * Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} */ readonly stripOuterElement?: boolean | cdktf.IResolvable; /** * Defines the format of time values in the data files (data loading) or table (data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#time_format FileFormat#time_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#time_format FileFormat#time_format} */ readonly timeFormat?: string; /** * Defines the format of timestamp values in the data files (data loading) or table (data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} */ readonly timestampFormat?: string; /** * Boolean that specifies whether to remove white space from fields. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#trim_space FileFormat#trim_space} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#trim_space FileFormat#trim_space} */ readonly trimSpace?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format snowflake_file_format} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format snowflake_file_format} */ export class FileFormat extends cdktf.TerraformResource { @@ -254,7 +254,7 @@ export class FileFormat extends cdktf.TerraformResource { * Generates CDKTF code for importing a FileFormat resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FileFormat to import - * @param importFromId The id of the existing FileFormat that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FileFormat that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FileFormat to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -266,7 +266,7 @@ export class FileFormat extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/file_format snowflake_file_format} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/file_format snowflake_file_format} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -277,7 +277,7 @@ export class FileFormat extends cdktf.TerraformResource { terraformResourceType: 'snowflake_file_format', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/function-grant/README.md b/src/function-grant/README.md index 70aeeb9bf..ddd89761c 100644 --- a/src/function-grant/README.md +++ b/src/function-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_function_grant` -Refer to the Terraform Registry for docs: [`snowflake_function_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant). +Refer to the Terraform Registry for docs: [`snowflake_function_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant). diff --git a/src/function-grant/index.ts b/src/function-grant/index.ts index 2ae6d2bdd..b530105b3 100644 --- a/src/function-grant/index.ts +++ b/src/function-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface FunctionGrantConfig extends cdktf.TerraformMetaArguments { /** * List of the argument data types for the function (must be present if function has arguments and function_name is present) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} */ readonly argumentDataTypes?: string[]; /** * The name of the database containing the current or future functions on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#database_name FunctionGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#database_name FunctionGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** * The name of the function on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#function_name FunctionGrant#function_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#function_name FunctionGrant#function_name} */ readonly functionName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#id FunctionGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#id FunctionGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -46,55 +46,55 @@ export interface FunctionGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_all FunctionGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_all FunctionGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#on_future FunctionGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#on_future FunctionGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#privilege FunctionGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#privilege FunctionGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#roles FunctionGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#roles FunctionGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future functions on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#shares FunctionGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#shares FunctionGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant snowflake_function_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant snowflake_function_grant} */ export class FunctionGrant extends cdktf.TerraformResource { @@ -110,7 +110,7 @@ export class FunctionGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a FunctionGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FunctionGrant to import - * @param importFromId The id of the existing FunctionGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FunctionGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FunctionGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -122,7 +122,7 @@ export class FunctionGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function_grant snowflake_function_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function_grant snowflake_function_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -133,7 +133,7 @@ export class FunctionGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_function_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/function-resource/README.md b/src/function-resource/README.md index 8bfbab963..b2bbc88eb 100644 --- a/src/function-resource/README.md +++ b/src/function-resource/README.md @@ -1,3 +1,3 @@ # `snowflake_function` -Refer to the Terraform Registry for docs: [`snowflake_function`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function). +Refer to the Terraform Registry for docs: [`snowflake_function`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function). diff --git a/src/function-resource/index.ts b/src/function-resource/index.ts index 890cc26f4..8a9feb297 100644 --- a/src/function-resource/index.ts +++ b/src/function-resource/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface FunctionResourceConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#comment FunctionResource#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#comment FunctionResource#comment} */ readonly comment?: string; /** * The database in which to create the function. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#database FunctionResource#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#database FunctionResource#database} */ readonly database: string; /** * The handler method for Java / Python function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#handler FunctionResource#handler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#handler FunctionResource#handler} */ readonly handler?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#id FunctionResource#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#id FunctionResource#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,79 +40,79 @@ export interface FunctionResourceConfig extends cdktf.TerraformMetaArguments { /** * Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#imports FunctionResource#imports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#imports FunctionResource#imports} */ readonly imports?: string[]; /** * Specifies that the function is secure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#is_secure FunctionResource#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#is_secure FunctionResource#is_secure} */ readonly isSecure?: boolean | cdktf.IResolvable; /** * Specifies the language of the stored function code. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#language FunctionResource#language} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#language FunctionResource#language} */ readonly language?: string; /** * Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} */ readonly name: string; /** * Specifies the behavior of the function when called with null inputs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} */ readonly nullInputBehavior?: string; /** * List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#packages FunctionResource#packages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#packages FunctionResource#packages} */ readonly packages?: string[]; /** * Specifies the behavior of the function when returning results * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_behavior FunctionResource#return_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_behavior FunctionResource#return_behavior} */ readonly returnBehavior?: string; /** * The return type of the function * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#return_type FunctionResource#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#return_type FunctionResource#return_type} */ readonly returnType: string; /** * Required for Python functions. Specifies Python runtime version. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#runtime_version FunctionResource#runtime_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#runtime_version FunctionResource#runtime_version} */ readonly runtimeVersion?: string; /** * The schema in which to create the function. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#schema FunctionResource#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#schema FunctionResource#schema} */ readonly schema: string; /** * Specifies the javascript / java / scala / sql / python code used to create the function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#statement FunctionResource#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#statement FunctionResource#statement} */ readonly statement: string; /** * The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#target_path FunctionResource#target_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#target_path FunctionResource#target_path} */ readonly targetPath?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#arguments FunctionResource#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#arguments FunctionResource#arguments} */ readonly arguments?: FunctionResourceArguments[] | cdktf.IResolvable; } @@ -120,13 +120,13 @@ export interface FunctionResourceArguments { /** * The argument name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#name FunctionResource#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#name FunctionResource#name} */ readonly name: string; /** * The argument type * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#type FunctionResource#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#type FunctionResource#type} */ readonly type: string; } @@ -265,7 +265,7 @@ export class FunctionResourceArgumentsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function snowflake_function} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function snowflake_function} */ export class FunctionResource extends cdktf.TerraformResource { @@ -281,7 +281,7 @@ export class FunctionResource extends cdktf.TerraformResource { * Generates CDKTF code for importing a FunctionResource resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FunctionResource to import - * @param importFromId The id of the existing FunctionResource that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FunctionResource that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FunctionResource to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -293,7 +293,7 @@ export class FunctionResource extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/function snowflake_function} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/function snowflake_function} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -304,7 +304,7 @@ export class FunctionResource extends cdktf.TerraformResource { terraformResourceType: 'snowflake_function', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/grant-account-role/README.md b/src/grant-account-role/README.md index 1def83082..27bcd3172 100644 --- a/src/grant-account-role/README.md +++ b/src/grant-account-role/README.md @@ -1,3 +1,3 @@ # `snowflake_grant_account_role` -Refer to the Terraform Registry for docs: [`snowflake_grant_account_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role). +Refer to the Terraform Registry for docs: [`snowflake_grant_account_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role). diff --git a/src/grant-account-role/index.ts b/src/grant-account-role/index.ts index 787ad0b97..47f7df9a2 100644 --- a/src/grant-account-role/index.ts +++ b/src/grant-account-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface GrantAccountRoleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#id GrantAccountRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#id GrantAccountRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,25 +22,25 @@ export interface GrantAccountRoleConfig extends cdktf.TerraformMetaArguments { /** * The fully qualified name of the parent role which will create a parent-child relationship between the roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} */ readonly parentRoleName?: string; /** * The fully qualified name of the role which will be granted to the user or parent role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} */ readonly roleName: string; /** * The fully qualified name of the user on which specified role will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} */ readonly userName?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role snowflake_grant_account_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role snowflake_grant_account_role} */ export class GrantAccountRole extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class GrantAccountRole extends cdktf.TerraformResource { * Generates CDKTF code for importing a GrantAccountRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the GrantAccountRole to import - * @param importFromId The id of the existing GrantAccountRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GrantAccountRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GrantAccountRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class GrantAccountRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_account_role snowflake_grant_account_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_account_role snowflake_grant_account_role} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class GrantAccountRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_grant_account_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/grant-database-role/README.md b/src/grant-database-role/README.md index c2680fce5..cd11f3468 100644 --- a/src/grant-database-role/README.md +++ b/src/grant-database-role/README.md @@ -1,3 +1,3 @@ # `snowflake_grant_database_role` -Refer to the Terraform Registry for docs: [`snowflake_grant_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role). +Refer to the Terraform Registry for docs: [`snowflake_grant_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role). diff --git a/src/grant-database-role/index.ts b/src/grant-database-role/index.ts index 56a5da349..a378e9004 100644 --- a/src/grant-database-role/index.ts +++ b/src/grant-database-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface GrantDatabaseRoleConfig extends cdktf.TerraformMetaArguments { /** * The fully qualified name of the database role which will be granted to share or parent role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} */ readonly databaseRoleName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#id GrantDatabaseRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#id GrantDatabaseRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +28,25 @@ export interface GrantDatabaseRoleConfig extends cdktf.TerraformMetaArguments { /** * The fully qualified name of the parent database role which will create a parent-child relationship between the roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} */ readonly parentDatabaseRoleName?: string; /** * The fully qualified name of the parent account role which will create a parent-child relationship between the roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} */ readonly parentRoleName?: string; /** * The fully qualified name of the share on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} */ readonly shareName?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role snowflake_grant_database_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role snowflake_grant_database_role} */ export class GrantDatabaseRole extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class GrantDatabaseRole extends cdktf.TerraformResource { * Generates CDKTF code for importing a GrantDatabaseRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the GrantDatabaseRole to import - * @param importFromId The id of the existing GrantDatabaseRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GrantDatabaseRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GrantDatabaseRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class GrantDatabaseRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_database_role snowflake_grant_database_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_database_role snowflake_grant_database_role} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class GrantDatabaseRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_grant_database_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/grant-privileges-to-account-role/README.md b/src/grant-privileges-to-account-role/README.md index bfb6d03e7..241e26e10 100644 --- a/src/grant-privileges-to-account-role/README.md +++ b/src/grant-privileges-to-account-role/README.md @@ -1,3 +1,3 @@ # `snowflake_grant_privileges_to_account_role` -Refer to the Terraform Registry for docs: [`snowflake_grant_privileges_to_account_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role). +Refer to the Terraform Registry for docs: [`snowflake_grant_privileges_to_account_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role). diff --git a/src/grant-privileges-to-account-role/index.ts b/src/grant-privileges-to-account-role/index.ts index f2cb1f109..cb11b09d2 100644 --- a/src/grant-privileges-to-account-role/index.ts +++ b/src/grant-privileges-to-account-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface GrantPrivilegesToAccountRoleConfig extends cdktf.TerraformMetaA /** * The fully qualified name of the account role to which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} */ readonly accountRoleName: string; /** * Grant all privileges on the account role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} */ readonly allPrivileges?: boolean | cdktf.IResolvable; /** * If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} */ readonly alwaysApply?: boolean | cdktf.IResolvable; /** * This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} */ readonly alwaysApplyTrigger?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -46,37 +46,37 @@ export interface GrantPrivilegesToAccountRoleConfig extends cdktf.TerraformMetaA /** * If true, the privileges will be granted on the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} */ readonly onAccount?: boolean | cdktf.IResolvable; /** * The privileges to grant on the account role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} */ readonly privileges?: string[]; /** * Specifies whether the grantee can grant the privileges to other users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; /** * on_account_object block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} */ readonly onAccountObject?: GrantPrivilegesToAccountRoleOnAccountObject; /** * on_schema block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} */ readonly onSchema?: GrantPrivilegesToAccountRoleOnSchema; /** * on_schema_object block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} */ readonly onSchemaObject?: GrantPrivilegesToAccountRoleOnSchemaObject; } @@ -84,13 +84,13 @@ export interface GrantPrivilegesToAccountRoleOnAccountObject { /** * The fully qualified name of the object on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} */ readonly objectName: string; /** * The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | COMPUTE POOL | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} */ readonly objectType: string; } @@ -199,19 +199,19 @@ export interface GrantPrivilegesToAccountRoleOnSchema { /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} */ readonly allSchemasInDatabase?: string; /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} */ readonly futureSchemasInDatabase?: string; /** * The fully qualified name of the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} */ readonly schemaName?: string; } @@ -353,17 +353,17 @@ export class GrantPrivilegesToAccountRoleOnSchemaOutputReference extends cdktf.C } export interface GrantPrivilegesToAccountRoleOnSchemaObjectAll { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database} */ readonly inDatabase?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema} */ readonly inSchema?: string; /** * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} */ readonly objectTypePlural: string; } @@ -502,17 +502,17 @@ export class GrantPrivilegesToAccountRoleOnSchemaObjectAllOutputReference extend } export interface GrantPrivilegesToAccountRoleOnSchemaObjectFuture { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database} */ readonly inDatabase?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema} */ readonly inSchema?: string; /** * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} */ readonly objectTypePlural: string; } @@ -653,25 +653,25 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObject { /** * The fully qualified name of the object on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} */ readonly objectName?: string; /** * The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} */ readonly objectType?: string; /** * all block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} */ readonly all?: GrantPrivilegesToAccountRoleOnSchemaObjectAll; /** * future block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} */ readonly future?: GrantPrivilegesToAccountRoleOnSchemaObjectFuture; } @@ -842,7 +842,7 @@ export class GrantPrivilegesToAccountRoleOnSchemaObjectOutputReference extends c } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role} */ export class GrantPrivilegesToAccountRole extends cdktf.TerraformResource { @@ -858,7 +858,7 @@ export class GrantPrivilegesToAccountRole extends cdktf.TerraformResource { * Generates CDKTF code for importing a GrantPrivilegesToAccountRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the GrantPrivilegesToAccountRole to import - * @param importFromId The id of the existing GrantPrivilegesToAccountRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GrantPrivilegesToAccountRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GrantPrivilegesToAccountRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -870,7 +870,7 @@ export class GrantPrivilegesToAccountRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -881,7 +881,7 @@ export class GrantPrivilegesToAccountRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_grant_privileges_to_account_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/grant-privileges-to-database-role/README.md b/src/grant-privileges-to-database-role/README.md index 92180041b..d1c595b0f 100644 --- a/src/grant-privileges-to-database-role/README.md +++ b/src/grant-privileges-to-database-role/README.md @@ -1,3 +1,3 @@ # `snowflake_grant_privileges_to_database_role` -Refer to the Terraform Registry for docs: [`snowflake_grant_privileges_to_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role). +Refer to the Terraform Registry for docs: [`snowflake_grant_privileges_to_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role). diff --git a/src/grant-privileges-to-database-role/index.ts b/src/grant-privileges-to-database-role/index.ts index c975ba787..120a10ade 100644 --- a/src/grant-privileges-to-database-role/index.ts +++ b/src/grant-privileges-to-database-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface GrantPrivilegesToDatabaseRoleConfig extends cdktf.TerraformMeta /** * Grant all privileges on the database role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} */ readonly allPrivileges?: boolean | cdktf.IResolvable; /** * If true, the resource will always produce a “plan” and on “apply” it will re-grant defined privileges. It is supposed to be used only in “grant privileges on all X’s in database / schema Y” or “grant all privileges to X” scenarios to make sure that every new object in a given database / schema is granted by the account role and every new privilege is granted to the database role. Important note: this flag is not compliant with the Terraform assumptions of the config being eventually convergent (producing an empty plan). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} */ readonly alwaysApply?: boolean | cdktf.IResolvable; /** * This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} */ readonly alwaysApplyTrigger?: string; /** * The fully qualified name of the database role to which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} */ readonly databaseRoleName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -46,31 +46,31 @@ export interface GrantPrivilegesToDatabaseRoleConfig extends cdktf.TerraformMeta /** * The fully qualified name of the database on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} */ readonly onDatabase?: string; /** * The privileges to grant on the database role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} */ readonly privileges?: string[]; /** * If specified, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; /** * on_schema block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} */ readonly onSchema?: GrantPrivilegesToDatabaseRoleOnSchema; /** * on_schema_object block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} */ readonly onSchemaObject?: GrantPrivilegesToDatabaseRoleOnSchemaObject; } @@ -78,19 +78,19 @@ export interface GrantPrivilegesToDatabaseRoleOnSchema { /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} */ readonly allSchemasInDatabase?: string; /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} */ readonly futureSchemasInDatabase?: string; /** * The fully qualified name of the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} */ readonly schemaName?: string; } @@ -232,17 +232,17 @@ export class GrantPrivilegesToDatabaseRoleOnSchemaOutputReference extends cdktf. } export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectAll { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} */ readonly inDatabase?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} */ readonly inSchema?: string; /** * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} */ readonly objectTypePlural: string; } @@ -381,17 +381,17 @@ export class GrantPrivilegesToDatabaseRoleOnSchemaObjectAllOutputReference exten } export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} */ readonly inDatabase?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} */ readonly inSchema?: string; /** * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS | NETWORK RULES | PACKAGES POLICIES | ICEBERG TABLES * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} */ readonly objectTypePlural: string; } @@ -532,25 +532,25 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObject { /** * The fully qualified name of the object on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} */ readonly objectName?: string; /** * The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW | NETWORK RULE | PACKAGES POLICY | ICEBERG TABLE * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} */ readonly objectType?: string; /** * all block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} */ readonly all?: GrantPrivilegesToDatabaseRoleOnSchemaObjectAll; /** * future block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} */ readonly future?: GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture; } @@ -721,7 +721,7 @@ export class GrantPrivilegesToDatabaseRoleOnSchemaObjectOutputReference extends } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role} */ export class GrantPrivilegesToDatabaseRole extends cdktf.TerraformResource { @@ -737,7 +737,7 @@ export class GrantPrivilegesToDatabaseRole extends cdktf.TerraformResource { * Generates CDKTF code for importing a GrantPrivilegesToDatabaseRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the GrantPrivilegesToDatabaseRole to import - * @param importFromId The id of the existing GrantPrivilegesToDatabaseRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GrantPrivilegesToDatabaseRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GrantPrivilegesToDatabaseRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -749,7 +749,7 @@ export class GrantPrivilegesToDatabaseRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -760,7 +760,7 @@ export class GrantPrivilegesToDatabaseRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_grant_privileges_to_database_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/grant-privileges-to-role/README.md b/src/grant-privileges-to-role/README.md index e294ffbed..56d1a8d36 100644 --- a/src/grant-privileges-to-role/README.md +++ b/src/grant-privileges-to-role/README.md @@ -1,3 +1,3 @@ # `snowflake_grant_privileges_to_role` -Refer to the Terraform Registry for docs: [`snowflake_grant_privileges_to_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role). +Refer to the Terraform Registry for docs: [`snowflake_grant_privileges_to_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role). diff --git a/src/grant-privileges-to-role/index.ts b/src/grant-privileges-to-role/index.ts index a97d4a2f5..120dde379 100644 --- a/src/grant-privileges-to-role/index.ts +++ b/src/grant-privileges-to-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface GrantPrivilegesToRoleConfig extends cdktf.TerraformMetaArgument /** * Grant all privileges on the account role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} */ readonly allPrivileges?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,43 +28,43 @@ export interface GrantPrivilegesToRoleConfig extends cdktf.TerraformMetaArgument /** * If true, the privileges will be granted on the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} */ readonly onAccount?: boolean | cdktf.IResolvable; /** * The privileges to grant on the account role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} */ readonly privileges?: string[]; /** * The fully qualified name of the role to which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} */ readonly roleName: string; /** * Specifies whether the grantee can grant the privileges to other users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; /** * on_account_object block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} */ readonly onAccountObject?: GrantPrivilegesToRoleOnAccountObject; /** * on_schema block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} */ readonly onSchema?: GrantPrivilegesToRoleOnSchema; /** * on_schema_object block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} */ readonly onSchemaObject?: GrantPrivilegesToRoleOnSchemaObject; } @@ -72,13 +72,13 @@ export interface GrantPrivilegesToRoleOnAccountObject { /** * The fully qualified name of the object on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} */ readonly objectName: string; /** * The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} */ readonly objectType: string; } @@ -187,19 +187,19 @@ export interface GrantPrivilegesToRoleOnSchema { /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} */ readonly allSchemasInDatabase?: string; /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} */ readonly futureSchemasInDatabase?: string; /** * The fully qualified name of the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} */ readonly schemaName?: string; } @@ -343,19 +343,19 @@ export interface GrantPrivilegesToRoleOnSchemaObjectAll { /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} */ readonly inDatabase?: string; /** * The fully qualified name of the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} */ readonly inSchema?: string; /** * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} */ readonly objectTypePlural: string; } @@ -496,19 +496,19 @@ export interface GrantPrivilegesToRoleOnSchemaObjectFuture { /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} */ readonly inDatabase?: string; /** * The fully qualified name of the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} */ readonly inSchema?: string; /** * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} */ readonly objectTypePlural: string; } @@ -649,25 +649,25 @@ export interface GrantPrivilegesToRoleOnSchemaObject { /** * The fully qualified name of the object on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} */ readonly objectName?: string; /** * The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} */ readonly objectType?: string; /** * all block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} */ readonly all?: GrantPrivilegesToRoleOnSchemaObjectAll; /** * future block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} */ readonly future?: GrantPrivilegesToRoleOnSchemaObjectFuture; } @@ -838,7 +838,7 @@ export class GrantPrivilegesToRoleOnSchemaObjectOutputReference extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role} */ export class GrantPrivilegesToRole extends cdktf.TerraformResource { @@ -854,7 +854,7 @@ export class GrantPrivilegesToRole extends cdktf.TerraformResource { * Generates CDKTF code for importing a GrantPrivilegesToRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the GrantPrivilegesToRole to import - * @param importFromId The id of the existing GrantPrivilegesToRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GrantPrivilegesToRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GrantPrivilegesToRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -866,7 +866,7 @@ export class GrantPrivilegesToRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -877,7 +877,7 @@ export class GrantPrivilegesToRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_grant_privileges_to_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/grant-privileges-to-share/README.md b/src/grant-privileges-to-share/README.md index 43a7e991e..ef8469e35 100644 --- a/src/grant-privileges-to-share/README.md +++ b/src/grant-privileges-to-share/README.md @@ -1,3 +1,3 @@ # `snowflake_grant_privileges_to_share` -Refer to the Terraform Registry for docs: [`snowflake_grant_privileges_to_share`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share). +Refer to the Terraform Registry for docs: [`snowflake_grant_privileges_to_share`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share). diff --git a/src/grant-privileges-to-share/index.ts b/src/grant-privileges-to-share/index.ts index c506e096d..2d1b63694 100644 --- a/src/grant-privileges-to-share/index.ts +++ b/src/grant-privileges-to-share/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface GrantPrivilegesToShareConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,55 +22,55 @@ export interface GrantPrivilegesToShareConfig extends cdktf.TerraformMetaArgumen /** * The fully qualified identifier for the schema for which the specified privilege will be granted for all tables. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} */ readonly onAllTablesInSchema?: string; /** * The fully qualified name of the database on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} */ readonly onDatabase?: string; /** * The fully qualified name of the schema on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} */ readonly onSchema?: string; /** * The fully qualified name of the table on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} */ readonly onTable?: string; /** * The fully qualified name of the tag on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} */ readonly onTag?: string; /** * The fully qualified name of the view on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} */ readonly onView?: string; /** * The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} */ readonly privileges: string[]; /** * The fully qualified name of the share on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} */ readonly toShare: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share} */ export class GrantPrivilegesToShare extends cdktf.TerraformResource { @@ -86,7 +86,7 @@ export class GrantPrivilegesToShare extends cdktf.TerraformResource { * Generates CDKTF code for importing a GrantPrivilegesToShare resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the GrantPrivilegesToShare to import - * @param importFromId The id of the existing GrantPrivilegesToShare that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GrantPrivilegesToShare that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GrantPrivilegesToShare to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -98,7 +98,7 @@ export class GrantPrivilegesToShare extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -109,7 +109,7 @@ export class GrantPrivilegesToShare extends cdktf.TerraformResource { terraformResourceType: 'snowflake_grant_privileges_to_share', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/integration-grant/README.md b/src/integration-grant/README.md index 9c22b90dd..e48b7034d 100644 --- a/src/integration-grant/README.md +++ b/src/integration-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_integration_grant` -Refer to the Terraform Registry for docs: [`snowflake_integration_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant). +Refer to the Terraform Registry for docs: [`snowflake_integration_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant). diff --git a/src/integration-grant/index.ts b/src/integration-grant/index.ts index 73cd37668..f8eb163e2 100644 --- a/src/integration-grant/index.ts +++ b/src/integration-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface IntegrationGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#id IntegrationGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#id IntegrationGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,37 +28,37 @@ export interface IntegrationGrantConfig extends cdktf.TerraformMetaArguments { /** * Identifier for the integration; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} */ readonly integrationName: string; /** * The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#roles IntegrationGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#roles IntegrationGrant#roles} */ readonly roles?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant snowflake_integration_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant snowflake_integration_grant} */ export class IntegrationGrant extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class IntegrationGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a IntegrationGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the IntegrationGrant to import - * @param importFromId The id of the existing IntegrationGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing IntegrationGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the IntegrationGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class IntegrationGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/integration_grant snowflake_integration_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/integration_grant snowflake_integration_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class IntegrationGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_integration_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/managed-account/README.md b/src/managed-account/README.md index fd5617480..f227caf86 100644 --- a/src/managed-account/README.md +++ b/src/managed-account/README.md @@ -1,3 +1,3 @@ # `snowflake_managed_account` -Refer to the Terraform Registry for docs: [`snowflake_managed_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account). +Refer to the Terraform Registry for docs: [`snowflake_managed_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account). diff --git a/src/managed-account/index.ts b/src/managed-account/index.ts index 26019cac0..7198531ee 100644 --- a/src/managed-account/index.ts +++ b/src/managed-account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface ManagedAccountConfig extends cdktf.TerraformMetaArguments { /** * Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} */ readonly adminName: string; /** * Password for the initial user in the managed account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} */ readonly adminPassword: string; /** * Specifies a comment for the managed account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#comment ManagedAccount#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#comment ManagedAccount#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#id ManagedAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#id ManagedAccount#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,19 +40,19 @@ export interface ManagedAccountConfig extends cdktf.TerraformMetaArguments { /** * Identifier for the managed account; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#name ManagedAccount#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#name ManagedAccount#name} */ readonly name: string; /** * Specifies the type of managed account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#type ManagedAccount#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#type ManagedAccount#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account snowflake_managed_account} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account snowflake_managed_account} */ export class ManagedAccount extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class ManagedAccount extends cdktf.TerraformResource { * Generates CDKTF code for importing a ManagedAccount resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ManagedAccount to import - * @param importFromId The id of the existing ManagedAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ManagedAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ManagedAccount to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class ManagedAccount extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/managed_account snowflake_managed_account} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/managed_account snowflake_managed_account} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -91,7 +91,7 @@ export class ManagedAccount extends cdktf.TerraformResource { terraformResourceType: 'snowflake_managed_account', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/masking-policy-grant/README.md b/src/masking-policy-grant/README.md index 387d728ad..1cbbf7889 100644 --- a/src/masking-policy-grant/README.md +++ b/src/masking-policy-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_masking_policy_grant` -Refer to the Terraform Registry for docs: [`snowflake_masking_policy_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant). +Refer to the Terraform Registry for docs: [`snowflake_masking_policy_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant). diff --git a/src/masking-policy-grant/index.ts b/src/masking-policy-grant/index.ts index e01948e1b..324553db5 100644 --- a/src/masking-policy-grant/index.ts +++ b/src/masking-policy-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface MaskingPolicyGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the masking policy on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,43 +34,43 @@ export interface MaskingPolicyGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the masking policy on which to grant privileges immediately. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} */ readonly maskingPolicyName: string; /** * The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the masking policy on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} */ readonly schemaName: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant} */ export class MaskingPolicyGrant extends cdktf.TerraformResource { @@ -86,7 +86,7 @@ export class MaskingPolicyGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a MaskingPolicyGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MaskingPolicyGrant to import - * @param importFromId The id of the existing MaskingPolicyGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MaskingPolicyGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the MaskingPolicyGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -98,7 +98,7 @@ export class MaskingPolicyGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -109,7 +109,7 @@ export class MaskingPolicyGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_masking_policy_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/masking-policy/README.md b/src/masking-policy/README.md index 4d5bda8e3..e5f104eb1 100644 --- a/src/masking-policy/README.md +++ b/src/masking-policy/README.md @@ -1,3 +1,3 @@ # `snowflake_masking_policy` -Refer to the Terraform Registry for docs: [`snowflake_masking_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy). +Refer to the Terraform Registry for docs: [`snowflake_masking_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy). diff --git a/src/masking-policy/index.ts b/src/masking-policy/index.ts index c0989d212..00e4a2499 100644 --- a/src/masking-policy/index.ts +++ b/src/masking-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface MaskingPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the masking policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#comment MaskingPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#comment MaskingPolicy#comment} */ readonly comment?: string; /** * The database in which to create the masking policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#database MaskingPolicy#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#database MaskingPolicy#database} */ readonly database: string; /** * Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} */ readonly exemptOtherPolicies?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#id MaskingPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#id MaskingPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,43 +40,43 @@ export interface MaskingPolicyConfig extends cdktf.TerraformMetaArguments { /** * Prevent overwriting a previous masking policy with the same name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} */ readonly ifNotExists?: boolean | cdktf.IResolvable; /** * Specifies the SQL expression that transforms the data. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} */ readonly maskingExpression: string; /** * Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} */ readonly name: string; /** * Whether to override a previous masking policy with the same name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} */ readonly orReplace?: boolean | cdktf.IResolvable; /** * Specifies the data type to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} */ readonly returnDataType: string; /** * The schema in which to create the masking policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#schema MaskingPolicy#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#schema MaskingPolicy#schema} */ readonly schema: string; /** * signature block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#signature MaskingPolicy#signature} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#signature MaskingPolicy#signature} */ readonly signature: MaskingPolicySignature; } @@ -84,13 +84,13 @@ export interface MaskingPolicySignatureColumn { /** * Specifies the column name to mask. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#name MaskingPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#name MaskingPolicy#name} */ readonly name: string; /** * Specifies the column type to mask. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#type MaskingPolicy#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#type MaskingPolicy#type} */ readonly type: string; } @@ -231,7 +231,7 @@ export interface MaskingPolicySignature { /** * column block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#column MaskingPolicy#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#column MaskingPolicy#column} */ readonly column: MaskingPolicySignatureColumn[] | cdktf.IResolvable; } @@ -312,7 +312,7 @@ export class MaskingPolicySignatureOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy snowflake_masking_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy snowflake_masking_policy} */ export class MaskingPolicy extends cdktf.TerraformResource { @@ -328,7 +328,7 @@ export class MaskingPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a MaskingPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MaskingPolicy to import - * @param importFromId The id of the existing MaskingPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MaskingPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the MaskingPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -340,7 +340,7 @@ export class MaskingPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/masking_policy snowflake_masking_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/masking_policy snowflake_masking_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -351,7 +351,7 @@ export class MaskingPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_masking_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/materialized-view-grant/README.md b/src/materialized-view-grant/README.md index 9dde207e3..0ae0efc8f 100644 --- a/src/materialized-view-grant/README.md +++ b/src/materialized-view-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_materialized_view_grant` -Refer to the Terraform Registry for docs: [`snowflake_materialized_view_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant). +Refer to the Terraform Registry for docs: [`snowflake_materialized_view_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant). diff --git a/src/materialized-view-grant/index.ts b/src/materialized-view-grant/index.ts index a6110b935..4b2da286f 100644 --- a/src/materialized-view-grant/index.ts +++ b/src/materialized-view-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface MaterializedViewGrantConfig extends cdktf.TerraformMetaArgument /** * The name of the database containing the current or future materialized views on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,61 +34,61 @@ export interface MaterializedViewGrantConfig extends cdktf.TerraformMetaArgument /** * The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} */ readonly materializedViewName?: string; /** * When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the current or future materialized views on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future and on_all are false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant} */ export class MaterializedViewGrant extends cdktf.TerraformResource { @@ -104,7 +104,7 @@ export class MaterializedViewGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a MaterializedViewGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MaterializedViewGrant to import - * @param importFromId The id of the existing MaterializedViewGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MaterializedViewGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the MaterializedViewGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -116,7 +116,7 @@ export class MaterializedViewGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -127,7 +127,7 @@ export class MaterializedViewGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_materialized_view_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/materialized-view/README.md b/src/materialized-view/README.md index eed7553d8..9efbc0d0f 100644 --- a/src/materialized-view/README.md +++ b/src/materialized-view/README.md @@ -1,3 +1,3 @@ # `snowflake_materialized_view` -Refer to the Terraform Registry for docs: [`snowflake_materialized_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view). +Refer to the Terraform Registry for docs: [`snowflake_materialized_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view). diff --git a/src/materialized-view/index.ts b/src/materialized-view/index.ts index fc41ff0aa..6c2ca684d 100644 --- a/src/materialized-view/index.ts +++ b/src/materialized-view/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface MaterializedViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the view. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#comment MaterializedView#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#comment MaterializedView#comment} */ readonly comment?: string; /** * The database in which to create the view. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#id MaterializedView#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#id MaterializedView#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,43 +34,43 @@ export interface MaterializedViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the view is secure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} */ readonly isSecure?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the view; must be unique for the schema in which the view is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} */ readonly name: string; /** * Overwrites the View if it exists. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} */ readonly orReplace?: boolean | cdktf.IResolvable; /** * The schema in which to create the view. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} */ readonly schema: string; /** * Specifies the query used to create the view. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#statement MaterializedView#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#statement MaterializedView#statement} */ readonly statement: string; /** * The warehouse name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} */ readonly warehouse: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#tag MaterializedView#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#tag MaterializedView#tag} */ readonly tag?: MaterializedViewTag[] | cdktf.IResolvable; } @@ -78,25 +78,25 @@ export interface MaterializedViewTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#database MaterializedView#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#database MaterializedView#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#name MaterializedView#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#name MaterializedView#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#schema MaterializedView#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#schema MaterializedView#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#value MaterializedView#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#value MaterializedView#value} */ readonly value: string; } @@ -293,7 +293,7 @@ export class MaterializedViewTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view snowflake_materialized_view} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view snowflake_materialized_view} */ export class MaterializedView extends cdktf.TerraformResource { @@ -309,7 +309,7 @@ export class MaterializedView extends cdktf.TerraformResource { * Generates CDKTF code for importing a MaterializedView resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MaterializedView to import - * @param importFromId The id of the existing MaterializedView that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MaterializedView that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the MaterializedView to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -321,7 +321,7 @@ export class MaterializedView extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/materialized_view snowflake_materialized_view} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/materialized_view snowflake_materialized_view} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -332,7 +332,7 @@ export class MaterializedView extends cdktf.TerraformResource { terraformResourceType: 'snowflake_materialized_view', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/network-policy-attachment/README.md b/src/network-policy-attachment/README.md index 7bdc89b10..62b0964f0 100644 --- a/src/network-policy-attachment/README.md +++ b/src/network-policy-attachment/README.md @@ -1,3 +1,3 @@ # `snowflake_network_policy_attachment` -Refer to the Terraform Registry for docs: [`snowflake_network_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment). +Refer to the Terraform Registry for docs: [`snowflake_network_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment). diff --git a/src/network-policy-attachment/index.ts b/src/network-policy-attachment/index.ts index 176bf205f..737c71143 100644 --- a/src/network-policy-attachment/index.ts +++ b/src/network-policy-attachment/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface NetworkPolicyAttachmentConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,25 +22,25 @@ export interface NetworkPolicyAttachmentConfig extends cdktf.TerraformMetaArgume /** * Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} */ readonly networkPolicyName: string; /** * Specifies whether the network policy should be applied globally to your Snowflake account

**Note:** The Snowflake user running `terraform apply` must be on an IP address allowed by the network policy to set that policy globally on the Snowflake account.

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} */ readonly setForAccount?: boolean | cdktf.IResolvable; /** * Specifies which users the network policy should be attached to * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} */ readonly users?: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment} */ export class NetworkPolicyAttachment extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class NetworkPolicyAttachment extends cdktf.TerraformResource { * Generates CDKTF code for importing a NetworkPolicyAttachment resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the NetworkPolicyAttachment to import - * @param importFromId The id of the existing NetworkPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NetworkPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NetworkPolicyAttachment to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class NetworkPolicyAttachment extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class NetworkPolicyAttachment extends cdktf.TerraformResource { terraformResourceType: 'snowflake_network_policy_attachment', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/network-policy/README.md b/src/network-policy/README.md index 7f8801d08..8aa865bdf 100644 --- a/src/network-policy/README.md +++ b/src/network-policy/README.md @@ -1,3 +1,3 @@ # `snowflake_network_policy` -Refer to the Terraform Registry for docs: [`snowflake_network_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy). +Refer to the Terraform Registry for docs: [`snowflake_network_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy). diff --git a/src/network-policy/index.ts b/src/network-policy/index.ts index f0ac72e85..4b7255195 100644 --- a/src/network-policy/index.ts +++ b/src/network-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface NetworkPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} */ readonly allowedIpList: string[]; /** * Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

**Do not** add `0.0.0.0/0` to `blocked_ip_list` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} */ readonly blockedIpList?: string[]; /** * Specifies a comment for the network policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#comment NetworkPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#comment NetworkPolicy#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#id NetworkPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#id NetworkPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,13 +40,13 @@ export interface NetworkPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#name NetworkPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#name NetworkPolicy#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy snowflake_network_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy snowflake_network_policy} */ export class NetworkPolicy extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class NetworkPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a NetworkPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the NetworkPolicy to import - * @param importFromId The id of the existing NetworkPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NetworkPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NetworkPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class NetworkPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/network_policy snowflake_network_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/network_policy snowflake_network_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class NetworkPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_network_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/notification-integration/README.md b/src/notification-integration/README.md index fc16b50b3..29dc56dec 100644 --- a/src/notification-integration/README.md +++ b/src/notification-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_notification_integration` -Refer to the Terraform Registry for docs: [`snowflake_notification_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration). +Refer to the Terraform Registry for docs: [`snowflake_notification_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration). diff --git a/src/notification-integration/index.ts b/src/notification-integration/index.ts index 7d8c32b2b..ea3020901 100644 --- a/src/notification-integration/index.ts +++ b/src/notification-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,94 +15,94 @@ export interface NotificationIntegrationConfig extends cdktf.TerraformMetaArgume /** * AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} */ readonly awsSnsRoleArn?: string; /** * AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} */ readonly awsSnsTopicArn?: string; /** * AWS SQS queue ARN for notification integration to connect to * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} */ readonly awsSqsArn?: string; /** * AWS IAM role ARN for notification integration to assume * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} */ readonly awsSqsRoleArn?: string; /** * The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE_STORAGE_QUEUE provider * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} */ readonly azureStorageQueuePrimaryUri?: string; /** * The ID of the Azure Active Directory tenant used for identity management. Required for AZURE_STORAGE_QUEUE provider * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} */ readonly azureTenantId?: string; /** * A comment for the integration * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#comment NotificationIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#comment NotificationIntegration#comment} */ readonly comment?: string; /** * Direction of the cloud messaging with respect to Snowflake (required only for error notifications) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#direction NotificationIntegration#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#direction NotificationIntegration#direction} */ readonly direction?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} */ readonly gcpPubsubSubscriptionName?: string; /** * The topic id that Snowflake will use to push notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} */ readonly gcpPubsubTopicName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#id NotificationIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#id NotificationIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#name NotificationIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#name NotificationIntegration#name} */ readonly name: string; /** * The third-party cloud message queuing service (supported values: AZURE_STORAGE_QUEUE, AWS_SNS, GCP_PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} */ readonly notificationProvider: string; /** * A type of integration * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#type NotificationIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#type NotificationIntegration#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration snowflake_notification_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration snowflake_notification_integration} */ export class NotificationIntegration extends cdktf.TerraformResource { @@ -118,7 +118,7 @@ export class NotificationIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a NotificationIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the NotificationIntegration to import - * @param importFromId The id of the existing NotificationIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NotificationIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NotificationIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -130,7 +130,7 @@ export class NotificationIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/notification_integration snowflake_notification_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/notification_integration snowflake_notification_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -141,7 +141,7 @@ export class NotificationIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_notification_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/oauth-integration/README.md b/src/oauth-integration/README.md index 6c143860a..de57a7f79 100644 --- a/src/oauth-integration/README.md +++ b/src/oauth-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_oauth_integration` -Refer to the Terraform Registry for docs: [`snowflake_oauth_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration). +Refer to the Terraform Registry for docs: [`snowflake_oauth_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration). diff --git a/src/oauth-integration/index.ts b/src/oauth-integration/index.ts index 7f17f2071..57bdb9fc3 100644 --- a/src/oauth-integration/index.ts +++ b/src/oauth-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface OauthIntegrationConfig extends cdktf.TerraformMetaArguments { /** * List of roles that a user cannot explicitly consent to using after authenticating. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} */ readonly blockedRolesList?: string[]; /** * Specifies a comment for the OAuth integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#comment OauthIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#comment OauthIntegration#comment} */ readonly comment?: string; /** * Specifies whether this OAuth integration is enabled or disabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#id OauthIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#id OauthIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,49 +40,49 @@ export interface OauthIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#name OauthIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#name OauthIntegration#name} */ readonly name: string; /** * Specifies the OAuth client type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} */ readonly oauthClient: string; /** * Specifies the type of client being registered. Snowflake supports both confidential and public clients. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} */ readonly oauthClientType?: string; /** * Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} */ readonly oauthIssueRefreshTokens?: boolean | cdktf.IResolvable; /** * Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} */ readonly oauthRedirectUri?: string; /** * Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} */ readonly oauthRefreshTokenValidity?: number; /** * Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} */ readonly oauthUseSecondaryRoles?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration snowflake_oauth_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration snowflake_oauth_integration} */ export class OauthIntegration extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class OauthIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a OauthIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OauthIntegration to import - * @param importFromId The id of the existing OauthIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OauthIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OauthIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class OauthIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/oauth_integration snowflake_oauth_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/oauth_integration snowflake_oauth_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class OauthIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_oauth_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/object-parameter/README.md b/src/object-parameter/README.md index dfc7c676e..7422974c1 100644 --- a/src/object-parameter/README.md +++ b/src/object-parameter/README.md @@ -1,3 +1,3 @@ # `snowflake_object_parameter` -Refer to the Terraform Registry for docs: [`snowflake_object_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter). +Refer to the Terraform Registry for docs: [`snowflake_object_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter). diff --git a/src/object-parameter/index.ts b/src/object-parameter/index.ts index efdbca7db..7a8823e33 100644 --- a/src/object-parameter/index.ts +++ b/src/object-parameter/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface ObjectParameterConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#id ObjectParameter#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#id ObjectParameter#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,31 +22,31 @@ export interface ObjectParameterConfig extends cdktf.TerraformMetaArguments { /** * Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#key ObjectParameter#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#key ObjectParameter#key} */ readonly key: string; /** * Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} */ readonly objectType?: string; /** * If true, the object parameter will be set on the account level. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} */ readonly onAccount?: boolean | cdktf.IResolvable; /** * Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#value ObjectParameter#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#value ObjectParameter#value} */ readonly value: string; /** * object_identifier block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} */ readonly objectIdentifier?: ObjectParameterObjectIdentifier[] | cdktf.IResolvable; } @@ -54,19 +54,19 @@ export interface ObjectParameterObjectIdentifier { /** * Name of the database that the object was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#database ObjectParameter#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#database ObjectParameter#database} */ readonly database?: string; /** * Name of the object to set the parameter for. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#name ObjectParameter#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#name ObjectParameter#name} */ readonly name: string; /** * Name of the schema that the object was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#schema ObjectParameter#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#schema ObjectParameter#schema} */ readonly schema?: string; } @@ -237,7 +237,7 @@ export class ObjectParameterObjectIdentifierList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter snowflake_object_parameter} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter snowflake_object_parameter} */ export class ObjectParameter extends cdktf.TerraformResource { @@ -253,7 +253,7 @@ export class ObjectParameter extends cdktf.TerraformResource { * Generates CDKTF code for importing a ObjectParameter resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ObjectParameter to import - * @param importFromId The id of the existing ObjectParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ObjectParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ObjectParameter to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -265,7 +265,7 @@ export class ObjectParameter extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/object_parameter snowflake_object_parameter} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/object_parameter snowflake_object_parameter} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -276,7 +276,7 @@ export class ObjectParameter extends cdktf.TerraformResource { terraformResourceType: 'snowflake_object_parameter', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/password-policy/README.md b/src/password-policy/README.md index 33f9d0e56..752c145c7 100644 --- a/src/password-policy/README.md +++ b/src/password-policy/README.md @@ -1,3 +1,3 @@ # `snowflake_password_policy` -Refer to the Terraform Registry for docs: [`snowflake_password_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy). +Refer to the Terraform Registry for docs: [`snowflake_password_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy). diff --git a/src/password-policy/index.ts b/src/password-policy/index.ts index aff94e841..1a83fc1aa 100644 --- a/src/password-policy/index.ts +++ b/src/password-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface PasswordPolicyConfig extends cdktf.TerraformMetaArguments { /** * Adds a comment or overwrites an existing comment for the password policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#comment PasswordPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#comment PasswordPolicy#comment} */ readonly comment?: string; /** * The database this password policy belongs to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#database PasswordPolicy#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#database PasswordPolicy#database} */ readonly database: string; /** * Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#history PasswordPolicy#history} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#history PasswordPolicy#history} */ readonly history?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#id PasswordPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#id PasswordPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,91 +40,91 @@ export interface PasswordPolicyConfig extends cdktf.TerraformMetaArguments { /** * Prevent overwriting a previous password policy with the same name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} */ readonly ifNotExists?: boolean | cdktf.IResolvable; /** * Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} */ readonly lockoutTimeMins?: number; /** * Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} */ readonly maxAgeDays?: number; /** * Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} */ readonly maxLength?: number; /** * Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} */ readonly maxRetries?: number; /** * Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} */ readonly minAgeDays?: number; /** * Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} */ readonly minLength?: number; /** * Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} */ readonly minLowerCaseChars?: number; /** * Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} */ readonly minNumericChars?: number; /** * Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} */ readonly minSpecialChars?: number; /** * Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} */ readonly minUpperCaseChars?: number; /** * Identifier for the password policy; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#name PasswordPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#name PasswordPolicy#name} */ readonly name: string; /** * Whether to override a previous password policy with the same name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} */ readonly orReplace?: boolean | cdktf.IResolvable; /** * The schema this password policy belongs to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#schema PasswordPolicy#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#schema PasswordPolicy#schema} */ readonly schema: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy snowflake_password_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy snowflake_password_policy} */ export class PasswordPolicy extends cdktf.TerraformResource { @@ -140,7 +140,7 @@ export class PasswordPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a PasswordPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the PasswordPolicy to import - * @param importFromId The id of the existing PasswordPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing PasswordPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the PasswordPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -152,7 +152,7 @@ export class PasswordPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/password_policy snowflake_password_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/password_policy snowflake_password_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -163,7 +163,7 @@ export class PasswordPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_password_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/pipe-grant/README.md b/src/pipe-grant/README.md index 4f6065ac2..f497a3f20 100644 --- a/src/pipe-grant/README.md +++ b/src/pipe-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_pipe_grant` -Refer to the Terraform Registry for docs: [`snowflake_pipe_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant). +Refer to the Terraform Registry for docs: [`snowflake_pipe_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant). diff --git a/src/pipe-grant/index.ts b/src/pipe-grant/index.ts index 837050221..2f3ad2fd9 100644 --- a/src/pipe-grant/index.ts +++ b/src/pipe-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface PipeGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future pipes on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#id PipeGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#id PipeGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,49 +34,49 @@ export interface PipeGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The name of the pipe on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} */ readonly pipeName?: string; /** * The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#roles PipeGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#roles PipeGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the current or future pipes on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} */ readonly schemaName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant snowflake_pipe_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant snowflake_pipe_grant} */ export class PipeGrant extends cdktf.TerraformResource { @@ -92,7 +92,7 @@ export class PipeGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a PipeGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the PipeGrant to import - * @param importFromId The id of the existing PipeGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing PipeGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the PipeGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -104,7 +104,7 @@ export class PipeGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe_grant snowflake_pipe_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe_grant snowflake_pipe_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -115,7 +115,7 @@ export class PipeGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_pipe_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/pipe/README.md b/src/pipe/README.md index 30b0c7e4c..38287746e 100644 --- a/src/pipe/README.md +++ b/src/pipe/README.md @@ -1,3 +1,3 @@ # `snowflake_pipe` -Refer to the Terraform Registry for docs: [`snowflake_pipe`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe). +Refer to the Terraform Registry for docs: [`snowflake_pipe`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe). diff --git a/src/pipe/index.ts b/src/pipe/index.ts index 5b8d6409d..6606830c2 100644 --- a/src/pipe/index.ts +++ b/src/pipe/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface PipeConfig extends cdktf.TerraformMetaArguments { /** * Specifies a auto_ingest param for the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} */ readonly autoIngest?: boolean | cdktf.IResolvable; /** * Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} */ readonly awsSnsTopicArn?: string; /** * Specifies a comment for the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#comment Pipe#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#comment Pipe#comment} */ readonly comment?: string; /** * Specifies the copy statement for the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#copy_statement Pipe#copy_statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#copy_statement Pipe#copy_statement} */ readonly copyStatement: string; /** * The database in which to create the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#database Pipe#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#database Pipe#database} */ readonly database: string; /** * Specifies the name of the notification integration used for error notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#error_integration Pipe#error_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#error_integration Pipe#error_integration} */ readonly errorIntegration?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#id Pipe#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#id Pipe#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -58,25 +58,25 @@ export interface PipeConfig extends cdktf.TerraformMetaArguments { /** * Specifies an integration for the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#integration Pipe#integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#integration Pipe#integration} */ readonly integration?: string; /** * Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#name Pipe#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#name Pipe#name} */ readonly name: string; /** * The schema in which to create the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#schema Pipe#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#schema Pipe#schema} */ readonly schema: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe snowflake_pipe} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe snowflake_pipe} */ export class Pipe extends cdktf.TerraformResource { @@ -92,7 +92,7 @@ export class Pipe extends cdktf.TerraformResource { * Generates CDKTF code for importing a Pipe resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Pipe to import - * @param importFromId The id of the existing Pipe that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Pipe that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Pipe to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -104,7 +104,7 @@ export class Pipe extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/pipe snowflake_pipe} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/pipe snowflake_pipe} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -115,7 +115,7 @@ export class Pipe extends cdktf.TerraformResource { terraformResourceType: 'snowflake_pipe', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/procedure-grant/README.md b/src/procedure-grant/README.md index 272f75fe3..3cb637c3e 100644 --- a/src/procedure-grant/README.md +++ b/src/procedure-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_procedure_grant` -Refer to the Terraform Registry for docs: [`snowflake_procedure_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant). +Refer to the Terraform Registry for docs: [`snowflake_procedure_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant). diff --git a/src/procedure-grant/index.ts b/src/procedure-grant/index.ts index 4a8f1fc6a..dcd3c4be9 100644 --- a/src/procedure-grant/index.ts +++ b/src/procedure-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface ProcedureGrantConfig extends cdktf.TerraformMetaArguments { /** * List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} */ readonly argumentDataTypes?: string[]; /** * The name of the database containing the current or future procedures on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#id ProcedureGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#id ProcedureGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,61 +40,61 @@ export interface ProcedureGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} */ readonly privilege?: string; /** * The name of the procedure on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} */ readonly procedureName?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future procedures on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant snowflake_procedure_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant snowflake_procedure_grant} */ export class ProcedureGrant extends cdktf.TerraformResource { @@ -110,7 +110,7 @@ export class ProcedureGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a ProcedureGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ProcedureGrant to import - * @param importFromId The id of the existing ProcedureGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ProcedureGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ProcedureGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -122,7 +122,7 @@ export class ProcedureGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure_grant snowflake_procedure_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure_grant snowflake_procedure_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -133,7 +133,7 @@ export class ProcedureGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_procedure_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/procedure/README.md b/src/procedure/README.md index 10a4c6396..f7a697553 100644 --- a/src/procedure/README.md +++ b/src/procedure/README.md @@ -1,3 +1,3 @@ # `snowflake_procedure` -Refer to the Terraform Registry for docs: [`snowflake_procedure`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure). +Refer to the Terraform Registry for docs: [`snowflake_procedure`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure). diff --git a/src/procedure/index.ts b/src/procedure/index.ts index e2a499be3..3994ba4ea 100644 --- a/src/procedure/index.ts +++ b/src/procedure/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface ProcedureConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the procedure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#comment Procedure#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#comment Procedure#comment} */ readonly comment?: string; /** * The database in which to create the procedure. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#database Procedure#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#database Procedure#database} */ readonly database: string; /** * Sets execute context - see caller's rights and owner's rights * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#execute_as Procedure#execute_as} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#execute_as Procedure#execute_as} */ readonly executeAs?: string; /** * The handler method for Java / Python procedures. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#handler Procedure#handler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#handler Procedure#handler} */ readonly handler?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#id Procedure#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#id Procedure#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -46,73 +46,73 @@ export interface ProcedureConfig extends cdktf.TerraformMetaArguments { /** * Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#imports Procedure#imports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#imports Procedure#imports} */ readonly imports?: string[]; /** * Specifies the language of the stored procedure code. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#language Procedure#language} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#language Procedure#language} */ readonly language?: string; /** * Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} */ readonly name: string; /** * Specifies the behavior of the procedure when called with null inputs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} */ readonly nullInputBehavior?: string; /** * List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#packages Procedure#packages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#packages Procedure#packages} */ readonly packages?: string[]; /** * Specifies the behavior of the function when returning results * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_behavior Procedure#return_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_behavior Procedure#return_behavior} */ readonly returnBehavior?: string; /** * The return type of the procedure * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#return_type Procedure#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#return_type Procedure#return_type} */ readonly returnType: string; /** * Required for Python procedures. Specifies Python runtime version. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#runtime_version Procedure#runtime_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#runtime_version Procedure#runtime_version} */ readonly runtimeVersion?: string; /** * The schema in which to create the procedure. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#schema Procedure#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#schema Procedure#schema} */ readonly schema: string; /** * Specifies that the procedure is secure. For more information about secure procedures, see Protecting Sensitive Information with Secure UDFs and Stored Procedures. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#secure Procedure#secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#secure Procedure#secure} */ readonly secure?: boolean | cdktf.IResolvable; /** * Specifies the code used to create the procedure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#statement Procedure#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#statement Procedure#statement} */ readonly statement: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#arguments Procedure#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#arguments Procedure#arguments} */ readonly arguments?: ProcedureArguments[] | cdktf.IResolvable; } @@ -120,13 +120,13 @@ export interface ProcedureArguments { /** * The argument name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#name Procedure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#name Procedure#name} */ readonly name: string; /** * The argument type * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#type Procedure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#type Procedure#type} */ readonly type: string; } @@ -265,7 +265,7 @@ export class ProcedureArgumentsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure snowflake_procedure} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure snowflake_procedure} */ export class Procedure extends cdktf.TerraformResource { @@ -281,7 +281,7 @@ export class Procedure extends cdktf.TerraformResource { * Generates CDKTF code for importing a Procedure resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Procedure to import - * @param importFromId The id of the existing Procedure that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Procedure that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Procedure to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -293,7 +293,7 @@ export class Procedure extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/procedure snowflake_procedure} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/procedure snowflake_procedure} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -304,7 +304,7 @@ export class Procedure extends cdktf.TerraformResource { terraformResourceType: 'snowflake_procedure', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/provider/README.md b/src/provider/README.md index 84a6830ad..b6cfe5c59 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registry for docs: [`snowflake`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs). +Refer to the Terraform Registry for docs: [`snowflake`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index febc186f6..99e750aee 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,271 +15,271 @@ export interface SnowflakeProviderConfig { /** * Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#account SnowflakeProvider#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#account SnowflakeProvider#account} */ readonly account?: string; /** * Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. It has to be set explicitly to JWT for private key authentication. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#authenticator SnowflakeProvider#authenticator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#authenticator SnowflakeProvider#authenticator} */ readonly authenticator?: string; /** * Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#browser_auth SnowflakeProvider#browser_auth} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#browser_auth SnowflakeProvider#browser_auth} */ readonly browserAuth?: boolean | cdktf.IResolvable; /** * IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_ip SnowflakeProvider#client_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_ip SnowflakeProvider#client_ip} */ readonly clientIp?: string; /** * When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} */ readonly clientRequestMfaToken?: boolean | cdktf.IResolvable; /** * When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} */ readonly clientStoreTemporaryCredential?: boolean | cdktf.IResolvable; /** * The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_timeout SnowflakeProvider#client_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_timeout SnowflakeProvider#client_timeout} */ readonly clientTimeout?: number; /** * Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} */ readonly disableQueryContextCache?: boolean | cdktf.IResolvable; /** * Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} */ readonly disableTelemetry?: boolean | cdktf.IResolvable; /** * The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} */ readonly externalBrowserTimeout?: number; /** * Supports passing in a custom host value to the snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_HOST` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#host SnowflakeProvider#host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#host SnowflakeProvider#host} */ readonly host?: string; /** * If true, bypass the Online Certificate Status Protocol (OCSP) certificate revocation check. IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#insecure_mode SnowflakeProvider#insecure_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#insecure_mode SnowflakeProvider#insecure_mode} */ readonly insecureMode?: boolean | cdktf.IResolvable; /** * The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} */ readonly jwtClientTimeout?: number; /** * JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} */ readonly jwtExpireTimeout?: number; /** * Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} */ readonly keepSessionAlive?: boolean | cdktf.IResolvable; /** * Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#login_timeout SnowflakeProvider#login_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#login_timeout SnowflakeProvider#login_timeout} */ readonly loginTimeout?: number; /** * Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} */ readonly oauthAccessToken?: string; /** * Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} */ readonly oauthClientId?: string; /** * Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} */ readonly oauthClientSecret?: string; /** * Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} */ readonly oauthEndpoint?: string; /** * Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} */ readonly oauthRedirectUrl?: string; /** * Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} */ readonly oauthRefreshToken?: string; /** * True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} */ readonly ocspFailOpen?: boolean | cdktf.IResolvable; /** * The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#okta_url SnowflakeProvider#okta_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#okta_url SnowflakeProvider#okta_url} */ readonly oktaUrl?: string; /** * Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#params SnowflakeProvider#params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#params SnowflakeProvider#params} */ readonly params?: { [key: string]: string }; /** * Specifies the passcode provided by Duo when using multi-factor authentication (MFA) for login. Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode SnowflakeProvider#passcode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode SnowflakeProvider#passcode} */ readonly passcode?: string; /** * False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} */ readonly passcodeInPassword?: boolean | cdktf.IResolvable; /** * Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#password SnowflakeProvider#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#password SnowflakeProvider#password} */ readonly password?: string; /** * Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#port SnowflakeProvider#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#port SnowflakeProvider#port} */ readonly port?: number; /** * Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key SnowflakeProvider#private_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key SnowflakeProvider#private_key} */ readonly privateKey?: string; /** * Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-gcm, aes-256-cbc, aes-256-gcm, and des-ede3-cbc. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} */ readonly privateKeyPassphrase?: string; /** * Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#private_key_path SnowflakeProvider#private_key_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#private_key_path SnowflakeProvider#private_key_path} */ readonly privateKeyPath?: string; /** * Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#profile SnowflakeProvider#profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#profile SnowflakeProvider#profile} */ readonly profile?: string; /** * Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#protocol SnowflakeProvider#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#protocol SnowflakeProvider#protocol} */ readonly protocol?: string; /** * Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#region SnowflakeProvider#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#region SnowflakeProvider#region} */ readonly region?: string; /** * request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#request_timeout SnowflakeProvider#request_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#request_timeout SnowflakeProvider#request_timeout} */ readonly requestTimeout?: number; /** * Specifies the role to use by default for accessing Snowflake objects in the client session. Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#role SnowflakeProvider#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#role SnowflakeProvider#role} */ readonly role?: string; /** * Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#session_params SnowflakeProvider#session_params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#session_params SnowflakeProvider#session_params} */ readonly sessionParams?: { [key: string]: string }; /** * Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token SnowflakeProvider#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token SnowflakeProvider#token} */ readonly token?: string; /** * Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#user SnowflakeProvider#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#user SnowflakeProvider#user} */ readonly user?: string; /** * Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#username SnowflakeProvider#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#username SnowflakeProvider#username} */ readonly username?: string; /** * True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} */ readonly validateDefaultParameters?: boolean | cdktf.IResolvable; /** * Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#warehouse SnowflakeProvider#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#warehouse SnowflakeProvider#warehouse} */ readonly warehouse?: string; /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#alias SnowflakeProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#alias SnowflakeProvider#alias} */ readonly alias?: string; /** * token_accessor block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_accessor SnowflakeProvider#token_accessor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_accessor SnowflakeProvider#token_accessor} */ readonly tokenAccessor?: SnowflakeProviderTokenAccessor; } @@ -287,31 +287,31 @@ export interface SnowflakeProviderTokenAccessor { /** * The client ID for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_id SnowflakeProvider#client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_id SnowflakeProvider#client_id} */ readonly clientId: string; /** * The client secret for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#client_secret SnowflakeProvider#client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#client_secret SnowflakeProvider#client_secret} */ readonly clientSecret: string; /** * The redirect URI for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#redirect_uri SnowflakeProvider#redirect_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#redirect_uri SnowflakeProvider#redirect_uri} */ readonly redirectUri: string; /** * The refresh token for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#refresh_token SnowflakeProvider#refresh_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#refresh_token SnowflakeProvider#refresh_token} */ readonly refreshToken: string; /** * The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#token_endpoint SnowflakeProvider#token_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#token_endpoint SnowflakeProvider#token_endpoint} */ readonly tokenEndpoint: string; } @@ -375,7 +375,7 @@ export function snowflakeProviderTokenAccessorToHclTerraform(struct?: SnowflakeP /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs snowflake} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs snowflake} */ export class SnowflakeProvider extends cdktf.TerraformProvider { @@ -391,7 +391,7 @@ export class SnowflakeProvider extends cdktf.TerraformProvider { * Generates CDKTF code for importing a SnowflakeProvider resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SnowflakeProvider to import - * @param importFromId The id of the existing SnowflakeProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SnowflakeProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SnowflakeProvider to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -403,7 +403,7 @@ export class SnowflakeProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs snowflake} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs snowflake} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -414,7 +414,7 @@ export class SnowflakeProvider extends cdktf.TerraformProvider { terraformResourceType: 'snowflake', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, terraformProviderSource: 'Snowflake-Labs/snowflake' diff --git a/src/resource-monitor-grant/README.md b/src/resource-monitor-grant/README.md index bb8845e4b..170fe2802 100644 --- a/src/resource-monitor-grant/README.md +++ b/src/resource-monitor-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_resource_monitor_grant` -Refer to the Terraform Registry for docs: [`snowflake_resource_monitor_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant). +Refer to the Terraform Registry for docs: [`snowflake_resource_monitor_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant). diff --git a/src/resource-monitor-grant/index.ts b/src/resource-monitor-grant/index.ts index 3895f85d5..023ef86b1 100644 --- a/src/resource-monitor-grant/index.ts +++ b/src/resource-monitor-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface ResourceMonitorGrantConfig extends cdktf.TerraformMetaArguments /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,31 +28,31 @@ export interface ResourceMonitorGrantConfig extends cdktf.TerraformMetaArguments /** * Identifier for the resource monitor; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} */ readonly monitorName: string; /** * The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} */ readonly privilege?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} */ readonly roles?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant} */ export class ResourceMonitorGrant extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class ResourceMonitorGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a ResourceMonitorGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ResourceMonitorGrant to import - * @param importFromId The id of the existing ResourceMonitorGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ResourceMonitorGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ResourceMonitorGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class ResourceMonitorGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -91,7 +91,7 @@ export class ResourceMonitorGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_resource_monitor_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/resource-monitor/README.md b/src/resource-monitor/README.md index ddc7d8cd1..45f4365a4 100644 --- a/src/resource-monitor/README.md +++ b/src/resource-monitor/README.md @@ -1,3 +1,3 @@ # `snowflake_resource_monitor` -Refer to the Terraform Registry for docs: [`snowflake_resource_monitor`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor). +Refer to the Terraform Registry for docs: [`snowflake_resource_monitor`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor). diff --git a/src/resource-monitor/index.ts b/src/resource-monitor/index.ts index 0ffbdec6f..2bf6947c9 100644 --- a/src/resource-monitor/index.ts +++ b/src/resource-monitor/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface ResourceMonitorConfig extends cdktf.TerraformMetaArguments { /** * The number of credits allocated monthly to the resource monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} */ readonly creditQuota?: number; /** * The date and time when the resource monitor suspends the assigned warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} */ readonly endTimestamp?: string; /** * The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} */ readonly frequency?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#id ResourceMonitor#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#id ResourceMonitor#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,67 +40,67 @@ export interface ResourceMonitorConfig extends cdktf.TerraformMetaArguments { /** * Identifier for the resource monitor; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#name ResourceMonitor#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#name ResourceMonitor#name} */ readonly name: string; /** * A list of percentage thresholds at which to send an alert to subscribed users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} */ readonly notifyTriggers?: number[]; /** * Specifies the list of users to receive email notifications on resource monitors. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} */ readonly notifyUsers?: string[]; /** * Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} */ readonly setForAccount?: boolean | cdktf.IResolvable; /** * The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} */ readonly startTimestamp?: string; /** * The number that represents the percentage threshold at which to immediately suspend all warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} */ readonly suspendImmediateTrigger?: number; /** * A list of percentage thresholds at which to suspend all warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} */ readonly suspendImmediateTriggers?: number[]; /** * The number that represents the percentage threshold at which to suspend all warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} */ readonly suspendTrigger?: number; /** * A list of percentage thresholds at which to suspend all warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} */ readonly suspendTriggers?: number[]; /** * A list of warehouses to apply the resource monitor to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} */ readonly warehouses?: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor snowflake_resource_monitor} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor snowflake_resource_monitor} */ export class ResourceMonitor extends cdktf.TerraformResource { @@ -116,7 +116,7 @@ export class ResourceMonitor extends cdktf.TerraformResource { * Generates CDKTF code for importing a ResourceMonitor resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ResourceMonitor to import - * @param importFromId The id of the existing ResourceMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ResourceMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ResourceMonitor to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -128,7 +128,7 @@ export class ResourceMonitor extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/resource_monitor snowflake_resource_monitor} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/resource_monitor snowflake_resource_monitor} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -139,7 +139,7 @@ export class ResourceMonitor extends cdktf.TerraformResource { terraformResourceType: 'snowflake_resource_monitor', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/role-grants/README.md b/src/role-grants/README.md index fefcbddb4..c3e0bcfd5 100644 --- a/src/role-grants/README.md +++ b/src/role-grants/README.md @@ -1,3 +1,3 @@ # `snowflake_role_grants` -Refer to the Terraform Registry for docs: [`snowflake_role_grants`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants). +Refer to the Terraform Registry for docs: [`snowflake_role_grants`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants). diff --git a/src/role-grants/index.ts b/src/role-grants/index.ts index 1aaadfe35..80d74d8cf 100644 --- a/src/role-grants/index.ts +++ b/src/role-grants/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface RoleGrantsConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#id RoleGrants#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#id RoleGrants#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +28,25 @@ export interface RoleGrantsConfig extends cdktf.TerraformMetaArguments { /** * The name of the role we are granting. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#role_name RoleGrants#role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#role_name RoleGrants#role_name} */ readonly roleName: string; /** * Grants role to this specified role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#roles RoleGrants#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#roles RoleGrants#roles} */ readonly roles?: string[]; /** * Grants role to this specified user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#users RoleGrants#users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#users RoleGrants#users} */ readonly users?: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants snowflake_role_grants} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants snowflake_role_grants} */ export class RoleGrants extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class RoleGrants extends cdktf.TerraformResource { * Generates CDKTF code for importing a RoleGrants resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the RoleGrants to import - * @param importFromId The id of the existing RoleGrants that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RoleGrants that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RoleGrants to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class RoleGrants extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_grants snowflake_role_grants} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_grants snowflake_role_grants} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class RoleGrants extends cdktf.TerraformResource { terraformResourceType: 'snowflake_role_grants', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/role-ownership-grant/README.md b/src/role-ownership-grant/README.md index 8f38cf9ed..97c11c7a5 100644 --- a/src/role-ownership-grant/README.md +++ b/src/role-ownership-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_role_ownership_grant` -Refer to the Terraform Registry for docs: [`snowflake_role_ownership_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant). +Refer to the Terraform Registry for docs: [`snowflake_role_ownership_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant). diff --git a/src/role-ownership-grant/index.ts b/src/role-ownership-grant/index.ts index 751216f10..55955c447 100644 --- a/src/role-ownership-grant/index.ts +++ b/src/role-ownership-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface RoleOwnershipGrantConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} */ readonly currentGrants?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +28,25 @@ export interface RoleOwnershipGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the role ownership is granted on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} */ readonly onRoleName: string; /** * The name of the role to revert ownership to on destroy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} */ readonly toRoleName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant} */ export class RoleOwnershipGrant extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class RoleOwnershipGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a RoleOwnershipGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the RoleOwnershipGrant to import - * @param importFromId The id of the existing RoleOwnershipGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RoleOwnershipGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RoleOwnershipGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class RoleOwnershipGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class RoleOwnershipGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_role_ownership_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/role/README.md b/src/role/README.md index 4ef8b8364..9d8196fde 100644 --- a/src/role/README.md +++ b/src/role/README.md @@ -1,3 +1,3 @@ # `snowflake_role` -Refer to the Terraform Registry for docs: [`snowflake_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role). +Refer to the Terraform Registry for docs: [`snowflake_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role). diff --git a/src/role/index.ts b/src/role/index.ts index 56e2a6df0..adb045c90 100644 --- a/src/role/index.ts +++ b/src/role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface RoleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#comment Role#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#comment Role#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#id Role#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#id Role#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name} */ readonly name: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#tag Role#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#tag Role#tag} */ readonly tag?: RoleTag[] | cdktf.IResolvable; } @@ -38,25 +38,25 @@ export interface RoleTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#database Role#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#database Role#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#name Role#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#name Role#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#schema Role#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#schema Role#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#value Role#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#value Role#value} */ readonly value: string; } @@ -253,7 +253,7 @@ export class RoleTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role snowflake_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role snowflake_role} */ export class Role extends cdktf.TerraformResource { @@ -269,7 +269,7 @@ export class Role extends cdktf.TerraformResource { * Generates CDKTF code for importing a Role resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Role to import - * @param importFromId The id of the existing Role that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Role that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Role to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -281,7 +281,7 @@ export class Role extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/role snowflake_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/role snowflake_role} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -292,7 +292,7 @@ export class Role extends cdktf.TerraformResource { terraformResourceType: 'snowflake_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/row-access-policy-grant/README.md b/src/row-access-policy-grant/README.md index e95b4d0ee..74bd8c96b 100644 --- a/src/row-access-policy-grant/README.md +++ b/src/row-access-policy-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_row_access_policy_grant` -Refer to the Terraform Registry for docs: [`snowflake_row_access_policy_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant). +Refer to the Terraform Registry for docs: [`snowflake_row_access_policy_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant). diff --git a/src/row-access-policy-grant/index.ts b/src/row-access-policy-grant/index.ts index 8f195c8e3..327b7c474 100644 --- a/src/row-access-policy-grant/index.ts +++ b/src/row-access-policy-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface RowAccessPolicyGrantConfig extends cdktf.TerraformMetaArguments /** * The name of the database containing the row access policy on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,43 +34,43 @@ export interface RowAccessPolicyGrantConfig extends cdktf.TerraformMetaArguments /** * The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} */ readonly roles?: string[]; /** * The name of the row access policy on which to grant privileges immediately. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} */ readonly rowAccessPolicyName: string; /** * The name of the schema containing the row access policy on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} */ readonly schemaName: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant} */ export class RowAccessPolicyGrant extends cdktf.TerraformResource { @@ -86,7 +86,7 @@ export class RowAccessPolicyGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a RowAccessPolicyGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the RowAccessPolicyGrant to import - * @param importFromId The id of the existing RowAccessPolicyGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RowAccessPolicyGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RowAccessPolicyGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -98,7 +98,7 @@ export class RowAccessPolicyGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -109,7 +109,7 @@ export class RowAccessPolicyGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_row_access_policy_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/row-access-policy/README.md b/src/row-access-policy/README.md index ccf4f86f7..bc36eab76 100644 --- a/src/row-access-policy/README.md +++ b/src/row-access-policy/README.md @@ -1,3 +1,3 @@ # `snowflake_row_access_policy` -Refer to the Terraform Registry for docs: [`snowflake_row_access_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy). +Refer to the Terraform Registry for docs: [`snowflake_row_access_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy). diff --git a/src/row-access-policy/index.ts b/src/row-access-policy/index.ts index 06631e7de..b4f7454ee 100644 --- a/src/row-access-policy/index.ts +++ b/src/row-access-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface RowAccessPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the row access policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} */ readonly comment?: string; /** * The database in which to create the row access policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#database RowAccessPolicy#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#database RowAccessPolicy#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#id RowAccessPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#id RowAccessPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,31 +34,31 @@ export interface RowAccessPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#name RowAccessPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#name RowAccessPolicy#name} */ readonly name: string; /** * Specifies the SQL expression. The expression can be any boolean-valued SQL expression. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} */ readonly rowAccessExpression: string; /** * The schema in which to create the row access policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} */ readonly schema: string; /** * Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} */ readonly signature: { [key: string]: string }; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy snowflake_row_access_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy snowflake_row_access_policy} */ export class RowAccessPolicy extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class RowAccessPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a RowAccessPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the RowAccessPolicy to import - * @param importFromId The id of the existing RowAccessPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RowAccessPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RowAccessPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class RowAccessPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/row_access_policy snowflake_row_access_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/row_access_policy snowflake_row_access_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class RowAccessPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_row_access_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/saml-integration/README.md b/src/saml-integration/README.md index d49427568..4230d3602 100644 --- a/src/saml-integration/README.md +++ b/src/saml-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_saml_integration` -Refer to the Terraform Registry for docs: [`snowflake_saml_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration). +Refer to the Terraform Registry for docs: [`snowflake_saml_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration). diff --git a/src/saml-integration/index.ts b/src/saml-integration/index.ts index 9d7c34034..7da87d1fe 100644 --- a/src/saml-integration/index.ts +++ b/src/saml-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface SamlIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether this security integration is enabled or disabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#id SamlIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#id SamlIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,91 +28,91 @@ export interface SamlIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#name SamlIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#name SamlIntegration#name} */ readonly name: string; /** * The Boolean indicating if the Log In With button will be shown on the login page. TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} */ readonly saml2EnableSpInitiated?: boolean | cdktf.IResolvable; /** * The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} */ readonly saml2ForceAuthn?: boolean | cdktf.IResolvable; /** * The string containing the IdP EntityID / Issuer. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} */ readonly saml2Issuer: string; /** * The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} */ readonly saml2PostLogoutRedirectUrl?: string; /** * The string describing the IdP. One of the following: OKTA, ADFS, Custom. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} */ readonly saml2Provider: string; /** * The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} */ readonly saml2RequestedNameidFormat?: string; /** * The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} */ readonly saml2SignRequest?: boolean | cdktf.IResolvable; /** * The string containing the Snowflake Assertion Consumer Service URL to which the IdP will send its SAML authentication response back to Snowflake. This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} */ readonly saml2SnowflakeAcsUrl?: string; /** * The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} */ readonly saml2SnowflakeIssuerUrl?: string; /** * The Base64 encoded self-signed certificate generated by Snowflake for use with Encrypting SAML Assertions and Signed SAML Requests. You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} */ readonly saml2SnowflakeX509Cert?: string; /** * The string containing the label to display after the Log In With button on the login page. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} */ readonly saml2SpInitiatedLoginPageLabel?: string; /** * The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} */ readonly saml2SsoUrl: string; /** * The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} */ readonly saml2X509Cert: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration snowflake_saml_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration snowflake_saml_integration} */ export class SamlIntegration extends cdktf.TerraformResource { @@ -128,7 +128,7 @@ export class SamlIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a SamlIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SamlIntegration to import - * @param importFromId The id of the existing SamlIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SamlIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SamlIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -140,7 +140,7 @@ export class SamlIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/saml_integration snowflake_saml_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/saml_integration snowflake_saml_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -151,7 +151,7 @@ export class SamlIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_saml_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/schema-grant/README.md b/src/schema-grant/README.md index 67979a02a..30d047423 100644 --- a/src/schema-grant/README.md +++ b/src/schema-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_schema_grant` -Refer to the Terraform Registry for docs: [`snowflake_schema_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant). +Refer to the Terraform Registry for docs: [`snowflake_schema_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant). diff --git a/src/schema-grant/index.ts b/src/schema-grant/index.ts index fa759075b..21462fdb2 100644 --- a/src/schema-grant/index.ts +++ b/src/schema-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SchemaGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the schema on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#id SchemaGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#id SchemaGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,55 +34,55 @@ export interface SchemaGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true, apply this grant on all future schemas in the given database. The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#roles SchemaGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#roles SchemaGrant#roles} */ readonly roles?: string[]; /** * The name of the schema on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future and on_all are unset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#shares SchemaGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#shares SchemaGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant snowflake_schema_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant snowflake_schema_grant} */ export class SchemaGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class SchemaGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a SchemaGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SchemaGrant to import - * @param importFromId The id of the existing SchemaGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SchemaGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SchemaGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class SchemaGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema_grant snowflake_schema_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema_grant snowflake_schema_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class SchemaGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_schema_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/schema/README.md b/src/schema/README.md index 45e6dccf2..9f0dbb482 100644 --- a/src/schema/README.md +++ b/src/schema/README.md @@ -1,3 +1,3 @@ # `snowflake_schema` -Refer to the Terraform Registry for docs: [`snowflake_schema`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema). +Refer to the Terraform Registry for docs: [`snowflake_schema`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema). diff --git a/src/schema/index.ts b/src/schema/index.ts index de8647fd1..80fd09fb8 100644 --- a/src/schema/index.ts +++ b/src/schema/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface SchemaConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#comment Schema#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#comment Schema#comment} */ readonly comment?: string; /** - * Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. + * Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. Default value for this field is set to -1, which is a fallback to use Snowflake default. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#data_retention_days Schema#data_retention_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#data_retention_days Schema#data_retention_days} */ readonly dataRetentionDays?: number; /** * The database in which to create the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#id Schema#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#id Schema#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,25 +40,25 @@ export interface SchemaConfig extends cdktf.TerraformMetaArguments { /** * Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_managed Schema#is_managed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_managed Schema#is_managed} */ readonly isManaged?: boolean | cdktf.IResolvable; /** * Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#is_transient Schema#is_transient} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#is_transient Schema#is_transient} */ readonly isTransient?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the schema; must be unique for the database in which the schema is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} */ readonly name: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#tag Schema#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#tag Schema#tag} */ readonly tag?: SchemaTag[] | cdktf.IResolvable; } @@ -66,25 +66,25 @@ export interface SchemaTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#database Schema#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#database Schema#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#name Schema#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#name Schema#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#schema Schema#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#schema Schema#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#value Schema#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#value Schema#value} */ readonly value: string; } @@ -281,7 +281,7 @@ export class SchemaTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema snowflake_schema} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema snowflake_schema} */ export class Schema extends cdktf.TerraformResource { @@ -297,7 +297,7 @@ export class Schema extends cdktf.TerraformResource { * Generates CDKTF code for importing a Schema resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Schema to import - * @param importFromId The id of the existing Schema that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Schema that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Schema to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -309,7 +309,7 @@ export class Schema extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/schema snowflake_schema} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/schema snowflake_schema} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -320,7 +320,7 @@ export class Schema extends cdktf.TerraformResource { terraformResourceType: 'snowflake_schema', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/scim-integration/README.md b/src/scim-integration/README.md index dc5b5b831..c0ba49ebb 100644 --- a/src/scim-integration/README.md +++ b/src/scim-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_scim_integration` -Refer to the Terraform Registry for docs: [`snowflake_scim_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration). +Refer to the Terraform Registry for docs: [`snowflake_scim_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration). diff --git a/src/scim-integration/index.ts b/src/scim-integration/index.ts index 6085eaa9f..a7b9081e5 100644 --- a/src/scim-integration/index.ts +++ b/src/scim-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface ScimIntegrationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#id ScimIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#id ScimIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,31 +22,31 @@ export interface ScimIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#name ScimIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#name ScimIntegration#name} */ readonly name: string; /** * Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} */ readonly networkPolicy?: string; /** * Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} */ readonly provisionerRole: string; /** * Specifies the client type for the scim integration * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} */ readonly scimClient: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration snowflake_scim_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration snowflake_scim_integration} */ export class ScimIntegration extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class ScimIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a ScimIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ScimIntegration to import - * @param importFromId The id of the existing ScimIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ScimIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ScimIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class ScimIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/scim_integration snowflake_scim_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/scim_integration snowflake_scim_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class ScimIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_scim_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/sequence-grant/README.md b/src/sequence-grant/README.md index 4ce7835eb..45b9f2dbc 100644 --- a/src/sequence-grant/README.md +++ b/src/sequence-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_sequence_grant` -Refer to the Terraform Registry for docs: [`snowflake_sequence_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant). +Refer to the Terraform Registry for docs: [`snowflake_sequence_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant). diff --git a/src/sequence-grant/index.ts b/src/sequence-grant/index.ts index 2638a125c..b4d6e8b9f 100644 --- a/src/sequence-grant/index.ts +++ b/src/sequence-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SequenceGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future sequences on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#id SequenceGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#id SequenceGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,55 +34,55 @@ export interface SequenceGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#roles SequenceGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#roles SequenceGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future sequences on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} */ readonly schemaName?: string; /** * The name of the sequence on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} */ readonly sequenceName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant snowflake_sequence_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant snowflake_sequence_grant} */ export class SequenceGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class SequenceGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a SequenceGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SequenceGrant to import - * @param importFromId The id of the existing SequenceGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SequenceGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SequenceGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class SequenceGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence_grant snowflake_sequence_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence_grant snowflake_sequence_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class SequenceGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_sequence_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/sequence/README.md b/src/sequence/README.md index f6deaf2cb..fe4b39266 100644 --- a/src/sequence/README.md +++ b/src/sequence/README.md @@ -1,3 +1,3 @@ # `snowflake_sequence` -Refer to the Terraform Registry for docs: [`snowflake_sequence`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence). +Refer to the Terraform Registry for docs: [`snowflake_sequence`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence). diff --git a/src/sequence/index.ts b/src/sequence/index.ts index 94b73e8d6..62f387eb4 100644 --- a/src/sequence/index.ts +++ b/src/sequence/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SequenceConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the sequence. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#comment Sequence#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#comment Sequence#comment} */ readonly comment?: string; /** * The database in which to create the sequence. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#database Sequence#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#database Sequence#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#id Sequence#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#id Sequence#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,31 +34,31 @@ export interface SequenceConfig extends cdktf.TerraformMetaArguments { /** * The amount the sequence will increase by each time it is used * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#increment Sequence#increment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#increment Sequence#increment} */ readonly increment?: number; /** * Specifies the name for the sequence. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#name Sequence#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#name Sequence#name} */ readonly name: string; /** * The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#ordering Sequence#ordering} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#ordering Sequence#ordering} */ readonly ordering?: string; /** * The schema in which to create the sequence. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#schema Sequence#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#schema Sequence#schema} */ readonly schema: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence snowflake_sequence} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence snowflake_sequence} */ export class Sequence extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class Sequence extends cdktf.TerraformResource { * Generates CDKTF code for importing a Sequence resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Sequence to import - * @param importFromId The id of the existing Sequence that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Sequence that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Sequence to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class Sequence extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/sequence snowflake_sequence} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/sequence snowflake_sequence} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class Sequence extends cdktf.TerraformResource { terraformResourceType: 'snowflake_sequence', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/session-parameter/README.md b/src/session-parameter/README.md index 00a78208b..45c3989fd 100644 --- a/src/session-parameter/README.md +++ b/src/session-parameter/README.md @@ -1,3 +1,3 @@ # `snowflake_session_parameter` -Refer to the Terraform Registry for docs: [`snowflake_session_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter). +Refer to the Terraform Registry for docs: [`snowflake_session_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter). diff --git a/src/session-parameter/index.ts b/src/session-parameter/index.ts index f8ac7878b..f1b8d38f0 100644 --- a/src/session-parameter/index.ts +++ b/src/session-parameter/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface SessionParameterConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#id SessionParameter#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#id SessionParameter#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,31 +22,31 @@ export interface SessionParameterConfig extends cdktf.TerraformMetaArguments { /** * Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#key SessionParameter#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#key SessionParameter#key} */ readonly key: string; /** * If true, the session parameter will be set on the account level. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#on_account SessionParameter#on_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#on_account SessionParameter#on_account} */ readonly onAccount?: boolean | cdktf.IResolvable; /** * The user to set the session parameter for. Required if on_account is false * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#user SessionParameter#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#user SessionParameter#user} */ readonly user?: string; /** * Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#value SessionParameter#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#value SessionParameter#value} */ readonly value: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter snowflake_session_parameter} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter snowflake_session_parameter} */ export class SessionParameter extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class SessionParameter extends cdktf.TerraformResource { * Generates CDKTF code for importing a SessionParameter resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SessionParameter to import - * @param importFromId The id of the existing SessionParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SessionParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SessionParameter to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class SessionParameter extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/session_parameter snowflake_session_parameter} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/session_parameter snowflake_session_parameter} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class SessionParameter extends cdktf.TerraformResource { terraformResourceType: 'snowflake_session_parameter', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/share/README.md b/src/share/README.md index 3b6a52a2e..c85c69e8a 100644 --- a/src/share/README.md +++ b/src/share/README.md @@ -1,3 +1,3 @@ # `snowflake_share` -Refer to the Terraform Registry for docs: [`snowflake_share`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share). +Refer to the Terraform Registry for docs: [`snowflake_share`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share). diff --git a/src/share/index.ts b/src/share/index.ts index 5aaf095b9..4f3e460a9 100644 --- a/src/share/index.ts +++ b/src/share/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ShareConfig extends cdktf.TerraformMetaArguments { /** * A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#accounts Share#accounts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#accounts Share#accounts} */ readonly accounts?: string[]; /** * Specifies a comment for the managed account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#comment Share#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#comment Share#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#id Share#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#id Share#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,13 +34,13 @@ export interface ShareConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the share; must be unique for the account in which the share is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#name Share#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#name Share#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share snowflake_share} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share snowflake_share} */ export class Share extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class Share extends cdktf.TerraformResource { * Generates CDKTF code for importing a Share resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Share to import - * @param importFromId The id of the existing Share that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Share that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Share to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class Share extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/share snowflake_share} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/share snowflake_share} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class Share extends cdktf.TerraformResource { terraformResourceType: 'snowflake_share', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/stage-grant/README.md b/src/stage-grant/README.md index ee001fc14..4568fc4de 100644 --- a/src/stage-grant/README.md +++ b/src/stage-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_stage_grant` -Refer to the Terraform Registry for docs: [`snowflake_stage_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant). +Refer to the Terraform Registry for docs: [`snowflake_stage_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant). diff --git a/src/stage-grant/index.ts b/src/stage-grant/index.ts index a7b7c8d63..14d5e5495 100644 --- a/src/stage-grant/index.ts +++ b/src/stage-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface StageGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current stage on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#database_name StageGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#database_name StageGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#id StageGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#id StageGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,55 +34,55 @@ export interface StageGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_all StageGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_all StageGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#on_future StageGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#on_future StageGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#privilege StageGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#privilege StageGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#roles StageGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#roles StageGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current stage on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} */ readonly schemaName?: string; /** * The name of the stage on which to grant privilege (only valid if on_future and on_all are false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} */ readonly stageName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant snowflake_stage_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant snowflake_stage_grant} */ export class StageGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class StageGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a StageGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the StageGrant to import - * @param importFromId The id of the existing StageGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StageGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StageGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class StageGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage_grant snowflake_stage_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage_grant snowflake_stage_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class StageGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stage_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/stage/README.md b/src/stage/README.md index f956bb871..0f9f57121 100644 --- a/src/stage/README.md +++ b/src/stage/README.md @@ -1,3 +1,3 @@ # `snowflake_stage` -Refer to the Terraform Registry for docs: [`snowflake_stage`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage). +Refer to the Terraform Registry for docs: [`snowflake_stage`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage). diff --git a/src/stage/index.ts b/src/stage/index.ts index 6de706681..9abf68f06 100644 --- a/src/stage/index.ts +++ b/src/stage/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,53 +13,53 @@ import * as cdktf from 'cdktf'; export interface StageConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#aws_external_id Stage#aws_external_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#aws_external_id Stage#aws_external_id} */ readonly awsExternalId?: string; /** * Specifies a comment for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#comment Stage#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#comment Stage#comment} */ readonly comment?: string; /** * Specifies the copy options for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#copy_options Stage#copy_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#copy_options Stage#copy_options} */ readonly copyOptions?: string; /** * Specifies the credentials for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#credentials Stage#credentials} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#credentials Stage#credentials} */ readonly credentials?: string; /** * The database in which to create the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} */ readonly database: string; /** * Specifies the directory settings for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#directory Stage#directory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#directory Stage#directory} */ readonly directory?: string; /** * Specifies the encryption settings for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#encryption Stage#encryption} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#encryption Stage#encryption} */ readonly encryption?: string; /** * Specifies the file format for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#file_format Stage#file_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#file_format Stage#file_format} */ readonly fileFormat?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#id Stage#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#id Stage#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -68,35 +68,35 @@ export interface StageConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} */ readonly name: string; /** * The schema in which to create the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} */ readonly schema: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} */ readonly snowflakeIamUser?: string; /** * Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#storage_integration Stage#storage_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#storage_integration Stage#storage_integration} */ readonly storageIntegration?: string; /** * Specifies the URL for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#url Stage#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#url Stage#url} */ readonly url?: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#tag Stage#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#tag Stage#tag} */ readonly tag?: StageTag[] | cdktf.IResolvable; } @@ -104,25 +104,25 @@ export interface StageTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#database Stage#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#database Stage#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#name Stage#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#name Stage#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#schema Stage#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#schema Stage#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#value Stage#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#value Stage#value} */ readonly value: string; } @@ -319,7 +319,7 @@ export class StageTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage snowflake_stage} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage snowflake_stage} */ export class Stage extends cdktf.TerraformResource { @@ -335,7 +335,7 @@ export class Stage extends cdktf.TerraformResource { * Generates CDKTF code for importing a Stage resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Stage to import - * @param importFromId The id of the existing Stage that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Stage that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Stage to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -347,7 +347,7 @@ export class Stage extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stage snowflake_stage} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stage snowflake_stage} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -358,7 +358,7 @@ export class Stage extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stage', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/storage-integration/README.md b/src/storage-integration/README.md index b50d25a23..4143219b1 100644 --- a/src/storage-integration/README.md +++ b/src/storage-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_storage_integration` -Refer to the Terraform Registry for docs: [`snowflake_storage_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration). +Refer to the Terraform Registry for docs: [`snowflake_storage_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration). diff --git a/src/storage-integration/index.ts b/src/storage-integration/index.ts index ad93bc421..abf0fed1a 100644 --- a/src/storage-integration/index.ts +++ b/src/storage-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,62 +13,62 @@ import * as cdktf from 'cdktf'; export interface StorageIntegrationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id} */ readonly azureTenantId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#comment StorageIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#comment StorageIntegration#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#enabled StorageIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#enabled StorageIntegration#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#id StorageIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#id StorageIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#name StorageIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#name StorageIntegration#name} */ readonly name: string; /** * Explicitly limits external stages that use the integration to reference one or more storage locations. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} */ readonly storageAllowedLocations: string[]; /** * "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} */ readonly storageAwsObjectAcl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn} */ readonly storageAwsRoleArn?: string; /** * Explicitly prohibits external stages that use the integration from referencing one or more storage locations. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} */ readonly storageBlockedLocations?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} */ readonly storageProvider: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#type StorageIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#type StorageIntegration#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration snowflake_storage_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration snowflake_storage_integration} */ export class StorageIntegration extends cdktf.TerraformResource { @@ -84,7 +84,7 @@ export class StorageIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a StorageIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the StorageIntegration to import - * @param importFromId The id of the existing StorageIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StorageIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StorageIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -96,7 +96,7 @@ export class StorageIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/storage_integration snowflake_storage_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/storage_integration snowflake_storage_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -107,7 +107,7 @@ export class StorageIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_storage_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/stream-grant/README.md b/src/stream-grant/README.md index a9db6d84c..61c7dcf76 100644 --- a/src/stream-grant/README.md +++ b/src/stream-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_stream_grant` -Refer to the Terraform Registry for docs: [`snowflake_stream_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant). +Refer to the Terraform Registry for docs: [`snowflake_stream_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant). diff --git a/src/stream-grant/index.ts b/src/stream-grant/index.ts index 9b4cc58a4..54939ffcb 100644 --- a/src/stream-grant/index.ts +++ b/src/stream-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface StreamGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future streams on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#database_name StreamGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#database_name StreamGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#id StreamGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#id StreamGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,55 +34,55 @@ export interface StreamGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_all StreamGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_all StreamGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#on_future StreamGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#on_future StreamGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#privilege StreamGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#privilege StreamGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#roles StreamGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#roles StreamGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future streams on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} */ readonly schemaName?: string; /** * The name of the stream on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} */ readonly streamName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant snowflake_stream_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant snowflake_stream_grant} */ export class StreamGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class StreamGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a StreamGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the StreamGrant to import - * @param importFromId The id of the existing StreamGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StreamGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StreamGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class StreamGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream_grant snowflake_stream_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream_grant snowflake_stream_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class StreamGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stream_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/stream/README.md b/src/stream/README.md index 28c55b01f..2c3e7b3b1 100644 --- a/src/stream/README.md +++ b/src/stream/README.md @@ -1,3 +1,3 @@ # `snowflake_stream` -Refer to the Terraform Registry for docs: [`snowflake_stream`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream). +Refer to the Terraform Registry for docs: [`snowflake_stream`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream). diff --git a/src/stream/index.ts b/src/stream/index.ts index 22046c4ea..75c44dd5d 100644 --- a/src/stream/index.ts +++ b/src/stream/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface StreamConfig extends cdktf.TerraformMetaArguments { /** * Type of the stream that will be created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#append_only Stream#append_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#append_only Stream#append_only} */ readonly appendOnly?: boolean | cdktf.IResolvable; /** * Specifies a comment for the stream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#comment Stream#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#comment Stream#comment} */ readonly comment?: string; /** * The database in which to create the stream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#database Stream#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#database Stream#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#id Stream#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#id Stream#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,49 +40,49 @@ export interface StreamConfig extends cdktf.TerraformMetaArguments { /** * Create an insert only stream type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#insert_only Stream#insert_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#insert_only Stream#insert_only} */ readonly insertOnly?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#name Stream#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#name Stream#name} */ readonly name: string; /** * Specifies an identifier for the stage the stream will monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_stage Stream#on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_stage Stream#on_stage} */ readonly onStage?: string; /** * Specifies an identifier for the table the stream will monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_table Stream#on_table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_table Stream#on_table} */ readonly onTable?: string; /** * Specifies an identifier for the view the stream will monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#on_view Stream#on_view} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#on_view Stream#on_view} */ readonly onView?: string; /** * The schema in which to create the stream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#schema Stream#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#schema Stream#schema} */ readonly schema: string; /** * Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} */ readonly showInitialRows?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream snowflake_stream} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream snowflake_stream} */ export class Stream extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class Stream extends cdktf.TerraformResource { * Generates CDKTF code for importing a Stream resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Stream to import - * @param importFromId The id of the existing Stream that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Stream that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Stream to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class Stream extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/stream snowflake_stream} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/stream snowflake_stream} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class Stream extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stream', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/table-column-masking-policy-application/README.md b/src/table-column-masking-policy-application/README.md index b2b132c48..bbca99046 100644 --- a/src/table-column-masking-policy-application/README.md +++ b/src/table-column-masking-policy-application/README.md @@ -1,3 +1,3 @@ # `snowflake_table_column_masking_policy_application` -Refer to the Terraform Registry for docs: [`snowflake_table_column_masking_policy_application`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application). +Refer to the Terraform Registry for docs: [`snowflake_table_column_masking_policy_application`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application). diff --git a/src/table-column-masking-policy-application/index.ts b/src/table-column-masking-policy-application/index.ts index 5cafc13b8..ef873c152 100644 --- a/src/table-column-masking-policy-application/index.ts +++ b/src/table-column-masking-policy-application/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface TableColumnMaskingPolicyApplicationConfig extends cdktf.Terrafo /** * The column to apply the masking policy to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} */ readonly column: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,19 +28,19 @@ export interface TableColumnMaskingPolicyApplicationConfig extends cdktf.Terrafo /** * Fully qualified name (`database.schema.policyname`) of the policy to apply. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} */ readonly maskingPolicy: string; /** * The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} */ readonly table: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application} */ export class TableColumnMaskingPolicyApplication extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class TableColumnMaskingPolicyApplication extends cdktf.TerraformResource * Generates CDKTF code for importing a TableColumnMaskingPolicyApplication resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TableColumnMaskingPolicyApplication to import - * @param importFromId The id of the existing TableColumnMaskingPolicyApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TableColumnMaskingPolicyApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TableColumnMaskingPolicyApplication to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class TableColumnMaskingPolicyApplication extends cdktf.TerraformResource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class TableColumnMaskingPolicyApplication extends cdktf.TerraformResource terraformResourceType: 'snowflake_table_column_masking_policy_application', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/table-constraint/README.md b/src/table-constraint/README.md index 117ba2ee3..7320a3209 100644 --- a/src/table-constraint/README.md +++ b/src/table-constraint/README.md @@ -1,3 +1,3 @@ # `snowflake_table_constraint` -Refer to the Terraform Registry for docs: [`snowflake_table_constraint`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint). +Refer to the Terraform Registry for docs: [`snowflake_table_constraint`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint). diff --git a/src/table-constraint/index.ts b/src/table-constraint/index.ts index 2a2ca6e26..44e28a6fe 100644 --- a/src/table-constraint/index.ts +++ b/src/table-constraint/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +15,35 @@ export interface TableConstraintConfig extends cdktf.TerraformMetaArguments { /** * Columns to use in constraint key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} */ readonly columns: string[]; /** * Comment for the table constraint * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#comment TableConstraint#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#comment TableConstraint#comment} */ readonly comment?: string; /** * Whether the constraint is deferrable * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} */ readonly deferrable?: boolean | cdktf.IResolvable; /** * Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enable TableConstraint#enable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enable TableConstraint#enable} */ readonly enable?: boolean | cdktf.IResolvable; /** * Whether the constraint is enforced * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#enforced TableConstraint#enforced} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#enforced TableConstraint#enforced} */ readonly enforced?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#id TableConstraint#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#id TableConstraint#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -52,43 +52,43 @@ export interface TableConstraintConfig extends cdktf.TerraformMetaArguments { /** * Whether the constraint is initially deferred or immediate * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#initially TableConstraint#initially} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#initially TableConstraint#initially} */ readonly initially?: string; /** * Name of constraint * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#name TableConstraint#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#name TableConstraint#name} */ readonly name: string; /** * Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#rely TableConstraint#rely} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#rely TableConstraint#rely} */ readonly rely?: boolean | cdktf.IResolvable; /** - * Identifier for table to create constraint on. Format must follow: "\"\".\"\".\"\"" or ".." (snowflake_table.my_table.id) + * Identifier for table to create constraint on. Format must follow: "\"<db_name>\".\"<schema_name>\".\"<table_name>\"" or "<db_name>.<schema_name>.<table_name>" (snowflake_table.my_table.id) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} */ readonly tableId: string; /** * Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY' * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#type TableConstraint#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#type TableConstraint#type} */ readonly type: string; /** * Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#validate TableConstraint#validate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#validate TableConstraint#validate} */ readonly validate?: boolean | cdktf.IResolvable; /** * foreign_key_properties block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} */ readonly foreignKeyProperties?: TableConstraintForeignKeyProperties; } @@ -96,13 +96,13 @@ export interface TableConstraintForeignKeyPropertiesReferences { /** * Columns to use in foreign key reference * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#columns TableConstraint#columns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#columns TableConstraint#columns} */ readonly columns: string[]; /** * Name of constraint * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#table_id TableConstraint#table_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#table_id TableConstraint#table_id} */ readonly tableId: string; } @@ -211,25 +211,25 @@ export interface TableConstraintForeignKeyProperties { /** * The match type for the foreign key. Not applicable for primary/unique keys * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#match TableConstraint#match} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#match TableConstraint#match} */ readonly match?: string; /** * Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} */ readonly onDelete?: string; /** * Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#on_update TableConstraint#on_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#on_update TableConstraint#on_update} */ readonly onUpdate?: string; /** * references block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#references TableConstraint#references} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#references TableConstraint#references} */ readonly references?: TableConstraintForeignKeyPropertiesReferences; } @@ -400,7 +400,7 @@ export class TableConstraintForeignKeyPropertiesOutputReference extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint snowflake_table_constraint} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint snowflake_table_constraint} */ export class TableConstraint extends cdktf.TerraformResource { @@ -416,7 +416,7 @@ export class TableConstraint extends cdktf.TerraformResource { * Generates CDKTF code for importing a TableConstraint resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TableConstraint to import - * @param importFromId The id of the existing TableConstraint that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TableConstraint that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TableConstraint to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -428,7 +428,7 @@ export class TableConstraint extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_constraint snowflake_table_constraint} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_constraint snowflake_table_constraint} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -439,7 +439,7 @@ export class TableConstraint extends cdktf.TerraformResource { terraformResourceType: 'snowflake_table_constraint', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/table-grant/README.md b/src/table-grant/README.md index 94b2df2d2..f4199faa8 100644 --- a/src/table-grant/README.md +++ b/src/table-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_table_grant` -Refer to the Terraform Registry for docs: [`snowflake_table_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant). +Refer to the Terraform Registry for docs: [`snowflake_table_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant). diff --git a/src/table-grant/index.ts b/src/table-grant/index.ts index 043de81b1..c692415a8 100644 --- a/src/table-grant/index.ts +++ b/src/table-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface TableGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future tables on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#database_name TableGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#database_name TableGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#id TableGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#id TableGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,61 +34,61 @@ export interface TableGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_all TableGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_all TableGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#on_future TableGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#on_future TableGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#privilege TableGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#privilege TableGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#roles TableGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#roles TableGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the current or future tables on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#schema_name TableGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#schema_name TableGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future or on_all are unset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#shares TableGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#shares TableGrant#shares} */ readonly shares?: string[]; /** * The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#table_name TableGrant#table_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#table_name TableGrant#table_name} */ readonly tableName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant snowflake_table_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant snowflake_table_grant} */ export class TableGrant extends cdktf.TerraformResource { @@ -104,7 +104,7 @@ export class TableGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a TableGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TableGrant to import - * @param importFromId The id of the existing TableGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TableGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TableGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -116,7 +116,7 @@ export class TableGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table_grant snowflake_table_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table_grant snowflake_table_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -127,7 +127,7 @@ export class TableGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_table_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/table/README.md b/src/table/README.md index 8fe309f25..6552c12f6 100644 --- a/src/table/README.md +++ b/src/table/README.md @@ -1,3 +1,3 @@ # `snowflake_table` -Refer to the Terraform Registry for docs: [`snowflake_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table). +Refer to the Terraform Registry for docs: [`snowflake_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table). diff --git a/src/table/index.ts b/src/table/index.ts index 83efdb353..c35f0e3c5 100644 --- a/src/table/index.ts +++ b/src/table/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,35 @@ export interface TableConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to enable change tracking on the table. Default false. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#change_tracking Table#change_tracking} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#change_tracking Table#change_tracking} */ readonly changeTracking?: boolean | cdktf.IResolvable; /** * A list of one or more table columns/expressions to be used as clustering key(s) for the table * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#cluster_by Table#cluster_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#cluster_by Table#cluster_by} */ readonly clusterBy?: string[]; /** * Specifies a comment for the table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} */ readonly comment?: string; /** - * Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. + * 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 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_days Table#data_retention_days} - */ - readonly dataRetentionDays?: 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. Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. - * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} */ readonly dataRetentionTimeInDays?: number; /** * The database in which to create the table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#id Table#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#id Table#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -58,31 +52,31 @@ export interface TableConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the table; must be unique for the database and schema in which the table is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} */ readonly name: string; /** * The schema in which to create the table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} */ readonly schema: string; /** * column block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#column Table#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#column Table#column} */ readonly column: TableColumn[] | cdktf.IResolvable; /** * primary_key block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#primary_key Table#primary_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#primary_key Table#primary_key} */ readonly primaryKey?: TablePrimaryKey; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#tag Table#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#tag Table#tag} */ readonly tag?: TableTag[] | cdktf.IResolvable; } @@ -90,19 +84,19 @@ export interface TableColumnDefault { /** * The default constant value for the column * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#constant Table#constant} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#constant Table#constant} */ readonly constant?: string; /** * The default expression value for the column * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#expression Table#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#expression Table#expression} */ readonly expression?: string; /** * The default sequence to use for the column * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#sequence Table#sequence} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#sequence Table#sequence} */ readonly sequence?: string; } @@ -246,13 +240,13 @@ export interface TableColumnIdentity { /** * The number to start incrementing at. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#start_num Table#start_num} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#start_num Table#start_num} */ readonly startNum?: number; /** * Step size to increment by. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#step_num Table#step_num} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#step_num Table#step_num} */ readonly stepNum?: number; } @@ -364,46 +358,52 @@ export class TableColumnIdentityOutputReference extends cdktf.ComplexObject { } } export interface TableColumn { + /** + * Column collation, e.g. utf8 + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#collate Table#collate} + */ + readonly collate?: string; /** * Column comment * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#comment Table#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#comment Table#comment} */ readonly comment?: string; /** * Masking policy to apply on column. It has to be a fully qualified name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#masking_policy Table#masking_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#masking_policy Table#masking_policy} */ readonly maskingPolicy?: string; /** * Column name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} */ readonly name: string; /** * 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. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#nullable Table#nullable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#nullable Table#nullable} */ readonly nullable?: boolean | cdktf.IResolvable; /** * Column type, e.g. VARIANT * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#type Table#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#type Table#type} */ readonly type: string; /** * default block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#default Table#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#default Table#default} */ readonly default?: TableColumnDefault; /** * identity block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#identity Table#identity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#identity Table#identity} */ readonly identity?: TableColumnIdentity; } @@ -414,6 +414,7 @@ export function tableColumnToTerraform(struct?: TableColumn | cdktf.IResolvable) throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return { + collate: cdktf.stringToTerraform(struct!.collate), comment: cdktf.stringToTerraform(struct!.comment), masking_policy: cdktf.stringToTerraform(struct!.maskingPolicy), name: cdktf.stringToTerraform(struct!.name), @@ -431,6 +432,12 @@ export function tableColumnToHclTerraform(struct?: TableColumn | cdktf.IResolvab throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = { + collate: { + value: cdktf.stringToHclTerraform(struct!.collate), + isBlock: false, + type: "simple", + storageClassType: "string", + }, comment: { value: cdktf.stringToHclTerraform(struct!.comment), isBlock: false, @@ -499,6 +506,10 @@ export class TableColumnOutputReference extends cdktf.ComplexObject { } let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; + if (this._collate !== undefined) { + hasAnyValues = true; + internalValueResult.collate = this._collate; + } if (this._comment !== undefined) { hasAnyValues = true; internalValueResult.comment = this._comment; @@ -534,6 +545,7 @@ export class TableColumnOutputReference extends cdktf.ComplexObject { if (value === undefined) { this.isEmptyObject = false; this.resolvableValue = undefined; + this._collate = undefined; this._comment = undefined; this._maskingPolicy = undefined; this._name = undefined; @@ -549,6 +561,7 @@ export class TableColumnOutputReference extends cdktf.ComplexObject { else { this.isEmptyObject = Object.keys(value).length === 0; this.resolvableValue = undefined; + this._collate = value.collate; this._comment = value.comment; this._maskingPolicy = value.maskingPolicy; this._name = value.name; @@ -559,6 +572,22 @@ export class TableColumnOutputReference extends cdktf.ComplexObject { } } + // collate - computed: false, optional: true, required: false + private _collate?: string; + public get collate() { + return this.getStringAttribute('collate'); + } + public set collate(value: string) { + this._collate = value; + } + public resetCollate() { + this._collate = undefined; + } + // Temporarily expose input value. Use with caution. + public get collateInput() { + return this._collate; + } + // comment - computed: false, optional: true, required: false private _comment?: string; public get comment() { @@ -689,13 +718,13 @@ export interface TablePrimaryKey { /** * Columns to use in primary key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#keys Table#keys} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#keys Table#keys} */ readonly keys: string[]; /** * Name of constraint * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} */ readonly name?: string; } @@ -807,25 +836,25 @@ export interface TableTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#database Table#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#database Table#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#name Table#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#schema Table#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#schema Table#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#value Table#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#value Table#value} */ readonly value: string; } @@ -1022,7 +1051,7 @@ export class TableTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table snowflake_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table snowflake_table} */ export class Table extends cdktf.TerraformResource { @@ -1038,7 +1067,7 @@ export class Table extends cdktf.TerraformResource { * Generates CDKTF code for importing a Table resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Table to import - * @param importFromId The id of the existing Table that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Table that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Table to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1050,7 +1079,7 @@ export class Table extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/table snowflake_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/table snowflake_table} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1061,7 +1090,7 @@ export class Table extends cdktf.TerraformResource { terraformResourceType: 'snowflake_table', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, @@ -1075,7 +1104,6 @@ export class Table extends cdktf.TerraformResource { this._changeTracking = config.changeTracking; this._clusterBy = config.clusterBy; this._comment = config.comment; - this._dataRetentionDays = config.dataRetentionDays; this._dataRetentionTimeInDays = config.dataRetentionTimeInDays; this._database = config.database; this._id = config.id; @@ -1138,22 +1166,6 @@ export class Table extends cdktf.TerraformResource { return this._comment; } - // data_retention_days - computed: false, optional: true, required: false - private _dataRetentionDays?: number; - public get dataRetentionDays() { - return this.getNumberAttribute('data_retention_days'); - } - public set dataRetentionDays(value: number) { - this._dataRetentionDays = value; - } - public resetDataRetentionDays() { - this._dataRetentionDays = undefined; - } - // Temporarily expose input value. Use with caution. - public get dataRetentionDaysInput() { - return this._dataRetentionDays; - } - // data_retention_time_in_days - computed: false, optional: true, required: false private _dataRetentionTimeInDays?: number; public get dataRetentionTimeInDays() { @@ -1289,7 +1301,6 @@ export class Table extends cdktf.TerraformResource { change_tracking: cdktf.booleanToTerraform(this._changeTracking), cluster_by: cdktf.listMapper(cdktf.stringToTerraform, false)(this._clusterBy), comment: cdktf.stringToTerraform(this._comment), - data_retention_days: cdktf.numberToTerraform(this._dataRetentionDays), data_retention_time_in_days: cdktf.numberToTerraform(this._dataRetentionTimeInDays), database: cdktf.stringToTerraform(this._database), id: cdktf.stringToTerraform(this._id), @@ -1321,12 +1332,6 @@ export class Table extends cdktf.TerraformResource { type: "simple", storageClassType: "string", }, - data_retention_days: { - value: cdktf.numberToHclTerraform(this._dataRetentionDays), - isBlock: false, - type: "simple", - storageClassType: "number", - }, data_retention_time_in_days: { value: cdktf.numberToHclTerraform(this._dataRetentionTimeInDays), isBlock: false, diff --git a/src/tag-association/README.md b/src/tag-association/README.md index a21b8575a..7c8bbd4d0 100644 --- a/src/tag-association/README.md +++ b/src/tag-association/README.md @@ -1,3 +1,3 @@ # `snowflake_tag_association` -Refer to the Terraform Registry for docs: [`snowflake_tag_association`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association). +Refer to the Terraform Registry for docs: [`snowflake_tag_association`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association). diff --git a/src/tag-association/index.ts b/src/tag-association/index.ts index e327460e5..792d348f8 100644 --- a/src/tag-association/index.ts +++ b/src/tag-association/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface TagAssociationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#id TagAssociation#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#id TagAssociation#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,43 +22,43 @@ export interface TagAssociationConfig extends cdktf.TerraformMetaArguments { /** * Specifies the object identifier for the tag association. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_name TagAssociation#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_name TagAssociation#object_name} */ readonly objectName?: string; /** * Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_type TagAssociation#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_type TagAssociation#object_type} */ readonly objectType: string; /** * If true, skips validation of the tag association. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} */ readonly skipValidation?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} */ readonly tagId: string; /** * Specifies the value of the tag, (e.g. 'finance' or 'engineering') * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} */ readonly tagValue: string; /** * object_identifier block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} */ readonly objectIdentifier: TagAssociationObjectIdentifier[] | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} */ readonly timeouts?: TagAssociationTimeouts; } @@ -66,19 +66,19 @@ export interface TagAssociationObjectIdentifier { /** * Name of the database that the object was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#database TagAssociation#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#database TagAssociation#database} */ readonly database?: string; /** * Name of the object to associate the tag with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#name TagAssociation#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#name TagAssociation#name} */ readonly name: string; /** * Name of the schema that the object was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#schema TagAssociation#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#schema TagAssociation#schema} */ readonly schema?: string; } @@ -249,7 +249,7 @@ export class TagAssociationObjectIdentifierList extends cdktf.ComplexList { } export interface TagAssociationTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#create TagAssociation#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#create TagAssociation#create} */ readonly create?: string; } @@ -343,7 +343,7 @@ export class TagAssociationTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association snowflake_tag_association} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association snowflake_tag_association} */ export class TagAssociation extends cdktf.TerraformResource { @@ -359,7 +359,7 @@ export class TagAssociation extends cdktf.TerraformResource { * Generates CDKTF code for importing a TagAssociation resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TagAssociation to import - * @param importFromId The id of the existing TagAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TagAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TagAssociation to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -371,7 +371,7 @@ export class TagAssociation extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_association snowflake_tag_association} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_association snowflake_tag_association} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -382,7 +382,7 @@ export class TagAssociation extends cdktf.TerraformResource { terraformResourceType: 'snowflake_tag_association', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/tag-grant/README.md b/src/tag-grant/README.md index a4173a3b5..aae0d138f 100644 --- a/src/tag-grant/README.md +++ b/src/tag-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_tag_grant` -Refer to the Terraform Registry for docs: [`snowflake_tag_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant). +Refer to the Terraform Registry for docs: [`snowflake_tag_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant). diff --git a/src/tag-grant/index.ts b/src/tag-grant/index.ts index a8fa75fb0..816d5383e 100644 --- a/src/tag-grant/index.ts +++ b/src/tag-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface TagGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the tag on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#database_name TagGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#database_name TagGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#id TagGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#id TagGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,43 +34,43 @@ export interface TagGrantConfig extends cdktf.TerraformMetaArguments { /** * The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#privilege TagGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#privilege TagGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#roles TagGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#roles TagGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the tag on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} */ readonly schemaName: string; /** * The name of the tag on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} */ readonly tagName: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant snowflake_tag_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant snowflake_tag_grant} */ export class TagGrant extends cdktf.TerraformResource { @@ -86,7 +86,7 @@ export class TagGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a TagGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TagGrant to import - * @param importFromId The id of the existing TagGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TagGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TagGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -98,7 +98,7 @@ export class TagGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_grant snowflake_tag_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_grant snowflake_tag_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -109,7 +109,7 @@ export class TagGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_tag_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/tag-masking-policy-association/README.md b/src/tag-masking-policy-association/README.md index 165c795c7..be80758e2 100644 --- a/src/tag-masking-policy-association/README.md +++ b/src/tag-masking-policy-association/README.md @@ -1,3 +1,3 @@ # `snowflake_tag_masking_policy_association` -Refer to the Terraform Registry for docs: [`snowflake_tag_masking_policy_association`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association). +Refer to the Terraform Registry for docs: [`snowflake_tag_masking_policy_association`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association). diff --git a/src/tag-masking-policy-association/index.ts b/src/tag-masking-policy-association/index.ts index 1f17e63cf..0954bb567 100644 --- a/src/tag-masking-policy-association/index.ts +++ b/src/tag-masking-policy-association/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface TagMaskingPolicyAssociationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,19 +22,19 @@ export interface TagMaskingPolicyAssociationConfig extends cdktf.TerraformMetaAr /** * The resource id of the masking policy * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} */ readonly maskingPolicyId: string; /** * Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} */ readonly tagId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association} */ export class TagMaskingPolicyAssociation extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class TagMaskingPolicyAssociation extends cdktf.TerraformResource { * Generates CDKTF code for importing a TagMaskingPolicyAssociation resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TagMaskingPolicyAssociation to import - * @param importFromId The id of the existing TagMaskingPolicyAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TagMaskingPolicyAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TagMaskingPolicyAssociation to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class TagMaskingPolicyAssociation extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class TagMaskingPolicyAssociation extends cdktf.TerraformResource { terraformResourceType: 'snowflake_tag_masking_policy_association', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/tag/README.md b/src/tag/README.md index 409d3b54b..284825573 100644 --- a/src/tag/README.md +++ b/src/tag/README.md @@ -1,3 +1,3 @@ # `snowflake_tag` -Refer to the Terraform Registry for docs: [`snowflake_tag`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag). +Refer to the Terraform Registry for docs: [`snowflake_tag`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag). diff --git a/src/tag/index.ts b/src/tag/index.ts index fc073343a..2f42c1321 100644 --- a/src/tag/index.ts +++ b/src/tag/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface TagConfig extends cdktf.TerraformMetaArguments { /** * List of allowed values for the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#allowed_values Tag#allowed_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#allowed_values Tag#allowed_values} */ readonly allowedValues?: string[]; /** * Specifies a comment for the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#comment Tag#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#comment Tag#comment} */ readonly comment?: string; /** * The database in which to create the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#database Tag#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#database Tag#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#id Tag#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#id Tag#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,19 +40,19 @@ export interface TagConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the tag; must be unique for the database in which the tag is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#name Tag#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#name Tag#name} */ readonly name: string; /** * The schema in which to create the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#schema Tag#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#schema Tag#schema} */ readonly schema: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag snowflake_tag} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag snowflake_tag} */ export class Tag extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class Tag extends cdktf.TerraformResource { * Generates CDKTF code for importing a Tag resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Tag to import - * @param importFromId The id of the existing Tag that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Tag that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Tag to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class Tag extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/tag snowflake_tag} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/tag snowflake_tag} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -91,7 +91,7 @@ export class Tag extends cdktf.TerraformResource { terraformResourceType: 'snowflake_tag', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/task-grant/README.md b/src/task-grant/README.md index d1297d060..6b56177ee 100644 --- a/src/task-grant/README.md +++ b/src/task-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_task_grant` -Refer to the Terraform Registry for docs: [`snowflake_task_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant). +Refer to the Terraform Registry for docs: [`snowflake_task_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant). diff --git a/src/task-grant/index.ts b/src/task-grant/index.ts index 018d4fef5..101ba1c48 100644 --- a/src/task-grant/index.ts +++ b/src/task-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface TaskGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future tasks on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#database_name TaskGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#database_name TaskGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#id TaskGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#id TaskGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,55 +34,55 @@ export interface TaskGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_all TaskGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_all TaskGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#on_future TaskGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#on_future TaskGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#privilege TaskGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#privilege TaskGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#roles TaskGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#roles TaskGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future tasks on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} */ readonly schemaName?: string; /** * The name of the task on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#task_name TaskGrant#task_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#task_name TaskGrant#task_name} */ readonly taskName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant snowflake_task_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant snowflake_task_grant} */ export class TaskGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class TaskGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a TaskGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TaskGrant to import - * @param importFromId The id of the existing TaskGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TaskGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TaskGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class TaskGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task_grant snowflake_task_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task_grant snowflake_task_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class TaskGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_task_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/task/README.md b/src/task/README.md index 7945e3a3e..569e0e3eb 100644 --- a/src/task/README.md +++ b/src/task/README.md @@ -1,3 +1,3 @@ # `snowflake_task` -Refer to the Terraform Registry for docs: [`snowflake_task`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task). +Refer to the Terraform Registry for docs: [`snowflake_task`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task). diff --git a/src/task/index.ts b/src/task/index.ts index 28fbc1ed6..dd081514d 100644 --- a/src/task/index.ts +++ b/src/task/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface TaskConfig extends cdktf.TerraformMetaArguments { /** * Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#after Task#after} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#after Task#after} */ readonly after?: string[]; /** * By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} */ readonly allowOverlappingExecution?: boolean | cdktf.IResolvable; /** * Specifies a comment for the task. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#comment Task#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#comment Task#comment} */ readonly comment?: string; /** * The database in which to create the task. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#database Task#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#database Task#database} */ readonly database: string; /** * Specifies if the task should be started (enabled) after creation or should remain suspended (default). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#enabled Task#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#enabled Task#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * Specifies the name of the notification integration used for error notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#error_integration Task#error_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#error_integration Task#error_integration} */ readonly errorIntegration?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#id Task#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#id Task#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -58,67 +58,67 @@ export interface TaskConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the task; must be unique for the database and schema in which the task is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#name Task#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#name Task#name} */ readonly name: string; /** * The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schedule Task#schedule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schedule Task#schedule} */ readonly schedule?: string; /** * The schema in which to create the task. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#schema Task#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#schema Task#schema} */ readonly schema: string; /** * Specifies session parameters to set for the session when the task runs. A task supports all session parameters. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#session_parameters Task#session_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#session_parameters Task#session_parameters} */ readonly sessionParameters?: { [key: string]: string }; /** * Any single SQL statement, or a call to a stored procedure, executed when the task runs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#sql_statement Task#sql_statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#sql_statement Task#sql_statement} */ readonly sqlStatement: string; /** * Specifies the number of consecutive failed task runs after which the current task is suspended automatically. The default is 0 (no automatic suspension). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} */ readonly suspendTaskAfterNumFailures?: number; /** * Specifies the size of the compute resources to provision for the first run of the task, before a task history is available for Snowflake to determine an ideal size. Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} */ readonly userTaskManagedInitialWarehouseSize?: string; /** * Specifies the time limit on a single run of the task before it times out (in milliseconds). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} */ readonly userTaskTimeoutMs?: number; /** * The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#warehouse Task#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#warehouse Task#warehouse} */ readonly warehouse?: string; /** * Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#when Task#when} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#when Task#when} */ readonly when?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task snowflake_task} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task snowflake_task} */ export class Task extends cdktf.TerraformResource { @@ -134,7 +134,7 @@ export class Task extends cdktf.TerraformResource { * Generates CDKTF code for importing a Task resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Task to import - * @param importFromId The id of the existing Task that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Task that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Task to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -146,7 +146,7 @@ export class Task extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/task snowflake_task} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/task snowflake_task} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -157,7 +157,7 @@ export class Task extends cdktf.TerraformResource { terraformResourceType: 'snowflake_task', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/unsafe-execute/README.md b/src/unsafe-execute/README.md index bd3adb067..5616f5d6b 100644 --- a/src/unsafe-execute/README.md +++ b/src/unsafe-execute/README.md @@ -1,3 +1,3 @@ # `snowflake_unsafe_execute` -Refer to the Terraform Registry for docs: [`snowflake_unsafe_execute`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute). +Refer to the Terraform Registry for docs: [`snowflake_unsafe_execute`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute). diff --git a/src/unsafe-execute/index.ts b/src/unsafe-execute/index.ts index f57151e8e..497f030a5 100644 --- a/src/unsafe-execute/index.ts +++ b/src/unsafe-execute/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface UnsafeExecuteConfig extends cdktf.TerraformMetaArguments { /** * SQL statement to execute. Forces recreation of resource on change. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} */ readonly execute: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#id UnsafeExecute#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#id UnsafeExecute#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,19 +28,19 @@ export interface UnsafeExecuteConfig extends cdktf.TerraformMetaArguments { /** * Optional SQL statement to do a read. Invoked after creation and every time it is changed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#query UnsafeExecute#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#query UnsafeExecute#query} */ readonly query?: string; /** * SQL statement to revert the execute statement. Invoked when resource is being destroyed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} */ readonly revert: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute snowflake_unsafe_execute} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute snowflake_unsafe_execute} */ export class UnsafeExecute extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class UnsafeExecute extends cdktf.TerraformResource { * Generates CDKTF code for importing a UnsafeExecute resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UnsafeExecute to import - * @param importFromId The id of the existing UnsafeExecute that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UnsafeExecute that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UnsafeExecute to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class UnsafeExecute extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/unsafe_execute snowflake_unsafe_execute} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/unsafe_execute snowflake_unsafe_execute} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class UnsafeExecute extends cdktf.TerraformResource { terraformResourceType: 'snowflake_unsafe_execute', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/user-grant/README.md b/src/user-grant/README.md index 02bfc7b46..d837cf407 100644 --- a/src/user-grant/README.md +++ b/src/user-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_user_grant` -Refer to the Terraform Registry for docs: [`snowflake_user_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant). +Refer to the Terraform Registry for docs: [`snowflake_user_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant). diff --git a/src/user-grant/index.ts b/src/user-grant/index.ts index e618cd8bf..e31a8690e 100644 --- a/src/user-grant/index.ts +++ b/src/user-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface UserGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#id UserGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#id UserGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,31 +28,31 @@ export interface UserGrantConfig extends cdktf.TerraformMetaArguments { /** * The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#privilege UserGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#privilege UserGrant#privilege} */ readonly privilege: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#roles UserGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#roles UserGrant#roles} */ readonly roles?: string[]; /** * The name of the user on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#user_name UserGrant#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#user_name UserGrant#user_name} */ readonly userName: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant snowflake_user_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant snowflake_user_grant} */ export class UserGrant extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class UserGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a UserGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UserGrant to import - * @param importFromId The id of the existing UserGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UserGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class UserGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_grant snowflake_user_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_grant snowflake_user_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -91,7 +91,7 @@ export class UserGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_user_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/user-ownership-grant/README.md b/src/user-ownership-grant/README.md index a713b7bfb..980b528dc 100644 --- a/src/user-ownership-grant/README.md +++ b/src/user-ownership-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_user_ownership_grant` -Refer to the Terraform Registry for docs: [`snowflake_user_ownership_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant). +Refer to the Terraform Registry for docs: [`snowflake_user_ownership_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant). diff --git a/src/user-ownership-grant/index.ts b/src/user-ownership-grant/index.ts index 6cda26925..f23b0e568 100644 --- a/src/user-ownership-grant/index.ts +++ b/src/user-ownership-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface UserOwnershipGrantConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} */ readonly currentGrants?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +28,25 @@ export interface UserOwnershipGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the user ownership is granted on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} */ readonly onUserName: string; /** * The name of the role to revert ownership to on destroy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} */ readonly toRoleName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant} */ export class UserOwnershipGrant extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class UserOwnershipGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a UserOwnershipGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UserOwnershipGrant to import - * @param importFromId The id of the existing UserOwnershipGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserOwnershipGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UserOwnershipGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class UserOwnershipGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class UserOwnershipGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_user_ownership_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/user-password-policy-attachment/README.md b/src/user-password-policy-attachment/README.md index 245b81ecb..39503551d 100644 --- a/src/user-password-policy-attachment/README.md +++ b/src/user-password-policy-attachment/README.md @@ -1,3 +1,3 @@ # `snowflake_user_password_policy_attachment` -Refer to the Terraform Registry for docs: [`snowflake_user_password_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment). +Refer to the Terraform Registry for docs: [`snowflake_user_password_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment). diff --git a/src/user-password-policy-attachment/index.ts b/src/user-password-policy-attachment/index.ts index 567436313..6724106f7 100644 --- a/src/user-password-policy-attachment/index.ts +++ b/src/user-password-policy-attachment/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface UserPasswordPolicyAttachmentConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,19 +22,19 @@ export interface UserPasswordPolicyAttachmentConfig extends cdktf.TerraformMetaA /** * Fully qualified name of the password policy * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#password_policy_name UserPasswordPolicyAttachment#password_policy_name} */ readonly passwordPolicyName: string; /** * User name of the user you want to attach the password policy to * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} */ readonly userName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment} */ export class UserPasswordPolicyAttachment extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class UserPasswordPolicyAttachment extends cdktf.TerraformResource { * Generates CDKTF code for importing a UserPasswordPolicyAttachment resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UserPasswordPolicyAttachment to import - * @param importFromId The id of the existing UserPasswordPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserPasswordPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UserPasswordPolicyAttachment to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class UserPasswordPolicyAttachment extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class UserPasswordPolicyAttachment extends cdktf.TerraformResource { terraformResourceType: 'snowflake_user_password_policy_attachment', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/user-public-keys/README.md b/src/user-public-keys/README.md index 8616d9248..02674b3c3 100644 --- a/src/user-public-keys/README.md +++ b/src/user-public-keys/README.md @@ -1,3 +1,3 @@ # `snowflake_user_public_keys` -Refer to the Terraform Registry for docs: [`snowflake_user_public_keys`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys). +Refer to the Terraform Registry for docs: [`snowflake_user_public_keys`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys). diff --git a/src/user-public-keys/index.ts b/src/user-public-keys/index.ts index 42f75836c..9cfdc0e41 100644 --- a/src/user-public-keys/index.ts +++ b/src/user-public-keys/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface UserPublicKeysConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#id UserPublicKeys#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#id UserPublicKeys#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,25 +22,25 @@ export interface UserPublicKeysConfig extends cdktf.TerraformMetaArguments { /** * Name of the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#name UserPublicKeys#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#name UserPublicKeys#name} */ readonly name: string; /** * Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} */ readonly rsaPublicKey?: string; /** * Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} */ readonly rsaPublicKey2?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys snowflake_user_public_keys} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys snowflake_user_public_keys} */ export class UserPublicKeys extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class UserPublicKeys extends cdktf.TerraformResource { * Generates CDKTF code for importing a UserPublicKeys resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UserPublicKeys to import - * @param importFromId The id of the existing UserPublicKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserPublicKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UserPublicKeys to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class UserPublicKeys extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user_public_keys snowflake_user_public_keys} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user_public_keys snowflake_user_public_keys} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class UserPublicKeys extends cdktf.TerraformResource { terraformResourceType: 'snowflake_user_public_keys', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/user/README.md b/src/user/README.md index f8c061cd5..fc66384c0 100644 --- a/src/user/README.md +++ b/src/user/README.md @@ -1,3 +1,3 @@ # `snowflake_user` -Refer to the Terraform Registry for docs: [`snowflake_user`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user). +Refer to the Terraform Registry for docs: [`snowflake_user`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user). diff --git a/src/user/index.ts b/src/user/index.ts index df1efe8f5..81c1b2266 100644 --- a/src/user/index.ts +++ b/src/user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,57 +13,57 @@ import * as cdktf from 'cdktf'; export interface UserConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#comment User#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#comment User#comment} */ readonly comment?: string; /** * Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_namespace User#default_namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_namespace User#default_namespace} */ readonly defaultNamespace?: string; /** * Specifies the role that is active by default for the user’s session upon login. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_role User#default_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_role User#default_role} */ readonly defaultRole?: string; /** * Specifies the set of secondary roles that are active for the user’s session upon login. Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} */ readonly defaultSecondaryRoles?: string[]; /** * Specifies the virtual warehouse that is active by default for the user’s session upon login. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#default_warehouse User#default_warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#default_warehouse User#default_warehouse} */ readonly defaultWarehouse?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#disabled User#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#disabled User#disabled} */ readonly disabled?: boolean | cdktf.IResolvable; /** * Name displayed for the user in the Snowflake web interface. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#display_name User#display_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#display_name User#display_name} */ readonly displayName?: string; /** * Email address for the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#email User#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#email User#email} */ readonly email?: string; /** * First name of the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#first_name User#first_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#first_name User#first_name} */ readonly firstName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#id User#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#id User#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -72,49 +72,49 @@ export interface UserConfig extends cdktf.TerraformMetaArguments { /** * Last name of the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#last_name User#last_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#last_name User#last_name} */ readonly lastName?: string; /** * The name users use to log in. If not supplied, snowflake will use name instead. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#login_name User#login_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#login_name User#login_name} */ readonly loginName?: string; /** * Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#must_change_password User#must_change_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#must_change_password User#must_change_password} */ readonly mustChangePassword?: boolean | cdktf.IResolvable; /** * Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#name User#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#name User#name} */ readonly name: string; /** * **WARNING:** this will put the password in the terraform state file. Use carefully. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#password User#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#password User#password} */ readonly password?: string; /** * Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key User#rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key User#rsa_public_key} */ readonly rsaPublicKey?: string; /** * Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} */ readonly rsaPublicKey2?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user snowflake_user} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user snowflake_user} */ export class User extends cdktf.TerraformResource { @@ -130,7 +130,7 @@ export class User extends cdktf.TerraformResource { * Generates CDKTF code for importing a User resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the User to import - * @param importFromId The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the User to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -142,7 +142,7 @@ export class User extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/user snowflake_user} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/user snowflake_user} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -153,7 +153,7 @@ export class User extends cdktf.TerraformResource { terraformResourceType: 'snowflake_user', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/version.json b/src/version.json index cbbe53c7a..68ea3cf96 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/snowflake-labs/snowflake": "0.86.0" + "registry.terraform.io/snowflake-labs/snowflake": "0.87.0" } diff --git a/src/view-grant/README.md b/src/view-grant/README.md index 73bd47062..eceafc5b9 100644 --- a/src/view-grant/README.md +++ b/src/view-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_view_grant` -Refer to the Terraform Registry for docs: [`snowflake_view_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant). +Refer to the Terraform Registry for docs: [`snowflake_view_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant). diff --git a/src/view-grant/index.ts b/src/view-grant/index.ts index 1948a40f0..8d8efe099 100644 --- a/src/view-grant/index.ts +++ b/src/view-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ViewGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future views on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#database_name ViewGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#database_name ViewGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#id ViewGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#id ViewGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,61 +34,61 @@ export interface ViewGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_all ViewGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_all ViewGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#on_future ViewGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#on_future ViewGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#privilege ViewGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#privilege ViewGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#roles ViewGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#roles ViewGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the current or future views on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future and on_all are unset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#shares ViewGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#shares ViewGrant#shares} */ readonly shares?: string[]; /** * The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#view_name ViewGrant#view_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#view_name ViewGrant#view_name} */ readonly viewName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant snowflake_view_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant snowflake_view_grant} */ export class ViewGrant extends cdktf.TerraformResource { @@ -104,7 +104,7 @@ export class ViewGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a ViewGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ViewGrant to import - * @param importFromId The id of the existing ViewGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ViewGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ViewGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -116,7 +116,7 @@ export class ViewGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view_grant snowflake_view_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view_grant snowflake_view_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -127,7 +127,7 @@ export class ViewGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_view_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/view/README.md b/src/view/README.md index bec639666..7016af51f 100644 --- a/src/view/README.md +++ b/src/view/README.md @@ -1,3 +1,3 @@ # `snowflake_view` -Refer to the Terraform Registry for docs: [`snowflake_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view). +Refer to the Terraform Registry for docs: [`snowflake_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view). diff --git a/src/view/index.ts b/src/view/index.ts index 464514a1a..d403969e5 100644 --- a/src/view/index.ts +++ b/src/view/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface ViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the view. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#comment View#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#comment View#comment} */ readonly comment?: string; /** - * Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. + * Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. OR REPLACE must be set when COPY GRANTS is set. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#copy_grants View#copy_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#copy_grants View#copy_grants} */ readonly copyGrants?: boolean | cdktf.IResolvable; /** * The database in which to create the view. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#id View#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#id View#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,37 +40,37 @@ export interface ViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the view is secure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#is_secure View#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#is_secure View#is_secure} */ readonly isSecure?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} */ readonly name: string; /** * Overwrites the View if it exists. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#or_replace View#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#or_replace View#or_replace} */ readonly orReplace?: boolean | cdktf.IResolvable; /** * The schema in which to create the view. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} */ readonly schema: string; /** * Specifies the query used to create the view. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#statement View#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#statement View#statement} */ readonly statement: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#tag View#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#tag View#tag} */ readonly tag?: ViewTag[] | cdktf.IResolvable; } @@ -78,25 +78,25 @@ export interface ViewTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#database View#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#database View#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#name View#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#name View#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#schema View#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#schema View#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#value View#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#value View#value} */ readonly value: string; } @@ -293,7 +293,7 @@ export class ViewTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view snowflake_view} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view snowflake_view} */ export class View extends cdktf.TerraformResource { @@ -309,7 +309,7 @@ export class View extends cdktf.TerraformResource { * Generates CDKTF code for importing a View resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the View to import - * @param importFromId The id of the existing View that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing View that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the View to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -321,7 +321,7 @@ export class View extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/view snowflake_view} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/view snowflake_view} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -332,7 +332,7 @@ export class View extends cdktf.TerraformResource { terraformResourceType: 'snowflake_view', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/warehouse-grant/README.md b/src/warehouse-grant/README.md index c37418031..281d07ce6 100644 --- a/src/warehouse-grant/README.md +++ b/src/warehouse-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_warehouse_grant` -Refer to the Terraform Registry for docs: [`snowflake_warehouse_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant). +Refer to the Terraform Registry for docs: [`snowflake_warehouse_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant). diff --git a/src/warehouse-grant/index.ts b/src/warehouse-grant/index.ts index 98cb5d4a5..fbf904040 100644 --- a/src/warehouse-grant/index.ts +++ b/src/warehouse-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface WarehouseGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#id WarehouseGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#id WarehouseGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,37 +28,37 @@ export interface WarehouseGrantConfig extends cdktf.TerraformMetaArguments { /** * The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} */ readonly roles?: string[]; /** * The name of the warehouse on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} */ readonly warehouseName: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant snowflake_warehouse_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant snowflake_warehouse_grant} */ export class WarehouseGrant extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class WarehouseGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a WarehouseGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the WarehouseGrant to import - * @param importFromId The id of the existing WarehouseGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing WarehouseGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the WarehouseGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class WarehouseGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse_grant snowflake_warehouse_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse_grant snowflake_warehouse_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class WarehouseGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_warehouse_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/warehouse/README.md b/src/warehouse/README.md index c3327cc4e..c50c0b52c 100644 --- a/src/warehouse/README.md +++ b/src/warehouse/README.md @@ -1,3 +1,3 @@ # `snowflake_warehouse` -Refer to the Terraform Registry for docs: [`snowflake_warehouse`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse). +Refer to the Terraform Registry for docs: [`snowflake_warehouse`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse). diff --git a/src/warehouse/index.ts b/src/warehouse/index.ts index 744f9ade4..1e5e1921a 100644 --- a/src/warehouse/index.ts +++ b/src/warehouse/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,27 +15,27 @@ export interface WarehouseConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} */ readonly autoResume?: boolean | cdktf.IResolvable; /** * Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} */ readonly autoSuspend?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#comment Warehouse#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#comment Warehouse#comment} */ readonly comment?: string; /** * Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} */ readonly enableQueryAcceleration?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#id Warehouse#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#id Warehouse#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -44,85 +44,85 @@ export interface WarehouseConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether the warehouse is created initially in the ‘Suspended’ state. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} */ readonly initiallySuspended?: boolean | cdktf.IResolvable; /** * Specifies the maximum number of server clusters for the warehouse. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} */ readonly maxClusterCount?: number; /** * Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} */ readonly maxConcurrencyLevel?: number; /** * Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} */ readonly minClusterCount?: number; /** * Identifier for the virtual warehouse; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#name Warehouse#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#name Warehouse#name} */ readonly name: string; /** * Specifies the maximum scale factor for leasing compute resources for query acceleration. The scale factor is used as a multiplier based on warehouse size. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} */ readonly queryAccelerationMaxScaleFactor?: number; /** * Specifies the name of a resource monitor that is explicitly assigned to the warehouse. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} */ readonly resourceMonitor?: string; /** * Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} */ readonly scalingPolicy?: string; /** * Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} */ readonly statementQueuedTimeoutInSeconds?: number; /** * Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} */ readonly statementTimeoutInSeconds?: number; /** * Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} */ readonly waitForProvisioning?: boolean | cdktf.IResolvable; /** * Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} */ readonly warehouseSize?: string; /** * Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} */ readonly warehouseType?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse snowflake_warehouse} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse snowflake_warehouse} */ export class Warehouse extends cdktf.TerraformResource { @@ -138,7 +138,7 @@ export class Warehouse extends cdktf.TerraformResource { * Generates CDKTF code for importing a Warehouse resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Warehouse to import - * @param importFromId The id of the existing Warehouse that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Warehouse that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Warehouse to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -150,7 +150,7 @@ export class Warehouse extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.86.0/docs/resources/warehouse snowflake_warehouse} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.87.0/docs/resources/warehouse snowflake_warehouse} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -161,7 +161,7 @@ export class Warehouse extends cdktf.TerraformResource { terraformResourceType: 'snowflake_warehouse', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.86.0', + providerVersion: '0.87.0', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider,